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.
2 parents bcdcb51 + 18f293b commit 55a3627Copy full SHA for 55a3627
scipy/meson.build
@@ -199,6 +199,9 @@ if blas_name == 'accelerate'
199
if not macOS13_3_or_later
200
error('macOS Accelerate is only supported on macOS >=13.3')
201
endif
202
+ if cc.get_id() != 'clang'
203
+ warning('accelerate may not be properly detected with non-native Apple compiler due to https://github.com/mesonbuild/meson/issues/13608')
204
+ endif
205
_args_blas_lapack += ['-DACCELERATE_NEW_LAPACK']
206
generate_blas_wrappers = true
207
accelerate_flag = '-a'
0 commit comments