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 76dc4e7 commit ffe1c72Copy full SHA for ffe1c72
numpy/_core/meson.build
@@ -136,6 +136,7 @@ endif
136
use_openmp = get_option('enable-openmp') and not get_option('disable-threading')
137
138
# Setup openmp flags for x86-simd-sort:
139
+omp = []
140
omp_dep = []
141
if use_intel_sort and use_openmp
142
omp = dependency('openmp', required : true)
0 commit comments