Skip to content

Commit

Permalink
Icon4py remove unused packages (#841)
Browse files Browse the repository at this point in the history
remove extra packages that are no longer required by icon4py
  • Loading branch information
halungge authored Oct 12, 2023
1 parent 87a8a48 commit 3758ae9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 149 deletions.
13 changes: 0 additions & 13 deletions repos/c2sm/packages/py-ghex/add_origin_install_rpath.patch

This file was deleted.

43 changes: 0 additions & 43 deletions repos/c2sm/packages/py-ghex/package.py

This file was deleted.

22 changes: 0 additions & 22 deletions repos/c2sm/packages/py-pytest-mpi/package.py

This file was deleted.

17 changes: 0 additions & 17 deletions repos/c2sm/packages/py-scikit-build-core/package.py

This file was deleted.

15 changes: 0 additions & 15 deletions repos/c2sm/packages/serialbox/package.py

This file was deleted.

12 changes: 0 additions & 12 deletions test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,6 @@ def test_py_fprettify(self):
def test_py_frozendict(self):
spack_spec('py-frozendict')

def test_py_ghex(self):
spack_spec('py-ghex')

def test_py_gridtools_cpp(self):
spack_spec('py-gridtools-cpp')

Expand Down Expand Up @@ -448,12 +445,6 @@ def test_py_pytest(self):
def test_py_pytest_factoryboy(self):
spack_spec('py-pytest-factoryboy')

def test_py_pytest_mpi(self):
spack_spec('py-pytest-mpi')

def test_py_scikit_build_core(self):
spack_spec('py-scikit-build-core')

def test_py_setuptools(self):
spack_spec('py-setuptools')

Expand All @@ -472,9 +463,6 @@ def test_py_typing_extensions(self):
def test_rttov(self):
spack_spec('rttov')

def test_serialbox(self):
spack_spec('serialbox')

def test_scales_ppm(self):
spack_spec('scales-ppm')

Expand Down
27 changes: 0 additions & 27 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,32 +798,5 @@ def test_install_version_2_0_0(self):
spack_install_and_test('zlib_ng @2.0.0')


class PyGhexTest(unittest.TestCase):

def test_install_version_0_3_1(self):
spack_install('py-ghex @0.3.1')


class PyPytestMpiTest(unittest.TestCase):

def test_install_pytest_mpi_default(self):
spack_install('py-pytest-mpi')


class PyScikitBuildCoreTest(unittest.TestCase):

def test_install_py_scikit_build_core_default(self):
spack_install('py-scikit-build-core')


class SerialboxTest(unittest.TestCase):

def test_install_serialbox_2_6_1(self):
spack_install('serialbox @2.6.1')

def test_install_serialbox_2_6_2_python(self):
spack_install('serialbox @2.6.2 + python')


if __name__ == '__main__':
unittest.main(verbosity=2)

0 comments on commit 3758ae9

Please sign in to comment.