aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/config/installation/versions.conf
diff options
context:
space:
mode:
Diffstat (limited to 'reproduce/software/config/installation/versions.conf')
-rw-r--r--reproduce/software/config/installation/versions.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/versions.conf b/reproduce/software/config/installation/versions.conf
index 592d931..39642d4 100644
--- a/reproduce/software/config/installation/versions.conf
+++ b/reproduce/software/config/installation/versions.conf
@@ -107,7 +107,6 @@ libpng-version = 1.6.37
libtiff-version = 4.0.10
libtirpc-version = 1.1.4
libxml2-version = 2.9.9
-minizip-version = 2.9.2
missfits-version = 2.8.0
openblas-version = 0.3.5
openmpi-version = 4.0.1
@@ -216,3 +215,7 @@ lapack-version = 3.8.0
libgit2-version = 0.28.2
netpbm-version = 10.86.99
wcslib-version = 6.4
+
+# Minizip is installed as a part of `zlib', and they have the same version.
+zlib-version = 1.2.11
+minizip-version = $(zlib-version)