From 36ab5d142dac937a4af4e0c0ef3238a8c2f564fa Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Fri, 15 Mar 2024 10:54:37 +1100 Subject: [PATCH 1/3] Updated spack.yaml --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 50143bb..56ed9b0 100644 --- a/spack.yaml +++ b/spack.yaml @@ -1,7 +1,7 @@ # 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: From 7f1a329d1748f83f788a22c9e665539417a9d386 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:50:16 +0000 Subject: [PATCH 2/3] spack.yaml: Updated access-om2 package version from 2023.11.23 to 2023.11.24 --- spack.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/spack.yaml b/spack.yaml index 56ed9b0..c15de57 100644 --- a/spack.yaml +++ b/spack.yaml @@ -5,7 +5,7 @@ spack: # add package specs to the `specs` list specs: - - access-om2@git.2023.11.23 + - access-om2@git.2023.11.24 packages: cice5: require: '@git.2023.10.19' @@ -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}/2023.11.24' cice5: '{name}/2023.10.19' mom5: '{name}/2023.11.09' libaccessom2: '{name}/2023.10.26' From 0a8dc40b1a29d37bc6517f96f79a5f6a3f445fbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 01:09:05 +0000 Subject: [PATCH 3/3] spack.yaml: Updated access-om2 package version from 2023.11.24 to 2024.03.0 --- spack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spack.yaml b/spack.yaml index c15de57..1f982b1 100644 --- a/spack.yaml +++ b/spack.yaml @@ -5,7 +5,7 @@ spack: # add package specs to the `specs` list specs: - - access-om2@git.2023.11.24 + - access-om2@git.2024.03.0 packages: cice5: require: '@git.2023.10.19' @@ -53,7 +53,7 @@ spack: 'SPACK_{name}_ROOT': '{prefix}' projections: all: '{name}/{version}' - access-om2: '{name}/2023.11.24' + access-om2: '{name}/2024.03.0' cice5: '{name}/2023.10.19' mom5: '{name}/2023.11.09' libaccessom2: '{name}/2023.10.26'