FIX: move spack-psi bye one folder

This commit is contained in:
2024-10-17 15:33:40 +02:00
parent 27a597eda1
commit 16f4f1a137
19 changed files with 67 additions and 56 deletions

13
packages/gams/package.py Normal file
View File

@ -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", md5="5a59a973edfc4e3170b9535760593d62", expand=False)