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

{tools}[gfbf/2024a] Scalene v1.5.51 #22236

Closed

Conversation

lcniel
Copy link
Contributor

@lcniel lcniel commented Jan 29, 2025

(created using eb --new-pr)

Copy link

Updated software Scalene-1.5.51-gfbf-2024a.eb

Diff against Scalene-1.5.35-GCCcore-13.2.0.eb

easybuild/easyconfigs/s/Scalene/Scalene-1.5.35-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/s/Scalene/Scalene-1.5.35-GCCcore-13.2.0.eb b/easybuild/easyconfigs/s/Scalene/Scalene-1.5.51-gfbf-2024a.eb
index ac4e7481cf..902d1bb121 100644
--- a/easybuild/easyconfigs/s/Scalene/Scalene-1.5.35-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/s/Scalene/Scalene-1.5.51-gfbf-2024a.eb
@@ -1,37 +1,38 @@
 easyblock = 'PythonBundle'
 
 name = 'Scalene'
-version = '1.5.35'
+version = '1.5.51'
 
 homepage = 'https://github.com/plasma-umass/scalene'
 description = """Scalene is a high-performance CPU, GPU and memory profiler for Python that does a number of things
 that other Python profilers do not and cannot do. It runs orders of magnitude faster than other profilers while
 delivering far more detailed information."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'gfbf', 'version': '2024a'}
 
 builddependencies = [
-    ('binutils', '2.40'),
-    ('poetry', '1.6.1'),
+    ('binutils', '2.42'),
+    ('poetry', '1.8.3'),
 ]
 
 dependencies = [
-    ('Python', '3.11.5'),
-    ('Python-bundle-PyPI', '2023.10'),
+    ('Python', '3.12.3'),
+    ('Python-bundle-PyPI', '2024.06'),
+    ('SciPy-bundle', '2024.05'),
+    ('pydantic', '2.9.1'),
 ]
 
-use_pip = True
-
 exts_list = [
-    ('cloudpickle', '3.0.0', {
-        'checksums': ['996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882'],
+    ('cloudpickle', '3.1.1', {
+        'checksums': ['b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64'],
     }),
-    ('pynvml', '11.4.1', {
-        'checksums': ['b2e4a33b80569d093b513f5804db0c7f40cfc86f15a013ae7a8e99c5e175d5dd'],
+    ('nvidia_ml_py', '12.570.86', {
+        'modulename': 'pynvml',
+        'checksums': ['0508d4a0c7b6d015cf574530b95a62ed4fc89da3b8b47e1aefe6777db170ec8b'],
     }),
     (name, version, {
         'source_tmpl': '%(namelower)s-%(version)s.tar.gz',
-        'checksums': ['decd0a374e918af08de06e7f2d97feafb1ad0252b0a91b99c14b6b6364f605ec'],
+        'checksums': ['ad33b6ce79239b5a6aff4ec78fa576fe2076b46f78c4c7e5fbc78a927b83374d'],
     }),
 ]
 
@@ -42,6 +43,4 @@ sanity_check_paths = {
 
 sanity_check_commands = ["scalene --help"]
 
-sanity_pip_check = True
-
 moduleclass = 'tools'
Diff against Scalene-1.5.20-GCCcore-11.3.0.eb

easybuild/easyconfigs/s/Scalene/Scalene-1.5.20-GCCcore-11.3.0.eb

diff --git a/easybuild/easyconfigs/s/Scalene/Scalene-1.5.20-GCCcore-11.3.0.eb b/easybuild/easyconfigs/s/Scalene/Scalene-1.5.51-gfbf-2024a.eb
index e21b689e3d..902d1bb121 100644
--- a/easybuild/easyconfigs/s/Scalene/Scalene-1.5.20-GCCcore-11.3.0.eb
+++ b/easybuild/easyconfigs/s/Scalene/Scalene-1.5.51-gfbf-2024a.eb
@@ -1,44 +1,38 @@
 easyblock = 'PythonBundle'
 
 name = 'Scalene'
-version = '1.5.20'
+version = '1.5.51'
 
 homepage = 'https://github.com/plasma-umass/scalene'
 description = """Scalene is a high-performance CPU, GPU and memory profiler for Python that does a number of things
 that other Python profilers do not and cannot do. It runs orders of magnitude faster than other profilers while
 delivering far more detailed information."""
 
-toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
+toolchain = {'name': 'gfbf', 'version': '2024a'}
 
 builddependencies = [
-    ('binutils', '2.38'),
+    ('binutils', '2.42'),
+    ('poetry', '1.8.3'),
 ]
 
 dependencies = [
-    ('Python', '3.10.4'),
+    ('Python', '3.12.3'),
+    ('Python-bundle-PyPI', '2024.06'),
+    ('SciPy-bundle', '2024.05'),
+    ('pydantic', '2.9.1'),
 ]
 
-use_pip = True
-
 exts_list = [
-    ('cloudpickle', '2.2.1', {
-        'checksums': ['d89684b8de9e34a2a43b3460fbca07d09d6e25ce858df4d5a44240403b6178f5'],
-    }),
-    ('pynvml', '11.4.1', {
-        'checksums': ['b2e4a33b80569d093b513f5804db0c7f40cfc86f15a013ae7a8e99c5e175d5dd'],
-    }),
-    ('commonmark', '0.9.1', {
-        'checksums': ['452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60'],
+    ('cloudpickle', '3.1.1', {
+        'checksums': ['b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64'],
     }),
-    ('rich', '13.1.0', {
-        'checksums': ['81c73a30b144bbcdedc13f4ea0b6ffd7fdc3b0d3cc259a9402309c8e4aee1964'],
-    }),
-    ('astunparse', '1.6.3', {
-        'checksums': ['5ad93a8456f0d084c3456d059fd9a92cce667963232cbf763eac3bc5b7940872'],
+    ('nvidia_ml_py', '12.570.86', {
+        'modulename': 'pynvml',
+        'checksums': ['0508d4a0c7b6d015cf574530b95a62ed4fc89da3b8b47e1aefe6777db170ec8b'],
     }),
     (name, version, {
         'source_tmpl': '%(namelower)s-%(version)s.tar.gz',
-        'checksums': ['dd424e96dc1ea7eb58e5cbe34e2dae1cedf50f62c031a9b1391a2fd4213d9915'],
+        'checksums': ['ad33b6ce79239b5a6aff4ec78fa576fe2076b46f78c4c7e5fbc78a927b83374d'],
     }),
 ]
 
@@ -49,6 +43,4 @@ sanity_check_paths = {
 
 sanity_check_commands = ["scalene --help"]
 
-sanity_pip_check = True
-
 moduleclass = 'tools'
Diff against Scalene-1.5.26-GCCcore-12.2.0.eb

easybuild/easyconfigs/s/Scalene/Scalene-1.5.26-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/s/Scalene/Scalene-1.5.26-GCCcore-12.2.0.eb b/easybuild/easyconfigs/s/Scalene/Scalene-1.5.51-gfbf-2024a.eb
index 56523a8e09..902d1bb121 100644
--- a/easybuild/easyconfigs/s/Scalene/Scalene-1.5.26-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/s/Scalene/Scalene-1.5.51-gfbf-2024a.eb
@@ -1,35 +1,38 @@
 easyblock = 'PythonBundle'
 
 name = 'Scalene'
-version = '1.5.26'
+version = '1.5.51'
 
 homepage = 'https://github.com/plasma-umass/scalene'
 description = """Scalene is a high-performance CPU, GPU and memory profiler for Python that does a number of things
 that other Python profilers do not and cannot do. It runs orders of magnitude faster than other profilers while
 delivering far more detailed information."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
+toolchain = {'name': 'gfbf', 'version': '2024a'}
 
 builddependencies = [
-    ('binutils', '2.39'),
+    ('binutils', '2.42'),
+    ('poetry', '1.8.3'),
 ]
 
 dependencies = [
-    ('Python', '3.10.8'),
+    ('Python', '3.12.3'),
+    ('Python-bundle-PyPI', '2024.06'),
+    ('SciPy-bundle', '2024.05'),
+    ('pydantic', '2.9.1'),
 ]
 
-use_pip = True
-
 exts_list = [
-    ('cloudpickle', '2.2.1', {
-        'checksums': ['d89684b8de9e34a2a43b3460fbca07d09d6e25ce858df4d5a44240403b6178f5'],
+    ('cloudpickle', '3.1.1', {
+        'checksums': ['b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64'],
     }),
-    ('pynvml', '11.4.1', {
-        'checksums': ['b2e4a33b80569d093b513f5804db0c7f40cfc86f15a013ae7a8e99c5e175d5dd'],
+    ('nvidia_ml_py', '12.570.86', {
+        'modulename': 'pynvml',
+        'checksums': ['0508d4a0c7b6d015cf574530b95a62ed4fc89da3b8b47e1aefe6777db170ec8b'],
     }),
     (name, version, {
         'source_tmpl': '%(namelower)s-%(version)s.tar.gz',
-        'checksums': ['dfff2232193f5fe8d414adb2b01acc0d10bbf67d4c0df7a94465ec726fd9e32c'],
+        'checksums': ['ad33b6ce79239b5a6aff4ec78fa576fe2076b46f78c4c7e5fbc78a927b83374d'],
     }),
 ]
 
@@ -40,6 +43,4 @@ sanity_check_paths = {
 
 sanity_check_commands = ["scalene --help"]
 
-sanity_pip_check = True
-
 moduleclass = 'tools'

@lcniel lcniel closed this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant