mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix
This commit is contained in:
parent
21cb611676
commit
ff863fb8eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue