Skip to content

Commit

Permalink
Remove a few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 19, 2023
1 parent eb41738 commit 608bfbe
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/ilcsoft/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,8 +41,6 @@ class Ilcsoft(BundlePackage, Key4hepPackage):
depends_on("k4simdelphes")
depends_on("delphes")

############################### ilcsoft ###############
#######################################################
depends_on("aidatt")
depends_on("cedviewer")
depends_on("conformaltracking")
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 608bfbe

Please sign in to comment.