Skip to content

Commit

Permalink
[contrib] use .gz, not .xz, archive for zlib
Browse files Browse the repository at this point in the history
It appears that on some older systems the xz is not available
by default, so let's use the gzip archive for zlib instead.
  • Loading branch information
magv committed Jul 4, 2023
1 parent 47e6259 commit 5031dd8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pySecDecContrib/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ contrib += \

zlib_files = ["lib/libz.a", "include/zlib.h", "include/zconf.h"]
contrib += \
ConfigureAndInstall(env, zlib_files, zlib, extension=".tar.xz", extra_configure_args="--static", bindir=False)
ConfigureAndInstall(env, zlib_files, zlib, extra_configure_args="--static", bindir=False)

form_files = ["bin/form", "bin/tform"]
contrib += \
Expand Down
Binary file added pySecDecContrib/zlib-1.2.13.tar.gz
Binary file not shown.
Binary file removed pySecDecContrib/zlib-1.2.13.tar.xz
Binary file not shown.

0 comments on commit 5031dd8

Please sign in to comment.