Skip to content

Commit

Permalink
BLD: Wrappers for suffixed scipy-openblas symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed May 10, 2024
1 parent 9f89220 commit c9b77bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scipy/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ if blas_name == 'openblas' or blas_name == 'auto'
blas = dependency('scipy-openblas', method: 'pkg-config', required: false)
if blas.found()
blas_name = 'scipy-openblas'
generate_blas_wrappers = true
endif
endif

Expand Down

0 comments on commit c9b77bb

Please sign in to comment.