Skip to content

Commit

Permalink
Rename base stack to external stack
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 17, 2024
1 parent 9cbe54c commit 9b67235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spack:
- ../key4hep-common/packages.yaml

specs:
- key4hep-base-stack
- key4hep-external-stack
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from spack.pkg.k4.key4hep_stack import Key4hepPackage, install_setup_script


class Key4hepBaseStack(BundlePackage, Key4hepPackage):
"""Bundle package that contains a base software stack upon which Key4hep can
be built
class Key4hepExternalStack(BundlePackage, Key4hepPackage):
"""Bundle package that contains a basic external software stack upon which
Key4hep can be built
The packages in this base stack are mainly
"""
Expand Down

0 comments on commit 9b67235

Please sign in to comment.