diff options
author | Tim Haines <thaines.astro@gmail.com> | 2021-04-26 15:53:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 13:53:53 -0700 |
commit | c23ffd89ffadd211a727bb0866159b81fd3f6c82 (patch) | |
tree | 80cf317bf1e13dd29a344c93c67648e1c2b76ff6 /lib | |
parent | 45b4dcb9ed6ce8cc5d5ca6275bca4ef07c3e82fc (diff) | |
download | spack-c23ffd89ffadd211a727bb0866159b81fd3f6c82.tar.gz spack-c23ffd89ffadd211a727bb0866159b81fd3f6c82.tar.bz2 spack-c23ffd89ffadd211a727bb0866159b81fd3f6c82.tar.xz spack-c23ffd89ffadd211a727bb0866159b81fd3f6c82.zip |
Dyninst: Add dependencies for v11.0.0 (#23121)
Also update the mpileaks unit test to avoid a conflict on CentOS 6
where Dyninst >=11.0.0 no longer builds due to a compiler version
conflict.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/test/concretize.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/test/concretize.py b/lib/spack/spack/test/concretize.py index 28cf25fa78..db08a8a189 100644 --- a/lib/spack/spack/test/concretize.py +++ b/lib/spack/spack/test/concretize.py @@ -689,7 +689,7 @@ class TestConcretize(object): # Include targets to prevent regression on 20537 @pytest.mark.parametrize('spec, best_achievable', [ - ('mpileaks%gcc@4.4.7 target=x86_64:', 'core2'), + ('mpileaks%gcc@4.4.7 ^dyninst@10.2.1 target=x86_64:', 'core2'), ('mpileaks%gcc@4.8 target=x86_64:', 'haswell'), ('mpileaks%gcc@5.3.0 target=x86_64:', 'broadwell'), ('mpileaks%apple-clang@5.1.0 target=x86_64:', 'x86_64') |