Skip to content

Commit

Permalink
Don't build gaudi with gperftools
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 16, 2024
1 parent ea3b54c commit 9a7cc82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion environments/key4hep-nightly-macos/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a7cc82

Please sign in to comment.