Skip to content

sequences/stream does not build #18

@ptrebert

Description

@ptrebert

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions