simint build

This commit is contained in:
edoapra 2022-09-15 18:18:54 -07:00
parent 185ebf0475
commit ecc1d83c75
No known key found for this signature in database
GPG key ID: E6E392F4E14FB937

View file

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