Skip to content
Snippets Groups Projects
Commit a779f110 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Merge branch 'sa-magma' into '2023'

update magma: fix CUDA dependeny

See merge request software-team/easybuild!1479
parents d789655b 0e5aeac9
Branches
Tags
No related merge requests found
...@@ -15,7 +15,8 @@ source_urls = ['https://icl.cs.utk.edu/projectsfiles/%(name)s/downloads/'] ...@@ -15,7 +15,8 @@ source_urls = ['https://icl.cs.utk.edu/projectsfiles/%(name)s/downloads/']
sources = [SOURCE_TAR_GZ] sources = [SOURCE_TAR_GZ]
patches = ['%(name)s-%(version_major_minor)s.1_allow-all-sms.patch'] patches = ['%(name)s-%(version_major_minor)s.1_allow-all-sms.patch']
checksums = [ checksums = [
'75b554dab00903e2d10b972c913e50e7f88cbc62f3ae432b5a086c7e4eda0a71', # %(name)s-%(version)s.tar.gz # %(name)s-%(version)s.tar.gz
'75b554dab00903e2d10b972c913e50e7f88cbc62f3ae432b5a086c7e4eda0a71',
# %(name)s-%(version_major_minor)s.1_allow-all-sms.patch # %(name)s-%(version_major_minor)s.1_allow-all-sms.patch
'b89285bac007b68e88e3b5ddbb7f94dbc8a9d77590e58c352e477574d8dca738', 'b89285bac007b68e88e3b5ddbb7f94dbc8a9d77590e58c352e477574d8dca738',
] ]
...@@ -24,7 +25,7 @@ builddependencies = [ ...@@ -24,7 +25,7 @@ builddependencies = [
('CMake', '3.23.1'), ('CMake', '3.23.1'),
] ]
dependencies = [ dependencies = [
('CUDA', '11.7.0', '', SYSTEM), ('CUDA', '11.7', '', SYSTEM),
('UCX', 'default'), ('UCX', 'default'),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment