For example, [this](https://github.com/Intel-HLS/GKL/blob/master/src/main/native/utils/CMakeLists.txt#L14) line: > install(TARGETS ${TARGET} DESTINATION ${CMAKE_BINARY_DIR}) should be > install(TARGETS ${TARGET} DESTINATION lib) The current code installs them into this directory: /usr/ports/biology/gkl/work/.build/ The list of all install libraries is wrong: ``` /usr/ports/biology/gkl/work/.build/libgkl_compression.so /usr/ports/biology/gkl/work/.build/libgkl_pairhmm.so /usr/ports/biology/gkl/work/.build/libgkl_pairhmm_omp.so /usr/ports/biology/gkl/work/.build/libgkl_pdhmm.so /usr/ports/biology/gkl/work/.build/libgkl_smithwaterman.so /usr/ports/biology/gkl/work/.build/libgkl_utils.so ``` revision: 25670d8 clang-18 FreeBSD 14.1
For example, this line:
should be
The current code installs them into this directory:
/usr/ports/biology/gkl/work/.build/
The list of all install libraries is wrong:
revision: 25670d8
clang-18
FreeBSD 14.1