Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Aug 31, 2024
1 parent 2cb1985 commit 50c84ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/grib-util/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def cmake_args(self):
@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 50c84ea

Please sign in to comment.