Skip to content

Commit

Permalink
fix for crayftn
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Jul 27, 2023
1 parent f287af4 commit 63d6385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libext/openblas/build_openblas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63d6385

Please sign in to comment.