Skip to content

Commit

Permalink
[fckit] add version 0.9.0 (C2SM#857)
Browse files Browse the repository at this point in the history
* add version 0.9.0 for fckit

* fix typo

* Update system_test.py

* Update repos/c2sm/packages/fckit/package.py

Co-authored-by: Dominic Hofer <[email protected]>

---------

Co-authored-by: Jonas Jucker <[email protected]>
Co-authored-by: Dominic Hofer <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2023
1 parent 109dc0f commit 5dae624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions repos/c2sm/packages/fckit/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Fckit(CMakePackage):
homepage = 'https://github.com/ecmwf/fckit.git'
git = 'https://github.com/ecmwf/fckit.git'

version('0.9.0', tag='0.9.0')
version('develop', branch='develop')

maintainers = ['juckerj']
Expand Down
4 changes: 2 additions & 2 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ def test_install_2_19_0(self):

class FckitTest(unittest.TestCase):

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


@pytest.mark.no_tsa # FDB tests fail on tsa due to 'ucp_context'
Expand Down

0 comments on commit 5dae624

Please sign in to comment.