Skip to content

Commit

Permalink
add xarray-2024.5.0-gfbf-2023b-b.eb xarray-2024.5.0-iimkl-2023b.eb
Browse files Browse the repository at this point in the history
Unlike version 2023.11, SciPy-bundle-2023.12 works for both gfbg/2023b and iimkl/2023b
  • Loading branch information
Louwrensth committed Aug 17, 2024
1 parent 71a372f commit db3be58
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
29 changes: 29 additions & 0 deletions easybuild/easyconfigs/x/xarray/xarray-2024.5.0-gfbf-2023b-b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
easyblock = 'PythonBundle'

name = 'xarray'
version = '2024.5.0'
versionsuffix = '-b' # alternative version of SciPy-bundle dependency

homepage = 'https://github.com/pydata/xarray'
description = """xarray (formerly xray) is an open source project and Python package that aims to bring
the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the
core pandas data structures."""

toolchain = {'name': 'gfbf', 'version': '2023b'}

dependencies = [
('Python', '3.11.5'),
('SciPy-bundle', '2023.12'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
(name, version, {
'preinstallopts': """sed -i 's/^dynamic = .*version.*/version = "%(version)s"/g' pyproject.toml && """,
'checksums': ['e0eb1cb265f265126795f388ed9591f3c752f2aca491f6c0576711fd15b708f2'],
}),
]

moduleclass = 'data'
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/x/xarray/xarray-2024.5.0-iimkl-2023b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'PythonBundle'

name = 'xarray'
version = '2024.5.0'

homepage = 'https://github.com/pydata/xarray'
description = """xarray (formerly xray) is an open source project and Python package that aims to bring
the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the
core pandas data structures."""

toolchain = {'name': 'iimkl', 'version': '2023b'}

dependencies = [
('Python', '3.11.5'),
('SciPy-bundle', '2023.12'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
(name, version, {
'preinstallopts': """sed -i 's/^dynamic = .*version.*/version = "%(version)s"/g' pyproject.toml && """,
'checksums': ['e0eb1cb265f265126795f388ed9591f3c752f2aca491f6c0576711fd15b708f2'],
}),
]

moduleclass = 'data'

0 comments on commit db3be58

Please sign in to comment.