Skip to content

Commit 611318e

Browse files
CodeGatharshula
authored andcommitted
Add access-om3 bundle definition (#90)
1 parent 600c962 commit 611318e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

packages/access-om3/package.py

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
2+
# Spack Project Developers. See the top-level COPYRIGHT file for details.
3+
#
4+
# Copyright 2024 ACCESS-NRI
5+
#
6+
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
7+
8+
from spack.package import BundlePackage, version, depends_on
9+
10+
11+
class AccessOm3(BundlePackage):
12+
"""
13+
ACCESS-OM3 bundle containing the ACCESS-OM3 Package.
14+
15+
This is used to version the entirety of a released deployment, including
16+
the package, it's dependencies, and the version of
17+
spack-packages/spack-config that it is bundled with
18+
"""
19+
20+
homepage = "https://www.access-nri.org.au"
21+
22+
git = "https://github.com/ACCESS-NRI/ACCESS-OM3.git"
23+
24+
maintainers = ["harshula"]
25+
26+
version("latest")
27+
28+
depends_on("access-om3-nuopc")

0 commit comments

Comments
 (0)