From ff863fb8eb3555e4bd4b1396529baf04819088e5 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 9 Sep 2022 22:12:58 -0700 Subject: [PATCH] fix --- travis/nwchem.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/nwchem.bashrc b/travis/nwchem.bashrc index 56b033c59e..2df574eb57 100644 --- a/travis/nwchem.bashrc +++ b/travis/nwchem.bashrc @@ -72,7 +72,7 @@ if [[ "$FC" == "ifort" ]] || [[ "$FC" == "ifx" ]] ; then export BUILD_MPICH=1 unset BUILD_PLUMED # python arm64 not compatible with x86_64 - if [[ "$arch" != "aarch64" ]]; then + if [[ "$arch" == "arm64" ]]; then export NWCHEM_MODULES=$(echo $NWCHEM_MODULES |sed 's/python//') fi