Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ cmake --install NCEPLIBS-g2c/build

See [documentation](https://noaa-emc.github.io/NCEPLIBS-g2c) for a list of CMake options.

NCEPLIBS-g2 is also available through Spack as '[g2](https://github.com/spack/spack/tree/develop/var/spack/repos/builtin/packages/g2)'.

## References

Hartnett, E., Lei, H., Richert, A., Stahl, A., [A New API for
Expand Down
2 changes: 1 addition & 1 deletion spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ def setup_run_environment(self, env):
env.set("G2_INC" + suffix, join_path(self.prefix, "include_" + suffix))

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