-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
for v2.1.1-alpha, the install process pip install .
fails with the following error:
/VerityMap/veritymap/src/tools/sequences/stream.hpp:33:10: fatal error: zlib.h: No such file or directory
33 | #include <zlib.h>
| ^~~~~~~~
However, cmake finds zlib
in the environment
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.25.1")
-- Found ZLIB: /tmp/env/venv/lib/libz.so (found version "1.2.11")
-- Configuring done
$ pkg-config --libs --cflags zlib
-I/tmp/env/venv/include -L/tmp/env/venv/lib -lz
Any advice on how to fix that?
Best,
Peter
Metadata
Metadata
Assignees
Labels
No labels