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

{lang,lib}[GCCcore/13.3.0,foss/2024a] librosa v0.10.2.post1, nanobind v2.5.0 #22511

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

sassy-crick
Copy link
Collaborator

@sassy-crick sassy-crick commented Mar 10, 2025

Copy link

Updated software librosa-0.10.2.post1-foss-2024a.eb

Diff against librosa-0.10.1-foss-2023a.eb

easybuild/easyconfigs/l/librosa/librosa-0.10.1-foss-2023a.eb

diff --git a/easybuild/easyconfigs/l/librosa/librosa-0.10.1-foss-2023a.eb b/easybuild/easyconfigs/l/librosa/librosa-0.10.2.post1-foss-2024a.eb
index c26fed6c2e..77e4c81061 100644
--- a/easybuild/easyconfigs/l/librosa/librosa-0.10.1-foss-2023a.eb
+++ b/easybuild/easyconfigs/l/librosa/librosa-0.10.2.post1-foss-2024a.eb
@@ -1,48 +1,54 @@
 easyblock = 'PythonBundle'
 
 name = 'librosa'
-version = '0.10.1'
+version = '0.10.2.post1'
 
 homepage = 'https://librosa.org/'
 description = """Audio and music processing in Python"""
 
-toolchain = {'name': 'foss', 'version': '2023a'}
+toolchain = {'name': 'foss', 'version': '2024a'}
 
 builddependencies = [
-    ('matplotlib',  '3.7.2'),
-    ('poetry', '1.5.1'),  # build for soxr
+    ('matplotlib',  '3.9.2'),
+    ('poetry', '1.8.3'),  # build for soxr
+    ('scikit-build-core', '0.10.6'),
+    ('nanobind', '2.5.0'),
 ]
 
 dependencies = [
-    ('Python', '3.11.3'),
-    ('Python-bundle-PyPI', '2023.06'),  # to get joblib
-    ('SciPy-bundle', '2023.07'),
-    ('scikit-learn', '1.3.1'),
-    ('FFmpeg', '6.0'),
-    ('numba', '0.58.1'),
+    ('Python', '3.12.3'),
+    ('Python-bundle-PyPI', '2024.06'),  # to get joblib
+    ('SciPy-bundle', '2024.05'),
+    ('scikit-learn', '1.5.2'),
+    ('FFmpeg', '7.0.2'),
+    ('numba', '0.60.0'),
     ('libsndfile', '1.2.2'),
 ]
 
 use_pip = True
 
 exts_list = [
-    ('soxr', '0.3.7', {
-        'checksums': ['436ddff00c6eb2c75b79c19cfdca7527b1e31b5fad738652f044045ba6258593'],
+    ('soxr', '0.5.0.post1', {
+        'patches': ['%(name)s-%(version)s.patch'],
+        'checksums': [
+            {'soxr-0.5.0.post1.tar.gz': '7092b9f3e8a416044e1fa138c8172520757179763b85dc53aa9504f4813cff73'},
+            {'soxr-0.5.0.post1.patch': '5ca9316d8524fcb1e81f4bfb0bfcfb5806050e936e33b6edef11ad0eed0e789c'},
+        ],
     }),
     ('audioread', '3.0.1', {
         'checksums': ['ac5460a5498c48bdf2e8e767402583a4dcd13f4414d286f42ce4379e8b35066d'],
     }),
-    ('soundfile', '0.12.1', {
-        'checksums': ['e8e1017b2cf1dda767aef19d2fd9ee5ebe07e050d430f77a0a7c66ba08b8cdae'],
+    ('soundfile', '0.13.1', {
+        'checksums': ['b2c68dab1e30297317080a5b43df57e302584c49e2942defdde0acccc53f0e5b'],
     }),
-    ('lazy_loader', '0.3', {
-        'checksums': ['3b68898e34f5b2a29daaaac172c6555512d0f32074f147e2254e4a6d9d838f37'],
+    ('lazy_loader', '0.4', {
+        'checksums': ['47c75182589b91a4e1a85a136c074285a5ad4d9f39c63e0d7fb76391c4574cd1'],
     }),
-    ('resampy', '0.4.3', {  # for tests
+    ('resampy', '0.4.3', {
         'checksums': ['a0d1c28398f0e55994b739650afef4e3974115edbe96cd4bb81968425e916e47'],
     }),
     (name, version, {
-        'checksums': ['832f7d150d6dd08ed2aa08c0567a4be58330635c32ddd2208de9bc91300802c7'],
+        'checksums': ['cd99f16717cbcd1e0983e37308d1db46a6f7dfc2e396e5a9e61e6821e44bd2e7'],
     }),
 ]
 
Diff against librosa-0.7.2-fosscuda-2019b-Python-3.7.4.eb

easybuild/easyconfigs/l/librosa/librosa-0.7.2-fosscuda-2019b-Python-3.7.4.eb

diff --git a/easybuild/easyconfigs/l/librosa/librosa-0.7.2-fosscuda-2019b-Python-3.7.4.eb b/easybuild/easyconfigs/l/librosa/librosa-0.10.2.post1-foss-2024a.eb
index 9e7257daf0..77e4c81061 100644
--- a/easybuild/easyconfigs/l/librosa/librosa-0.7.2-fosscuda-2019b-Python-3.7.4.eb
+++ b/easybuild/easyconfigs/l/librosa/librosa-0.10.2.post1-foss-2024a.eb
@@ -1,40 +1,57 @@
 easyblock = 'PythonBundle'
 
 name = 'librosa'
-version = '0.7.2'
-versionsuffix = '-Python-%(pyver)s'
+version = '0.10.2.post1'
 
-homepage = 'https://librosa.github.io'
-description = "Python module for audio and music processing"
+homepage = 'https://librosa.org/'
+description = """Audio and music processing in Python"""
 
-toolchain = {'name': 'fosscuda', 'version': '2019b'}
+toolchain = {'name': 'foss', 'version': '2024a'}
+
+builddependencies = [
+    ('matplotlib',  '3.9.2'),
+    ('poetry', '1.8.3'),  # build for soxr
+    ('scikit-build-core', '0.10.6'),
+    ('nanobind', '2.5.0'),
+]
 
 dependencies = [
-    ('Python', '3.7.4'),
-    ('SciPy-bundle', '2019.10', versionsuffix),
-    ('FFmpeg', '4.2.1'),
-    ('matplotlib', '3.1.1', versionsuffix),
-    ('scikit-learn', '0.21.3', versionsuffix),
-    ('numba', '0.47.0', versionsuffix),
-    ('libsndfile', '1.0.28'),
+    ('Python', '3.12.3'),
+    ('Python-bundle-PyPI', '2024.06'),  # to get joblib
+    ('SciPy-bundle', '2024.05'),
+    ('scikit-learn', '1.5.2'),
+    ('FFmpeg', '7.0.2'),
+    ('numba', '0.60.0'),
+    ('libsndfile', '1.2.2'),
 ]
 
+use_pip = True
+
 exts_list = [
-    ('audioread', '2.1.8', {
-        'checksums': ['073904fabc842881e07bd3e4a5776623535562f70b1655b635d22886168dd168'],
+    ('soxr', '0.5.0.post1', {
+        'patches': ['%(name)s-%(version)s.patch'],
+        'checksums': [
+            {'soxr-0.5.0.post1.tar.gz': '7092b9f3e8a416044e1fa138c8172520757179763b85dc53aa9504f4813cff73'},
+            {'soxr-0.5.0.post1.patch': '5ca9316d8524fcb1e81f4bfb0bfcfb5806050e936e33b6edef11ad0eed0e789c'},
+        ],
     }),
-    ('SoundFile', '0.10.3.post1', {
-        'checksums': ['490cff42650733d1832728b937fe99fa1802896f5ef4d61bcf78cf7ebecb107b'],
+    ('audioread', '3.0.1', {
+        'checksums': ['ac5460a5498c48bdf2e8e767402583a4dcd13f4414d286f42ce4379e8b35066d'],
     }),
-    ('resampy', '0.2.2', {
-        'checksums': ['62af020d8a6674d8117f62320ce9470437bb1d738a5d06cd55591b69b463929e'],
+    ('soundfile', '0.13.1', {
+        'checksums': ['b2c68dab1e30297317080a5b43df57e302584c49e2942defdde0acccc53f0e5b'],
+    }),
+    ('lazy_loader', '0.4', {
+        'checksums': ['47c75182589b91a4e1a85a136c074285a5ad4d9f39c63e0d7fb76391c4574cd1'],
+    }),
+    ('resampy', '0.4.3', {
+        'checksums': ['a0d1c28398f0e55994b739650afef4e3974115edbe96cd4bb81968425e916e47'],
     }),
     (name, version, {
-        'checksums': ['656bbda80e98e6330db1ead79cd084b13a762284834d7603fcf7cf7c0dc65f3c'],
+        'checksums': ['cd99f16717cbcd1e0983e37308d1db46a6f7dfc2e396e5a9e61e6821e44bd2e7'],
     }),
 ]
 
-use_pip = True
 sanity_pip_check = True
 
 moduleclass = 'lib'
Diff against librosa-0.7.2-foss-2019b-Python-3.7.4.eb

easybuild/easyconfigs/l/librosa/librosa-0.7.2-foss-2019b-Python-3.7.4.eb

diff --git a/easybuild/easyconfigs/l/librosa/librosa-0.7.2-foss-2019b-Python-3.7.4.eb b/easybuild/easyconfigs/l/librosa/librosa-0.10.2.post1-foss-2024a.eb
index 2688e33e6c..77e4c81061 100644
--- a/easybuild/easyconfigs/l/librosa/librosa-0.7.2-foss-2019b-Python-3.7.4.eb
+++ b/easybuild/easyconfigs/l/librosa/librosa-0.10.2.post1-foss-2024a.eb
@@ -1,40 +1,57 @@
 easyblock = 'PythonBundle'
 
 name = 'librosa'
-version = '0.7.2'
-versionsuffix = '-Python-%(pyver)s'
+version = '0.10.2.post1'
 
-homepage = 'https://librosa.github.io'
-description = "Python module for audio and music processing"
+homepage = 'https://librosa.org/'
+description = """Audio and music processing in Python"""
 
-toolchain = {'name': 'foss', 'version': '2019b'}
+toolchain = {'name': 'foss', 'version': '2024a'}
+
+builddependencies = [
+    ('matplotlib',  '3.9.2'),
+    ('poetry', '1.8.3'),  # build for soxr
+    ('scikit-build-core', '0.10.6'),
+    ('nanobind', '2.5.0'),
+]
 
 dependencies = [
-    ('Python', '3.7.4'),
-    ('SciPy-bundle', '2019.10', versionsuffix),
-    ('FFmpeg', '4.2.1'),
-    ('matplotlib', '3.1.1', versionsuffix),
-    ('scikit-learn', '0.21.3', versionsuffix),
-    ('numba', '0.47.0', versionsuffix),
-    ('libsndfile', '1.0.28'),
+    ('Python', '3.12.3'),
+    ('Python-bundle-PyPI', '2024.06'),  # to get joblib
+    ('SciPy-bundle', '2024.05'),
+    ('scikit-learn', '1.5.2'),
+    ('FFmpeg', '7.0.2'),
+    ('numba', '0.60.0'),
+    ('libsndfile', '1.2.2'),
 ]
 
+use_pip = True
+
 exts_list = [
-    ('audioread', '2.1.8', {
-        'checksums': ['073904fabc842881e07bd3e4a5776623535562f70b1655b635d22886168dd168'],
+    ('soxr', '0.5.0.post1', {
+        'patches': ['%(name)s-%(version)s.patch'],
+        'checksums': [
+            {'soxr-0.5.0.post1.tar.gz': '7092b9f3e8a416044e1fa138c8172520757179763b85dc53aa9504f4813cff73'},
+            {'soxr-0.5.0.post1.patch': '5ca9316d8524fcb1e81f4bfb0bfcfb5806050e936e33b6edef11ad0eed0e789c'},
+        ],
     }),
-    ('SoundFile', '0.10.3.post1', {
-        'checksums': ['490cff42650733d1832728b937fe99fa1802896f5ef4d61bcf78cf7ebecb107b'],
+    ('audioread', '3.0.1', {
+        'checksums': ['ac5460a5498c48bdf2e8e767402583a4dcd13f4414d286f42ce4379e8b35066d'],
     }),
-    ('resampy', '0.2.2', {
-        'checksums': ['62af020d8a6674d8117f62320ce9470437bb1d738a5d06cd55591b69b463929e'],
+    ('soundfile', '0.13.1', {
+        'checksums': ['b2c68dab1e30297317080a5b43df57e302584c49e2942defdde0acccc53f0e5b'],
+    }),
+    ('lazy_loader', '0.4', {
+        'checksums': ['47c75182589b91a4e1a85a136c074285a5ad4d9f39c63e0d7fb76391c4574cd1'],
+    }),
+    ('resampy', '0.4.3', {
+        'checksums': ['a0d1c28398f0e55994b739650afef4e3974115edbe96cd4bb81968425e916e47'],
     }),
     (name, version, {
-        'checksums': ['656bbda80e98e6330db1ead79cd084b13a762284834d7603fcf7cf7c0dc65f3c'],
+        'checksums': ['cd99f16717cbcd1e0983e37308d1db46a6f7dfc2e396e5a9e61e6821e44bd2e7'],
     }),
 ]
 
-use_pip = True
 sanity_pip_check = True
 
 moduleclass = 'lib'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant