Skip to content

Commit

Permalink
Merge branch 'main' of github.com:C2SM/spack-c2sm into dev_v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Mar 28, 2024
2 parents 8bd2ae6 + 632bbbd commit c2bd45e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos/c2sm/packages/py-gt4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class PyGt4py(PythonPackage):
version('1.0.3.1', tag='icon4py_20240214', git=url)
version('1.0.3.2', tag='icon4py_20240226', git=url)
version('1.0.3.3', tag='icon4py_20240229', git=url)
version('1.0.3.4', tag='icon4py_20240320', git=url)
version('1.0.3.5', tag='icon4py_20240322', git=url)

maintainers = ['samkellerhals']

Expand Down
6 changes: 6 additions & 0 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,12 @@ def test_install_version_1_0_3_2(self):
def test_install_version_1_0_3_3(self):
spack_install('py-gt4py @1.0.3.3')

def test_install_version_1_0_3_4(self):
spack_install_and_test('py-gt4py @1.0.3.4')

def test_install_version_1_0_3_5(self):
spack_install_and_test('py-gt4py @1.0.3.5')


class PyHatchlingTest(unittest.TestCase):

Expand Down

0 comments on commit c2bd45e

Please sign in to comment.