We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9271524 + 1c3b17c commit 33f35aeCopy full SHA for 33f35ae
1 file changed
setup.py
@@ -13,7 +13,8 @@
13
# assume linux otherwise, unless we support Windows in the future...
14
print("Platform Detection: Linux. Link to liblapacke...")
15
extra_link_args = ['-llapacke -llapack -lblas']
16
- include_dirs = numpy.distutils.misc_util.get_numpy_include_dirs()
+ include_dirs = (numpy.distutils.misc_util.get_numpy_include_dirs() +
17
+ ['/usr/include/lapacke'])
18
19
setup(
20
name='libact',
0 commit comments