Skip to content
Snippets Groups Projects
Commit 3b700aa7 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To pull up all the packages that made it to GCCcore after pulling up

also pscom
parent cb56320c
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ builddependencies = [
]
dependencies = [
('numactl', '2.0.15', '', SYSTEM),
('numactl', '2.0.15'),
('libxml2', '2.9.13'),
('libpciaccess', '0.16'),
]
......
......@@ -24,8 +24,8 @@ checksums = ['8108e00bcf995666330484cf24a5cc52c3a392acaa5aeabf88e2e168e07c291d']
builddependencies = [('binutils', '2.38')]
dependencies = [
('CUDA', '11.7', '', True),
('UCX', 'default', '', SYSTEM),
('CUDA', '11.7'),
('UCX', 'default'),
]
moduleclass = 'lib'
......@@ -34,8 +34,8 @@ builddependencies = [
dependencies = [
('zlib', '1.2.12'),
('hwloc', '2.7.1'),
('UCX', 'default', '', SYSTEM),
('CUDA', '11.7', '', SYSTEM),
('UCX', 'default'),
('CUDA', '11.7'),
('libevent', '2.1.12'),
('PMIx', '3.2.3'), # We rely on this version since it is the newest supported by psmgmt
('UCC', 'default'),
......
......@@ -20,11 +20,11 @@ checksums = [
]
dependencies = [
('pscom', '5.6-default', '', SYSTEM),
('pscom', '5.6-default'),
# needed due to the inclusion of hwloc
('libxml2', '2.9.13'),
# Including CUDA here to trigger the hook to add the gpu property, and because it is actually needed
('CUDA', '11.7.0', '', SYSTEM)
('CUDA', '11.7')
]
patches = [
......
......@@ -30,8 +30,8 @@ builddependencies = [
]
dependencies = [
('UCX', 'default', '', SYSTEM),
('CUDA', '11.7', '', SYSTEM),
('UCX', 'default'),
('CUDA', '11.7'),
('NCCL', 'default', '-CUDA-%(cudashortver)s'),
]
......
......@@ -34,8 +34,8 @@ builddependencies = [
dependencies = [
('zlib', '1.2.12'),
('hwloc', '2.7.1'),
('UCX', 'default', '', SYSTEM),
('CUDA', '11.7', '', SYSTEM),
('UCX', 'default'),
('CUDA', '11.7'),
('libevent', '2.1.12'),
('PMIx', '3.2.3'), # We rely on this version since it is the newest supported by psmgmt
('UCC', 'default'),
......
......@@ -18,11 +18,11 @@ checksums = [
]
dependencies = [
('pscom', '5.6-default', '', SYSTEM),
('pscom', '5.6-default'),
# needed due to the inclusion of hwloc
('libxml2', '2.9.13'),
# Including CUDA here to trigger the hook to add the gpu property, and because it is actually needed
('CUDA', '11.7.0', '', SYSTEM)
('CUDA', '11.7')
]
patches = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment