mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
fix for crayftn
This commit is contained in:
parent
f287af4b15
commit
63d638525d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue