mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
build elpa only on linux
This commit is contained in:
parent
668e225063
commit
bf7bb03a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ if [[ -z "$USE_INTERNALBLAS" ]]; then
|
|||
if [[ ${FC} == gfortran ]] || [[ ${GFORTRAN_EXTRA} == gfortran ]] ; then
|
||||
# if [[ ${FC} == gfortran ]] ; then
|
||||
if [[ `${CC} -dM -E - < /dev/null 2> /dev/null | grep -c clang` == 0 ]] && [[ `${CC} -dM -E - < /dev/null 2> /dev/null | grep -c GNU` > 0 ]] && [[ "$(expr `${CC} -dumpversion | cut -f1 -d.` \> 7)" == 1 ]]; then
|
||||
if [[ "$arch" == "x86_64" ]]; then
|
||||
if [[ "$os" == "Linux" ]] && [[ "$arch" == "x86_64" ]]; then
|
||||
if [[ ! -z "$BUILD_OPENBLAS" ]]; then
|
||||
export BUILD_ELPA=1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue