Skip to content

Commit

Permalink
[fckit] Remove package and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Feb 23, 2024
1 parent 8514ffe commit fe41fc2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 41 deletions.
28 changes: 0 additions & 28 deletions repos/c2sm/packages/fckit/package.py

This file was deleted.

2 changes: 1 addition & 1 deletion repos/c2sm/packages/infero/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Infero(CMakePackage):
variant('onnx', description='Enable ONNX backend', default=False)

depends_on('eckit@1.20.2')
depends_on('fckit@0.9.0')
depends_on('fckit')
depends_on('ecbuild', type=('build'))
depends_on('tensorflowc', when='+tf_c')
depends_on('onnx-runtime', when='+onnx')
Expand Down
6 changes: 0 additions & 6 deletions test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ def test_dusk(self):
def test_eccodes(self):
spack_info('eccodes')

def test_fckit(self):
spack_info('fckit')

def test_fdb_fortran(self):
spack_info('fdb-fortran')

Expand Down Expand Up @@ -278,9 +275,6 @@ def test_dusk(self):
def test_eccodes(self):
spack_spec('eccodes')

def test_fckit(self):
spack_spec('fckit')

def test_fdb_fortran(self):
spack_spec('fdb-fortran')

Expand Down
6 changes: 0 additions & 6 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,6 @@ def test_install_2_19_0(self):
spack_install('eccodes @2.19.0')


class FckitTest(unittest.TestCase):

def test_install_0_9_0(self):
spack_install_and_test('fckit@0.9.0')


class FdbFortranTest(unittest.TestCase):

def test_install(self):
Expand Down

0 comments on commit fe41fc2

Please sign in to comment.