mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
simint build
This commit is contained in:
parent
185ebf0475
commit
ecc1d83c75
1 changed files with 2 additions and 2 deletions
|
|
@ -96,12 +96,12 @@ fi
|
|||
# FOPT="-O1 -fno-aggressive-loop-optimizations"
|
||||
# fi
|
||||
if [[ ! -z "$USE_SIMINT" ]] ; then
|
||||
# FOPT="-O0 -fno-aggressive-loop-optimizations"
|
||||
SIMINT_BUILD_TYPE=Debug
|
||||
if [[ "$arch" != "x86_64" ]]; then
|
||||
SIMINT_VEC=scalar
|
||||
fi
|
||||
export PATH="/usr/local/bin:$PATH"
|
||||
echo SIMINT_VEC is $SIMINT_VEC
|
||||
# export PATH="/usr/local/bin:$PATH"
|
||||
# export LDFLAGS="-L/usr/local/opt/python@3.7/lib:$LDFLAGS"
|
||||
fi
|
||||
if [[ -z "$TRAVIS_HOME" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue