Skip to content

Commit

Permalink
Merge pull request #473 from JCSDA/AlexanderRichert-NOAA-patch-1
Browse files Browse the repository at this point in the history
Fix grib-util 1.4.0 for older ifort
  • Loading branch information
AlexanderRichert-NOAA authored Sep 3, 2024
2 parents 421eded + ab8100f commit 822e7c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions var/spack/repos/builtin/packages/grib-util/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ def cmake_args(self):
]
return args

@when("@1.4.0 %intel@:20")
def patch(self):
filter_file("stop iret", "stop 9", "src/grb2index/grb2index.F90")

def check(self):
with working_dir(self.builder.build_directory):
make("test")

0 comments on commit 822e7c4

Please sign in to comment.