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

14 lines
329 B
Diff
Raw Normal View History

2020-11-07 09:54:30 +00:00
diff --git a/setupext.py b/setupext.py
index 92c456bab..ce2c5fbad 100644
--- a/setupext.py
+++ b/setupext.py
@@ -58,6 +58,8 @@ def check_for_openmp():
Robitaille and Curtis McCully.
"""
+ return False
+
# See https://bugs.python.org/issue25150
if sys.version_info[:3] == (3, 5, 0):
return False