mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
macos: try x86 python on arm64 using pyenv
This commit is contained in:
parent
fffaff39b2
commit
4768169242
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ if [[ "$FC" == "ifort" ]] || [[ "$FC" == "ifx" ]] ; then
|
|||
unset BUILD_PLUMED
|
||||
# python arm64 not compatible with x86_64
|
||||
if [[ "$arch" == "arm64" ]]; then
|
||||
export NWCHEM_MODULES=$(echo $NWCHEM_MODULES |sed 's/python//')
|
||||
# export NWCHEM_MODULES=$(echo $NWCHEM_MODULES |sed 's/python//')
|
||||
[ -d ~/.pyenv/versions/3.10.6_x86 ] && pyenv shell 3.10.6_x86
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue