diff options
author | vvolkl <valentin.volkl@cern.ch> | 2020-08-21 00:11:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 17:11:45 -0500 |
commit | 6b6f6db431c3b060ca09f2612a62f45f28d20314 (patch) | |
tree | 4eb53cf2517246f30bf6b7a621de9b364e102717 /var | |
parent | cd0610000193fe0d90c33b4bcfd8d7f174eb48ee (diff) | |
download | spack-6b6f6db431c3b060ca09f2612a62f45f28d20314.tar.gz spack-6b6f6db431c3b060ca09f2612a62f45f28d20314.tar.bz2 spack-6b6f6db431c3b060ca09f2612a62f45f28d20314.tar.xz spack-6b6f6db431c3b060ca09f2612a62f45f28d20314.zip |
[gaudi] sadly, the cmake fixes are postponed to next version (#18171)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/gaudi/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/gaudi/package.py b/var/spack/repos/builtin/packages/gaudi/package.py index cea1b046da..afacac8d32 100644 --- a/var/spack/repos/builtin/packages/gaudi/package.py +++ b/var/spack/repos/builtin/packages/gaudi/package.py @@ -34,11 +34,11 @@ class Gaudi(CMakePackage): description='Build with Intel VTune profiler support') # only build subdirectory GaudiExamples when +optional - patch("build_testing.patch", when="@:33.2") + patch("build_testing.patch", when="@:34.99") # fix for the new cmake config, should be merged in branch patch('python2.patch', when="@develop") # fixes for the cmake config which could not find newer boost versions - patch("link_target_fixes.patch", when="@33.0:33.2") + patch("link_target_fixes.patch", when="@33.0:34.99") patch("link_target_fixes32.patch", when="@:32.2") # These dependencies are needed for a minimal Gaudi build |