diff options
author | wspear <wjspear@gmail.com> | 2024-04-18 10:10:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 10:10:18 -0700 |
commit | 38f341f12d5f2ac28854f1ea61696682cf48103d (patch) | |
tree | 1ee0f3849e8823b6c394fbf9baeaf3366f7dea44 | |
parent | 26ad22743f06e35e973a7e6a0d3b32f1eca35fef (diff) | |
download | spack-38f341f12d5f2ac28854f1ea61696682cf48103d.tar.gz spack-38f341f12d5f2ac28854f1ea61696682cf48103d.tar.bz2 spack-38f341f12d5f2ac28854f1ea61696682cf48103d.tar.xz spack-38f341f12d5f2ac28854f1ea61696682cf48103d.zip |
Added tau@2.33.2 (#43682)
-rw-r--r-- | var/spack/repos/builtin/packages/tau/package.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/tau/package.py b/var/spack/repos/builtin/packages/tau/package.py index e8a7051ec8..83e398b0f6 100644 --- a/var/spack/repos/builtin/packages/tau/package.py +++ b/var/spack/repos/builtin/packages/tau/package.py @@ -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 @@ class Tau(Package): 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`.""" |