2020-11-07 09:54:30 +00:00
|
|
|
diff --git a/setupext.py b/setupext.py
|
2022-03-07 05:14:24 +00:00
|
|
|
index 985d699fc..0b40c81be 100644
|
2020-11-07 09:54:30 +00:00
|
|
|
--- a/setupext.py
|
|
|
|
+++ b/setupext.py
|
2022-03-07 05:14:24 +00:00
|
|
|
@@ -55,6 +55,8 @@ def check_for_openmp():
|
2020-11-07 09:54:30 +00:00
|
|
|
Robitaille and Curtis McCully.
|
|
|
|
"""
|
2022-03-07 05:14:24 +00:00
|
|
|
|
|
|
|
+ return [], []
|
2020-11-07 09:54:30 +00:00
|
|
|
+
|
2022-03-07 05:14:24 +00:00
|
|
|
# Create a temporary directory
|
|
|
|
ccompiler = new_compiler()
|
|
|
|
customize_compiler(ccompiler)
|