Skip to content
Snippets Groups Projects
Unverified Commit 574cc3f5 authored by Lennart Landsmeer's avatar Lennart Landsmeer Committed by GitHub
Browse files

Add missing comma in setup.py (#1358)

parent 3e778e3d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class install_command(install):
'none, cuda, cuda-clang, hip'),
('vec', None, 'enable vectorization'),
('arch=', None, 'cpu architecture, e.g. haswell, skylake, armv8.2-a+sve, znver2 (default native).'),
('neuroml', None, 'enable parsing neuroml morphologies in Arbor (requires libxml)')
('neuroml', None, 'enable parsing neuroml morphologies in Arbor (requires libxml)'),
('sysdeps', None, 'don\'t use bundled 3rd party C++ dependencies (pybind11 and json). This flag forces use of dependencies installed on the system.')
]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment