I set -DBUILD_SHARED_LIBS=ON -DLIBINT2_BUILD_SHARED_AND_STATIC_LIBS=ON. Both libint2.so and libint2.a appear in src/lib/libint/library-install-stage/lib64 but they don't get installed to the destination. I have to copy them manually afterwards.
I'm building v2.13.1 (commit 5fb07b4) with Intel oneAPI 2025.3.2, ninja 1.13.1, cmake 3.28.1. There were no errors during the build.
I set
-DBUILD_SHARED_LIBS=ON -DLIBINT2_BUILD_SHARED_AND_STATIC_LIBS=ON. Bothlibint2.soandlibint2.aappear insrc/lib/libint/library-install-stage/lib64but they don't get installed to the destination. I have to copy them manually afterwards.I'm building v2.13.1 (commit
5fb07b4) with Intel oneAPI 2025.3.2, ninja 1.13.1, cmake 3.28.1. There were no errors during the build.