From af28c6a670328ac81c7df4d52eaf2cd49a801257 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Tue, 3 Dec 2024 14:26:23 -0600 Subject: [PATCH] PIC libint --- nwx_build_environment/add_libint.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/nwx_build_environment/add_libint.dockerfile b/nwx_build_environment/add_libint.dockerfile index 1555f1b..f601e94 100644 --- a/nwx_build_environment/add_libint.dockerfile +++ b/nwx_build_environment/add_libint.dockerfile @@ -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 \