Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nwx_build_environment/add_gauxc.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM nwx_buildenv:latest

ARG VERSION=master
ARG VERSION=71008cffd5d13d5ee813fb13d14d8bf7b06b8f6e
ARG COMPILER=gcc-11

# Install libfort ##
Expand Down
2 changes: 1 addition & 1 deletion nwx_build_environment/add_libint.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RUN cd /tmp \
-DCMAKE_INSTALL_PREFIX=/nwx_dependencies/${COMPILER} \
-DCMAKE_TOOLCHAIN_FILE=/toolchains/${COMPILER}.cmake \
&& cmake --build build --target install --parallel \
&& rm -rf /tmp/libint-${VERSION}
&& rm -rf /tmp/libint-${VERSION}*
6 changes: 3 additions & 3 deletions nwx_build_environment/buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ do
done

# TAMM, exachem are special cases for now
docker build -t nwx_buildenv -f add_tamm.dockerfile .
docker build -t nwx_buildenv -f add_exachem.dockerfile .
docker image prune -f
# docker build -t nwx_buildenv -f add_tamm.dockerfile .
# docker build -t nwx_buildenv -f add_exachem.dockerfile .
# docker image prune -f
1 change: 0 additions & 1 deletion nwx_build_environment/toolchains/nwx_base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

set(BUILD_TESTING ON)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
set(BUILD_SHARED_LIBS ON)
set(CATCH_ENABLE_COVERAGE ON)
Expand Down