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

Merge branch 'dev0'

parents d547feb5 f8dd7371
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