This commit is contained in:
edoapra 2022-09-09 22:12:58 -07:00
parent 21cb611676
commit ff863fb8eb
No known key found for this signature in database
GPG key ID: E6E392F4E14FB937

View file

@ -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