From 4d96e2e5a6f4a6f384a4b763f0bfbece040d546b Mon Sep 17 00:00:00 2001 From: Justin Wozniak Date: Tue, 17 Dec 2024 11:50:31 -0600 Subject: [PATCH] Turn on USE_ZLIB for all linux-64 --- dev/conda/linux-64/deps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/conda/linux-64/deps.sh b/dev/conda/linux-64/deps.sh index cd8265fea..ed341828a 100644 --- a/dev/conda/linux-64/deps.sh +++ b/dev/conda/linux-64/deps.sh @@ -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