Skip to content

Commit

Permalink
Merge pull request #20985 from lexming/20240709163017_new_pr_xESMF086
Browse files Browse the repository at this point in the history
{geo}[foss/2023a] xESMF v0.8.6
  • Loading branch information
laraPPr authored Nov 7, 2024
2 parents 880d6c2 + 098a62c commit c4976bb
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions easybuild/easyconfigs/x/xESMF/xESMF-0.8.6-foss-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
easyblock = 'PythonBundle'

name = 'xESMF'
version = '0.8.6'

homepage = 'https://xesmf.readthedocs.io'
description = "xESMF: Universal Regridder for Geospatial Data"

toolchain = {'name': 'foss', 'version': '2023a'}

builddependencies = [
('pytest', '7.4.2'),
]

dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
('ESMPy', '8.6.0'),
('numba', '0.58.1'),
('Shapely', '2.0.1'),
('xarray', '2023.9.0'),
('dask', '2023.9.2'),
]

use_pip = True

exts_list = [
('cftime', '1.6.2', {
'checksums': ['8614c00fb8a5046de304fdd86dbd224f99408185d7b245ac6628d0276596e6d2'],
}),
('cf_xarray', '0.9.3', {
'checksums': ['5012444078964ef931cdc71d559f58488edd5fa9a175fbec326f9356e481b2cf'],
}),
('sparse', '0.14.0', {
'checksums': ['5f5827a37f6cd6f6730a541f994c95c60a3ae2329e01f4ba21ced5339aea0098'],
}),
('xesmf', version, {
'checksums': ['61c54f0db19fe4871623791db50b1ae589ea1a834d0df461cb58ffbd10d875de'],
'runtest': 'pytest',
'testopts': "-v --pyargs xesmf",
'testinstall': True,
}),
]

sanity_pip_check = True

moduleclass = 'geo'

0 comments on commit c4976bb

Please sign in to comment.