🌐 AI搜索 & 代理 主页
Skip to content

Commit ffe1c72

Browse files
author
Raghuveer Devulapalli
committed
Initialize omp to empty variable
1 parent 76dc4e7 commit ffe1c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/_core/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ endif
136136
use_openmp = get_option('enable-openmp') and not get_option('disable-threading')
137137

138138
# Setup openmp flags for x86-simd-sort:
139+
omp = []
139140
omp_dep = []
140141
if use_intel_sort and use_openmp
141142
omp = dependency('openmp', required : true)

0 commit comments

Comments
 (0)