-
Notifications
You must be signed in to change notification settings - Fork 790
{data,lib}[foss/2023b] cfchecker v4.1.0, cfunits v3.3.7, cftime v1.6.4 #25995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Crivella
merged 10 commits into
easybuilders:develop
from
stamenminkov:20260514164119_new_pr_cfchecker410
Jun 23, 2026
Merged
Changes from 3 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e9fba46
adding easyconfigs: cfchecker-4.1.0-foss-2023b.eb, cfunits-3.3.7-foss…
stamenminkov eb35a13
Delete easybuild/easyconfigs/c/cfunits/cfunits-3.3.7-foss-2020b.eb
stamenminkov 308c55a
corrected toolchain for cfunits
stamenminkov 4ec8c7b
Update easybuild/easyconfigs/c/cfunits/cfunits-3.3.7-foss-2023b.eb
stamenminkov 5ca8d73
converted cfchecker to pythonbundle
stamenminkov e123c03
adding cftime independent EB
stamenminkov 9a838a9
Change toolchain from 'foss' to 'gfbf' and update dependencies
stamenminkov 26a4b12
Rename cfunits easyconfig file for consistency
stamenminkov 6ea35fc
including cython in builddeps for cftime
stamenminkov bc081c2
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
stamenminkov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
easybuild/easyconfigs/c/cfchecker/cfchecker-4.1.0-foss-2023b.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # Author: Stamen Miroslavov <stamen.miroslavov@bsc.es> | ||
| # Barcelona Supercomputing Center 2025 | ||
|
|
||
| easyblock = 'PythonPackage' | ||
|
|
||
| name = 'cfchecker' | ||
| version = '4.1.0' | ||
|
|
||
| homepage = 'https://github.com/cedadev/cf-checker' | ||
| description = """The CF Checker is a utility that checks the contents of a NetCDF file complies | ||
| with the Climate and Forecasts (CF) Metadata Convention.""" | ||
|
|
||
| toolchain = {'name': 'foss', 'version': '2023b'} | ||
|
|
||
| sources = [SOURCE_TAR_GZ] | ||
| checksums = ['10b86748565c9e0f4c959e4d82fe83b00344551db3db3c7d0d2f8c31449aa1b9'] | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.11.5'), | ||
| ('SciPy-bundle', '2023.11'), | ||
| ('netcdf4-python', '1.7.1.post2'), | ||
| ('cfunits', '3.3.7'), | ||
| ] | ||
|
|
||
| moduleclass = 'data' |
25 changes: 25 additions & 0 deletions
25
easybuild/easyconfigs/c/cfunits/cfunits-3.3.7-foss-2023b.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # Author: Stamen Miroslavov <stamen.miroslavov@bsc.es> | ||
| # Barcelona Supercomputing Center 2025 | ||
|
|
||
| easyblock = 'PythonPackage' | ||
|
|
||
| name = 'cfunits' | ||
| version = '3.3.7' | ||
|
|
||
| homepage = 'https://github.com/NCAS-CMS/cfunits' | ||
| description = """A Python interface to UNIDATA's UDUNITS-2 package with CF extensions. | ||
| Store, combine and compare physical units and convert numeric values to different units.""" | ||
|
|
||
| toolchain = {'name': 'foss', 'version': '2023b'} | ||
|
|
||
| sources = [SOURCE_TAR_GZ] | ||
| checksums = ['e271ae2c01765cc437e7eefd802846894367179e3208653ab9b520ade48286d6'] | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.11.5'), | ||
| ('UDUNITS', '2.2.28'), | ||
| ('SciPy-bundle', '2023.11'), | ||
| ('netcdf4-python', '1.7.1.post2'), # needed for cftime | ||
| ] | ||
|
|
||
| moduleclass = 'lib' | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.