Skip to content
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

{vis}[foss/2024a] imageio v2.36.1, scikit-image v0.25.0, sisl v0.15.2 #22132

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions easybuild/easyconfigs/i/imageio/imageio-2.36.1-gfbf-2024a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
easyblock = 'PythonPackage'

name = 'imageio'
version = '2.36.1'

homepage = 'https://imageio.github.io'
description = """Imageio is a Python library that provides an easy interface to read and write a wide range of
image data, including animated images, video, volumetric data, and scientific formats."""

toolchain = {'name': 'gfbf', 'version': '2024a'}

sources = [SOURCE_TAR_GZ]
checksums = ['e4e1d231f47f9a9e16100b0f7ce1a86e8856fb4d1c0fa2c4365a316f1746be62']

dependencies = [
('Python', '3.12.3'),
('matplotlib', '3.9.2'),
('Pillow', '10.4.0'),
]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

moduleclass = 'vis'
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
easyblock = 'PythonBundle'

name = 'scikit-image'
version = '0.25.0'

homepage = 'https://scikit-image.org/'
description = "scikit-image is a collection of algorithms for image processing."

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

builddependencies = [
('meson-python', '0.16.0'),
]

dependencies = [
('Python', '3.12.3'),
('matplotlib', '3.9.2'),
('Pillow', '10.4.0'),
('networkx', '3.4.2'),
('dask', '2024.9.1'),
('imageio', '2.36.1'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('PyWavelets', '1.8.0', {
'modulename': 'pywt',
'source_tmpl': 'pywavelets-%(version)s.tar.gz',
'checksums': ['f3800245754840adc143cbc29534a1b8fc4b8cff6e9d403326bd52b7bb5c35aa'],
smoors marked this conversation as resolved.
Show resolved Hide resolved
}),
('imread', '0.7.6', {
'checksums': ['50b3d7089c862504c22b256ef51fe45851b34616db14c0ebfc5536001c996015'],
}),
('tifffile', '2024.12.12', {
'checksums': ['c38e929bf74c04b6c8708d87f16b32c85c6d7c2514b99559ea3db8003ba4edda'],
}),
('lazy_loader', '0.4', {
'checksums': ['47c75182589b91a4e1a85a136c074285a5ad4d9f39c63e0d7fb76391c4574cd1'],
}),
(name, version, {
'modulename': 'skimage',
'source_tmpl': 'scikit_image-%(version)s.tar.gz',
'checksums': ['58d94fea11b6b3306b3770417dc1cbca7fa9bcbd6a13945d7910399c88c2018c'],
}),
]

moduleclass = 'vis'
48 changes: 48 additions & 0 deletions easybuild/easyconfigs/s/sisl/sisl-0.15.2-foss-2024a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
easyblock = 'PythonBundle'

name = 'sisl'
version = '0.15.2'

homepage = 'https://zerothi.github.io/sisl/'
description = """sisl is an open-source easy-to-use density functional theory API
framework to post-analyse density functional theory codes output as well as
providing tight-binding calculation capabilities."""

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

builddependencies = [
('scikit-build-core', '0.10.6'),
smoors marked this conversation as resolved.
Show resolved Hide resolved
]

dependencies = [
('Python', '3.12.3'),
('ASE', '3.23.0'),
('mpi4py', '4.0.1'),
('netCDF', '4.9.2'),
('plotly.py', '5.24.1'),
('scikit-image', '0.25.0'),
('tqdm', '4.66.5'),
('xarray', '2024.11.0'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('cftime', '1.6.4', {
'checksums': ['e325406193758a7ed67308deb52e727782a19e384e183378e7ff62098be0aedc'],
}),
('nodify', '0.0.11', {
'checksums': ['b448c12fc637e890e743a8d2e1aec86e29e6cda5c30d6b7a4495461780dd90ac'],
}),
('netCDF4', '1.7.2', {
smoors marked this conversation as resolved.
Show resolved Hide resolved
'modulename': 'netCDF4',
'source_tmpl': 'netcdf4-%(version)s.tar.gz',
'checksums': ['a4c6375540b19989896136943abb6d44850ff6f1fa7d3f063253b1ad3f8b7fce'],
}),
(name, version, {
'checksums': ['3fa96caab2bffe5144b2dd8713094295b1db7de3272257fea39acebda04326e0'],
}),
]

moduleclass = 'phys'