fix for crayftn

This commit is contained in:
edoapra 2023-07-26 22:27:44 -07:00
parent f287af4b15
commit 63d638525d

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