Skip to content

Commit

Permalink
PIC libint (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrop107 authored Dec 3, 2024
1 parent 3b6efd7 commit d49f931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nwx_build_environment/add_libint.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN cd /tmp \
&& tar -zxf libint-${VERSION}.tgz \
&& cd libint-${VERSION} \
&& cmake -Bbuild -H. -GNinja \
-DCMAKE_POSITION_INDEPENDENT_CODE=TRUE \
-DCMAKE_INSTALL_PREFIX=/nwx_dependencies/${COMPILER} \
-DCMAKE_TOOLCHAIN_FILE=/toolchains/${COMPILER}.cmake \
&& cmake --build build --target install --parallel \
Expand Down

0 comments on commit d49f931

Please sign in to comment.