Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6eff29e

Browse filesBrowse files
committed
Initialize omp to empty variable
1 parent e0f0247 commit 6eff29e
Copy full SHA for 6eff29e

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎numpy/_core/meson.build

Copy file name to clipboardExpand all lines: numpy/_core/meson.build
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.