Filter spack compiler wrappers for h4cc in var/spack/repos/builtin/packages/hdf/package.py (#39870)
This commit is contained in:
parent
b7c2411b50
commit
30893dd99a
@ -197,6 +197,10 @@ def check(self):
|
||||
|
||||
extra_install_tests = join_path("hdf", "util", "testfiles")
|
||||
|
||||
# Filter h4cc compiler wrapper to substitute the Spack compiler
|
||||
# wrappers with the path of the underlying compilers.
|
||||
filter_compiler_wrappers("h4cc", relative_root="bin")
|
||||
|
||||
@property
|
||||
def cached_tests_work_dir(self):
|
||||
"""The working directory for cached test sources."""
|
||||
|
Loading…
Reference in New Issue
Block a user