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 389ed51 commit 3d4a60dCopy full SHA for 3d4a60d
build_extension.py
@@ -101,6 +101,7 @@ def build_extensions(self) -> None:
101
extension.extra_compile_args.append(param)
102
103
if platform.system() == "Linux":
104
+ extension.extra_link_args.append("-fopenmp")
105
extension.extra_link_args.append("-lgomp")
106
try:
107
build_ext.build_extensions(self)
0 commit comments