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