spack/var/spack/repos/builtin/packages/ncl/ymake-grib.patch
Alex Richert a67455707a
ncl: add support for grib (#39277)
Co-authored-by: Alex Richert <alexander.richert@noaa.gov>
2023-08-11 08:42:08 +00:00

12 lines
273 B
Diff

--- a/config/ymake
+++ b/config/ymake
@@ -226,7 +226,7 @@
else if (-e "yMakefile") then
set ymakefile="yMakefile"
set outfile = "Makefile"
-else
+else if (! -e "makefile") then
echo "$0 : no y(mM)akefile found" > /dev/tty
exit 1
endif