-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,6 @@ class Ilcsoft(BundlePackage, Key4hepPackage): | |
# exist for a bundle package) | ||
phases = ["install"] | ||
|
||
############################### key4hep ############### | ||
####################################################### | ||
|
||
depends_on("guinea-pig") | ||
# todo: figure out the api for the cern gitlab instance | ||
|
@@ -43,8 +41,6 @@ class Ilcsoft(BundlePackage, Key4hepPackage): | |
depends_on("k4simdelphes") | ||
depends_on("delphes") | ||
|
||
############################### ilcsoft ############### | ||
####################################################### | ||
depends_on("aidatt") | ||
depends_on("cedviewer") | ||
depends_on("conformaltracking") | ||
|
@@ -87,20 +83,9 @@ class Ilcsoft(BundlePackage, Key4hepPackage): | |
depends_on("raida") | ||
depends_on("sio") | ||
|
||
##################### developer tools ################# | ||
####################################################### | ||
depends_on("cmake") | ||
depends_on("ninja") | ||
|
||
##################### conflicts ####################### | ||
####################################################### | ||
conflicts( | ||
"%[email protected]", | ||
msg="There are known issues with compilers from redhat's devtoolsets" | ||
"which are therefore not supported." | ||
"See https://root-forum.cern.ch/t/devtoolset-gcc-toolset-compatibility/38286", | ||
) | ||
|
||
def setup_run_environment(self, env): | ||
# set locale to avoid certain issues with xerces-c | ||
# (see https://github.com/key4hep/key4hep-spack/issues/170) | ||
|