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

dev.pyxbld fixed

parent 6f8a3bc0
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ def make_ext(modname, pyxfilename):
import os
import sys
return Extension(name='dev', sources=["dev.pyx"], language="c",
extra_compile_args=['-fopenmp'],
extra_compile_args=['-fopenmp', '-std=c99'],
extra_link_args=['-lomp'],
libraries=['gsl', 'gslcblas'],
library_dirs=[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