Skip to content
Snippets Groups Projects
Commit f8dd7371 authored by Nikolay Ivanov's avatar Nikolay Ivanov
Browse files

small change to setup.py

parent e0bceb4f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ else:
ext = '.pyx' if USE_CYTHON else '.c'
extension_args = {'language': 'c',
'extra_compile_args': ['-fopenmp', '-std=gnu99'],
'extra_compile_args': ['-fopenmp'],
'extra_link_args': ['-fopenmp'],
'libraries': ['gsl', 'gslcblas'],
'library_dirs': ['/usr/local/lib',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment