Skip to content

Commit

Permalink
Added access-ram3 SBD with UM SPD
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 8, 2024
1 parent bfb16fd commit 328de27
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/access-ram3/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# Copyright 2024 ACCESS-NRI
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import BundlePackage, version, depends_on


class AccessRam3(BundlePackage):
"""
ACCESS-RAM3 bundle containing the UM Package.
This is used to version the entirety of a released deployment, including
the package, it's dependencies, and the version of
spack-packages/spack-config that it is bundled with
"""

homepage = "https://www.access-nri.org.au"

git = "https://github.com/ACCESS-NRI/ACCESS-RAM3.git"

maintainers = ["harshula"]

version("latest")

depends_on("um")

0 comments on commit 328de27

Please sign in to comment.