We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558c6de commit a0998aaCopy full SHA for a0998aa
setup.py
@@ -87,7 +87,7 @@ def glob_cfiles(path, excludes):
87
com_link.append('-openmp')
88
else:
89
com_args.append('-fopenmp')
90
- com_args.append('-fopenmp')
+ com_link.append('-fopenmp')
91
92
93
com_inc = [numpy.get_include(), INCLUDE_DIR]
0 commit comments