From 6b6f6db431c3b060ca09f2612a62f45f28d20314 Mon Sep 17 00:00:00 2001 From: vvolkl Date: Fri, 21 Aug 2020 00:11:45 +0200 Subject: [gaudi] sadly, the cmake fixes are postponed to next version (#18171) --- var/spack/repos/builtin/packages/gaudi/package.py | 4 ++-- 1 file 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 -- cgit v1.2.3-60-g2f50