aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/basic.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-04 02:06:16 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-04 02:27:29 +0100
commitc64c85b311088d8de29da1ab94658cd75e8d8881 (patch)
tree60b37f7725b3d4e0e4eb85d02f39a3e7bfbd7b6c /reproduce/software/make/basic.mk
parentde3842a14e36b2debb3ad375d95411d15d45dc84 (diff)
Building Minizip 1.x instead of Minizip 2.x
Minizip is a dependency of XLSX I/O and until now, I was just using the most recent version I found (2.9.2), but XLSX I/O is written for the Minizip 1.x series, not 2.x. Somehow it didn't cause a crash on my computer!!! I think XLSX I/O's CMake is instructed to look into system directories by default when it doesn't find the directories in the given places. And because I had installed Minizip on my operating system, it did't complain. Upon trying the build on their systems, Yahya, Raul and Zahra reported a failure in the build of XLSX I/O which was due the to the problem above (we were installing the wrong version of Minizip!). With this commit, this has been fixed by installing the 1.x series of Minizip (whish is actually installed within zlib!).
Diffstat (limited to 'reproduce/software/make/basic.mk')
0 files changed, 0 insertions, 0 deletions