fix for crayftn

This commit is contained in:
edoapra 2023-07-26 22:27:44 -07:00
parent ff8373d5a0
commit d0823ca5b1
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -255,6 +255,9 @@ if [[ "$?" != "0" ]]; then
fi
mkdir -p ../../lib
if [[ "${_FC}" == "crayftn" ]] ; then
cd lapack-netlib/SRC; ar rUv ../../libopenblas*-*.a la_constants.o ;cd ../..
fi
if [[ $(uname -s) == "Linux" ]]; then
if [ -x "$(command -v xx-info)" ]; then
MYSTRIP=$(xx-info)-strip