Skip to content

Commit

Permalink
debug spack
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Nov 19, 2024
1 parent 2843cde commit feab6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ def setup_run_environment(self, env):
env.set("G2C_LIB", lib[0])
env.set("G2C_INC", join_path(self.prefix, "include"))

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

0 comments on commit feab6b6

Please sign in to comment.