mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
add FC to name of cached binary
This commit is contained in:
parent
06401ff00a
commit
fffaff39b2
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ fi
|
|||
if [[ ! -z "$BUILD_ELPA" ]]; then
|
||||
echo "BUILD_ELPA = " "$BUILD_ELPA"
|
||||
fi
|
||||
export NWCHEM_EXECUTABLE=$TRAVIS_BUILD_DIR/.cachedir/binaries/$NWCHEM_TARGET/nwchem_"$arch"_`echo $NWCHEM_MODULES|sed 's/ /-/g'`_"$MPI_IMPL"
|
||||
export NWCHEM_EXECUTABLE=$TRAVIS_BUILD_DIR/.cachedir/binaries/$NWCHEM_TARGET/nwchem_"$arch"_`echo $NWCHEM_MODULES|sed 's/ /-/g'`_"$MPI_IMPL"_"$FC"
|
||||
|
||||
if [[ "$FC" == "gfortran" ]]; then
|
||||
if [[ "$($FC -dM -E - < /dev/null 2> /dev/null | grep __GNUC__ |cut -c 18-)" -lt 9 ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue