Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci blas #15

Open
wants to merge 17 commits into
base: rebase_ci_blas
Choose a base branch
from
Open

Ci blas #15

wants to merge 17 commits into from

Conversation

ev-br
Copy link
Owner

@ev-br ev-br commented Jan 15, 2025

Reference issue

What does this implement/fix?

Additional information

Adapted largely from NumPy's `linux_blas.yml`
OpenBLAS is detected without pkg-config, because Fedora does not
ship an openblas.pc file. FlexiBLAS is detected through pkg-config.
This was left out initially when adding support for building with
Meson. The numpy.distutils based build supported ILP64 builds with
OpenBLAS and its `64_` symbol suffix scheme. We now add this back
and make it more generic, so that it also supports the `_64` scheme
of MKL as well as the `$NEWLAPACK_ILP64` scheme from Accelerate.
This avoids build errors that look like:
```
../scipy/_build_utils/src/wrap_g77_abi_c.c:13:16: error: use of undeclared identifier 'cblas_cdotc_sub'
```
when one uses Accelerate with the `$NEWLAPACK` symbol suffix for example.

[ci skip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants