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

{lib}[gfbf/2023b] ucx-py v0.40.00 w/ Python/3.11.5 #21933

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

Conversation

zdemat
Copy link
Contributor

@zdemat zdemat commented Nov 28, 2024

No description provided.

Copy link

Updated software ucx-py-0.40.00-gfbf-2023b.eb

Diff against ucx-py-0.21.0-foss-2020b.eb

easybuild/easyconfigs/u/ucx-py/ucx-py-0.21.0-foss-2020b.eb

diff --git a/easybuild/easyconfigs/u/ucx-py/ucx-py-0.21.0-foss-2020b.eb b/easybuild/easyconfigs/u/ucx-py/ucx-py-0.40.00-gfbf-2023b.eb
index ab94cdba53..6f5f1d83e0 100644
--- a/easybuild/easyconfigs/u/ucx-py/ucx-py-0.21.0-foss-2020b.eb
+++ b/easybuild/easyconfigs/u/ucx-py/ucx-py-0.40.00-gfbf-2023b.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'ucx-py'
-version = '0.21.0'
+version = '0.40.00'
 
 github_account = 'rapidsai'
 
@@ -10,30 +10,37 @@ description = """UCX-Py is the Python interface for UCX, a low-level high-perfor
 UCX and UCX-Py supports several transport methods including InfiniBand and NVLink
 while still using traditional networking protocols like TCP."""
 
-toolchain = {'name': 'foss', 'version': '2020b'}
+toolchain = {'name': 'gfbf', 'version': '2023b'}
+toolchainopts = {'pic': True, 'lowopt': True}
 
 dependencies = [
-    ('Python', '3.8.6'),
-    ('SciPy-bundle', '2020.11'),
+    ('Python', '3.11.5'),
+    ('PyYAML', '6.0.1'),
+    ('SciPy-bundle', '2023.11'),
 ]
 
 use_pip = True
 sanity_pip_check = True
 
 exts_list = [
-    ('pynvml', '11.0.0', {
-        'checksums': ['d5fc4a22d355b40c341d6ba0aa888a2d4d2253177d243900f8401b7e6cacb1bb'],
+    ('pynvml', '11.5.3', {
+        'checksums': ['183d223ae487e5f00402d8da06c68c978ef8a9295793ee75559839c6ade7b229'],
+    }),
+    ('rapids-dependency-file-generator', '1.16.0', {
+        'source_urls': ['https://github.com/%(github_account)s/dependency-file-generator/archive'],
+        'sources': ['v%(version)s.tar.gz'],
+        'checksums': ['b49989947a8e9e7f722762758d536f74cc2f72d680d3939da225d58a36c235df'],
+    }),
+    ('rapids-build-backend', '0.3.2', {
+        'source_urls': ['https://github.com/%(github_account)s/%(name)s/archive'],
+        'sources': ['v%(version)s.tar.gz'],
+        'checksums': ['11ed069adf2b6b70b8f45e5d8e3947ed8f669e4cd7e7245f491b86f0c1f0a01d'],
     }),
     (name, version, {
         'modulename': 'ucp',
-        'patches': ['ucx-py-%(version)s_setup-get-ucx-incpath.patch'],
         'source_urls': ['https://github.com/%(github_account)s/%(name)s/archive'],
         'sources': ['v%(version)s.tar.gz'],
-        'checksums': [
-            '751da668ba43ad15b53cdb0bfd4084bd4b07200db57b604a9a09aa99d8a3bc1b',  # v0.21.0.tar.gz
-            # ucx-py-0.21.0_setup-get-ucx-incpath.patch
-            'faeb61c302ffb37e72221d18c83fc929e47a6c5cd84c4208b01c5a21f570f561',
-        ],
+        'checksums': ['283692e775202995d7a3326e4de17d4b728635a71ee1e7a12d330680dadcc8c4'],
     }),
 ]
 

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