Package: libzfp-dev Version: 1.0.0-3 Severity: important X-Debbugs-Cc: [email protected]
The cmake files shipped by libzfp-dev are misplaced. The upstream code expects them to be in a multiarch location while the installation procedure strips that multiarch directory (via debian/libzfp-dev.install line 3). When cmake computes the installation prefix (by removing trailing path components), it tries to remove the multiarch directory, but ends up removing /usr thus looking for includes in /include, which doesn't exist. What you see is this: | Make Error in src/CMakeLists.txt: | Imported target "zfp::zfp" includes non-existent path | | "/include" | | in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: | | * The path was deleted, renamed, or moved to another location. | | * An install or uninstall procedure did not complete successfully. | | * The installation package was faulty and references files it does not | provide. Helmut -- debian-science-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers
