Skip to content
Snippets Groups Projects
Commit 6f8a3bc0 authored by simply-nicky's avatar simply-nicky
Browse files

fix for C99 mode compilation error

parent c985343f
Branches
Tags
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'],
'extra_compile_args': ['-fopenmp', '-std=c99'],
'extra_link_args': ['-fopenmp', '-Wl,-rpath,/usr/local/lib'],
'libraries': ['gsl', 'gslcblas'],
'library_dirs': ['/usr/local/lib',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment