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

Merge branch 'dev-maxwell' of https://github.com/simply-nicky/pyrost into dev-maxwell

parents e2b49ec4 7f7eb45d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@ def make_ext(modname, pyxfilename):
import Cython.Compiler.Options
Cython.Compiler.Options.annotate = True
return Extension(name='dev', sources=["dev.pyx", "pyrost/include/pocket_fft.c",
"pyrost/include/fft_functions.c"], language="c",
"pyrost/include/fft_functions.c",
"pyrost/include/st_utils.c"], language="c",
extra_compile_args=['-fopenmp', '-std=c99'],
extra_link_args=['-lgomp'],
libraries=['gsl', 'gslcblas', 'fftw3', 'fftw3_omp'],
......
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