From 3e5a3fbfaa7aad69e398a987bdf2d96f890ce0bc Mon Sep 17 00:00:00 2001 From: germann_e Date: Thu, 17 Oct 2024 13:56:01 +0200 Subject: [PATCH] ADD: Gams package --- packages/gams/package.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/gams/package.py diff --git a/packages/gams/package.py b/packages/gams/package.py new file mode 100644 index 0000000..1646546 --- /dev/null +++ b/packages/gams/package.py @@ -0,0 +1,13 @@ +# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +import os + +from spack.package import * +from spack.pkg.builtin.gams import Gams as SpackGams + + +class Gams(SpackGams): + version("48.1.0", md5="5a59a973edfc4e3170b9535760593d62", expand=False)