Added tau@2.33.2 (#43682)

This commit is contained in:
wspear 2024-04-18 10:10:18 -07:00 committed by GitHub
parent 26ad22743f
commit 38f341f12d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ class Tau(Package):
license("MIT")
version("master", branch="master")
version("2.33.2", sha256="8ee81fe75507612379f70033183bed2a90e1245554b2a78196b6c5145da44f27")
version("2.33.1", sha256="13cc5138e110932f34f02ddf548db91d8219ccb7ff9a84187f0790e40a502403")
version("2.33", sha256="04d9d67adb495bc1ea56561f33c5ce5ba44f51cc7f64996f65bd446fac5483d9")
version("2.32.1", sha256="0eec3de46b0873846dfc639270c5e30a226b463dd6cb41aa12e975b7563f0eeb")
@ -421,7 +422,8 @@ def setup_run_environment(self, env):
ompt_test = join_path("examples", "openmp", "c++")
python_test = join_path("examples", "python")
@run_after("install")
# Disabled, see PR#43682 comments
# @run_after("install")
def setup_build_tests(self):
"""Copy the build test files after the package is installed to an
install test subdirectory for use during `spack test run`."""