Unset FORTRAN before libxsmm is built

Avoid interference with a potentially present environment variable FORTRAN when libxsmm is built
This commit is contained in:
Matthias Krack 2021-12-30 16:25:49 +01:00
parent 8488352668
commit 9102cd4438

View file

@ -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 \