mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 13:45:19 -04:00
Unset FORTRAN before libxsmm is built
Avoid interference with a potentially present environment variable FORTRAN when libxsmm is built
This commit is contained in:
parent
8488352668
commit
9102cd4438
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ EOF
|
|||
# stage of building an executable that uses the libxsmm
|
||||
# library
|
||||
cd libxsmm-${libxsmm_ver}
|
||||
# Avoid an unintended (incompatible) setting of FORTRAN
|
||||
unset FORTRAN
|
||||
make -j $(get_nprocs) \
|
||||
CXX=$CXX \
|
||||
CC=$CC \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue