diff --git a/bin/init-adcirc.sh b/bin/init-adcirc.sh index 835a026e..cf41d416 100755 --- a/bin/init-adcirc.sh +++ b/bin/init-adcirc.sh @@ -311,7 +311,7 @@ echo if [[ -d "${ADCIRCBASE}" ]]; then _delete=no - echo "$W '$ADCIRCBASE' exists!" + echo "$W \"$ADCIRCBASE\" exists!" echo $W read -p "${W} Delete this directory and continue? [$_delete] " delete echo diff --git a/patches/ADCIRC/v56.0.2/02-macros-inc-gfortran.patch b/patches/ADCIRC/v56.0.2/02-macros-inc-gfortran.patch new file mode 100644 index 00000000..4bfc788b --- /dev/null +++ b/patches/ADCIRC/v56.0.2/02-macros-inc-gfortran.patch @@ -0,0 +1,13 @@ +diff --git a/thirdparty/swan/macros.inc.gfortran b/thirdparty/swan/macros.inc.gfortran +index ef13f34..2c6fbdf 100644 +--- a/thirdparty/swan/macros.inc.gfortran ++++ b/thirdparty/swan/macros.inc.gfortran +@@ -5,7 +5,7 @@ F90_SER = gfortran + F90_OMP = gfortran + F90_MPI = mpif90 + FLAGS_OPT = -O +-FLAGS_MSC = -w -fno-second-underscore -ffree-line-length-none -fallow-argument-mismatch ++FLAGS_MSC = -w -fno-second-underscore -ffree-line-length-none + FLAGS90_MSC = $(FLAGS_MSC) -ffree-line-length-none + FLAGS_SER = + FLAGS_OMP = -fopenmp