Filter spack compiler wrappers for h4cc in var/spack/repos/builtin/packages/hdf/package.py (#39870)

This commit is contained in:
Dom Heinzeller 2023-09-12 11:41:04 -06:00 committed by GitHub
parent b7c2411b50
commit 30893dd99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."""