Skip to content
Snippets Groups Projects
Commit 80b5e46e authored by Jan Meinke's avatar Jan Meinke
Browse files

Moved comment out of list.

The dependency on `hwloc` is currently commented out since it leads
to runtime failure. Current style doesn't allow for a comment within
a list, so I moved it before the definition of `dependencies`.
parent c1e6c60b
Branches
No related tags found
No related merge requests found
...@@ -45,8 +45,9 @@ builddependencies = [ ...@@ -45,8 +45,9 @@ builddependencies = [
('libxml2', '2.9.10') ('libxml2', '2.9.10')
] ]
# Removed ('hwloc', '2.0.3') from dependencies due to runtime failures.
dependencies = [ dependencies = [
#('hwloc', '2.0.3'),
('CUDA', '11.0', '', True), ('CUDA', '11.0', '', True),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment