statgen / Minimac4

GNU General Public License v3.0
56 stars 19 forks source link

Can't build from requirements.txt, zlib v1.2.11 no longer exists #50

Closed sereeena closed 2 years ago

sereeena commented 2 years ago

They have replaced it with v1.2.12. So to successfully build minimac4, the line in requirements.txt should be:

zlib,https://zlib.net/zlib-1.2.12.tar.gz --hash sha256:91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9

Alloyd21 commented 2 years ago

https://github.com/statgen/Minimac4/pull/51

jonathonl commented 2 years ago

I'm in the middle of merging major revisions into the master branch and cannot update the zlib URL right now. In the meantime, users can run cget install zlib,http://zlib.net/fossils/zlib-1.2.11.tar.gz before running cget install -f ./requirements.txt

jonathonl commented 2 years ago

Fixed with https://github.com/statgen/Minimac4/commit/3b8ddaa9cc68a7f46bdfb78b88a8558ed8fd6381. Thanks for reporting.