Skip to content

Commit

Permalink
[fdb] 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 e46164a commit 8514ffe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
28 changes: 0 additions & 28 deletions repos/c2sm/packages/fdb/package.py

This file was deleted.

6 changes: 0 additions & 6 deletions test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ def test_eccodes(self):
def test_fckit(self):
spack_info('fckit')

def test_fdb(self):
spack_info('fdb')

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

Expand Down Expand Up @@ -284,9 +281,6 @@ def test_eccodes(self):
def test_fckit(self):
spack_spec('fckit')

def test_fdb(self):
spack_info('fdb')

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

Expand Down
11 changes: 0 additions & 11 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,17 +298,6 @@ def test_install_0_9_0(self):
spack_install_and_test('[email protected]')


@pytest.mark.no_tsa # FDB tests fail on tsa due to 'ucp_context'
class FdbTest(unittest.TestCase):

def test_install_5_11_17_gcc(self):
spack_install_and_test('fdb @5.11.17 %gcc')

def test_install_5_11_17_nvhpc(self):
# tests fail because compiler emitted warnings.
spack_install(f'fdb @5.11.17 %{nvidia_compiler}')


class FdbFortranTest(unittest.TestCase):

def test_install(self):
Expand Down

0 comments on commit 8514ffe

Please sign in to comment.