Skip to content

Commit

Permalink
Updated icon4py and gt4py tags (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarabullini authored Sep 12, 2024
1 parent c77a581 commit 19b45f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion repos/c2sm/packages/py-gt4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PyGt4py(PythonPackage):
version('main', branch='main', git=url)
version('1.0.3.3', tag='icon4py_20240229', git=url)
version('1.0.3.7', tag='icon4py_20240521', git=url)
version('1.0.3.8', tag='icon4py_20240711', git=url)
version('1.0.3.9', tag='icon4py_20240912', git=url)

maintainers = ['samkellerhals']

Expand Down
2 changes: 1 addition & 1 deletion repos/c2sm/packages/py-icon4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PyIcon4py(PythonPackage):
version('main', branch='main', git=git)
version('0.0.10', tag='v0.0.10', git=git)
version('0.0.11', tag='v0.0.11', git=git)
version('0.0.12', tag='v0.0.12', git=git)
version('0.0.13', tag='v0.0.13', git=git)

depends_on('py-wheel', type='build')
depends_on('py-setuptools', type='build')
Expand Down
6 changes: 3 additions & 3 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_py_gridtools_cpp_install_default(devirt_env):


@pytest.mark.py_gt4py
@pytest.mark.parametrize("version", ['1.0.3.3', '1.0.3.7', '1.0.3.8'])
@pytest.mark.parametrize("version", ['1.0.3.3', '1.0.3.7', '1.0.3.9'])
def test_install_py_gt4py_for_version(version, devirt_env):
spack_install(f'py-gt4py @{version}')

Expand All @@ -228,8 +228,8 @@ def test_install_py_icon4py_version_0_0_11(devirt_env):


@pytest.mark.py_icon4py
def test_install_py_icon4py_version_0_0_12(devirt_env):
spack_install('py-icon4py @ 0.0.12 %gcc ^[email protected].8')
def test_install_py_icon4py_version_0_0_13(devirt_env):
spack_install('py-icon4py @ 0.0.13 %gcc ^[email protected].9')


@pytest.mark.py_hatchling
Expand Down

0 comments on commit 19b45f4

Please sign in to comment.