coordgenlibs
coordgenlibs copied to clipboard
Failed to build test_coordgen on static mode
How to reproduce:
- Build static maeparser, and install on ../libmaeparser-1.2.4-220427
- Clone current repository.
- Create some build directory and chdir into it.
- Run following command to configure and build:
cmake \ -DCMAKE_INSTALL_PREFIX=../coordgenlibs-3.0.0-220427 \ -DCOORDGEN_BUILD_SHARED_LIBS=OFF \ -Dmaeparser_DIR=../libmaeparser-1.2.4-220427 \ ../coordgenlibs
cmake --build . --config Release -j
Expected behavior:
- The build process should be complete without any errors.
Actual result:
- Error log error.log
How to fix:
- Apply following patch. It appends missing Boost::iostreams and libz dependency on building test_coordgen. Thanks to github's file extension check. add-missing-deps.patch.txt
@jyhpsycho - Would you be able to submit a PR with that patch?