pyodide/packages/yt/patches/skip-openmp.patch

14 lines
321 B
Diff
Raw Normal View History

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