From 9a7cc8255251ad54450cdd195128532934b71647 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 26 Mar 2024 10:27:32 +0100 Subject: [PATCH] Don't build gaudi with gperftools --- environments/key4hep-nightly-macos/packages.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environments/key4hep-nightly-macos/packages.yaml b/environments/key4hep-nightly-macos/packages.yaml index 1ff7b6f1..958e5c43 100644 --- a/environments/key4hep-nightly-macos/packages.yaml +++ b/environments/key4hep-nightly-macos/packages.yaml @@ -39,8 +39,10 @@ packages: variants: build_type=RelWithDebInfo cxxstd=20 # Changes from common: don't use unwind because of a conflict with darwin # maybe remove when not using darwin + # Don't build with gperftools, fails at concretization because of the + # unwind conflict (bug in spack?) gaudi: - require: +aida+cppunit+examples+gaudialg+gperftools+heppdt+jemalloc~unwind+xercesc + require: +aida+cppunit+examples+gaudialg~gperftools+heppdt+jemalloc~unwind+xercesc variants: build_type=RelWithDebInfo cxxstd=20 geant4: variants: build_type=RelWithDebInfo