We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5f998 commit 4ee6449Copy full SHA for 4ee6449
1 file changed
extras/python/setup.in.py
@@ -34,6 +34,8 @@ def run(self):
34
sources=glob.glob('src/*.cpp') + glob.glob('src/*.c') + ['src/titanlibPYTHON_wrap.cxx'],
35
libraries=["gsl", "gslcblas", "proj"],
36
library_dirs=["/usr/lib/x86_64-linux-gnu/"],
37
+ extra_compile_args="${CMAKE_CXX_FLAGS}".split(),
38
+ extra_link_args="${CMAKE_CXX_FLAGS}".split(),
39
include_dirs=['./include']
40
)
41
0 commit comments