Skip to content

Commit

Permalink
Unset FORTRAN before libxsmm is built
Browse files Browse the repository at this point in the history
Avoid interference with a potentially present environment variable FORTRAN when libxsmm is built
  • Loading branch information
mkrack committed Dec 30, 2021
1 parent 8488352 commit 9102cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/toolchain/scripts/stage4/install_libxsmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9102cd4

Please sign in to comment.