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

setup.py updated

parent 3ef4963c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ else:
ext = '.pyx' if USE_CYTHON else '.c'
extension_args = {'language': 'c',
'extra_compile_args': ['-fopenmp', '-std=c99'],
'extra_link_args': ['-lgomp', '-Wl,-rpath,/usr/local/lib'],
'extra_link_args': ['-fopenmp', '-Wl,-rpath,/usr/local/lib'],
'libraries': ['gsl', 'gslcblas', 'fftw3', 'fftw3_omp'],
'library_dirs': ['/usr/local/lib',
os.path.join(sys.prefix, 'lib')],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment