Skip to content

Commit dc862b4

Browse files
authored
Merge pull request numpy#27587 from rgommers/bld-svml-objects
BLD: treat SVML object files better to avoid compiler warnings
2 parents bdc8d4e + 060e5ef commit dc862b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

numpy/_core/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,8 @@ py.extension_module('_multiarray_umath',
12131213
src_numpy_api[1], # __multiarray_api.h
12141214
src_umath_doc_h,
12151215
npy_math_internal_h,
1216-
] + svml_objects,
1216+
],
1217+
objects: svml_objects,
12171218
c_args: c_args_common,
12181219
cpp_args: cpp_args_common,
12191220
include_directories: [

0 commit comments

Comments
 (0)