Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated spack.yaml #1

Merged
merged 3 commits into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions spack.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration settings. Wow!
# configuration settings. Wow! That's really cool!
spack:
# add package specs to the `specs` list
specs:
- access-om2@git.2023.11.23
- access-om2@git.2024.03.0
packages:
cice5:
require: '@git.2023.10.19'
Expand All @@ -31,29 +31,29 @@ spack:
modules:
default:
enable:
- tcl
- tcl
roots:
tcl: $spack/../release/modules
lmod: $spack/../release/lmod
tcl:
hash_length: 0
include:
- access-om2
- mom5
- cice5
- libaccessom2
- oasis3-mct
- access-om2
- mom5
- cice5
- libaccessom2
- oasis3-mct
exclude_implicits: true
all:
autoload: direct
conflict:
- '{name}'
- '{name}'
environment:
set:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
access-om2: '{name}/2023.11.23'
access-om2: '{name}/2024.03.0'
cice5: '{name}/2023.10.19'
mom5: '{name}/2023.11.09'
libaccessom2: '{name}/2023.10.26'
Expand Down
Loading