Skip to content

Commit

Permalink
Turn on USE_ZLIB for all linux-64
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Dec 17, 2024
1 parent e02ab06 commit 4d96e2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/conda/linux-64/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

# For some reason zlib is not found on linux-64, Python 3.8
# as of 2024-12-11:
if [[ $PYTHON_VERSION == 3.8* ]] USE_ZLIB=1
# Needed for all linux-64 as of 2024-12-17
# if [[ $PYTHON_VERSION == 3.8* ]]
export USE_ZLIB=1

0 comments on commit 4d96e2e

Please sign in to comment.