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

Incorrect cblas.h header #163

Open
serge-sans-paille opened this issue Jun 28, 2024 · 1 comment
Open

Incorrect cblas.h header #163

serge-sans-paille opened this issue Jun 28, 2024 · 1 comment

Comments

@serge-sans-paille
Copy link

On my linux machine, scipy-openblas64 installs a cblas.h version which contains

typedef void (*scipy_openblas_dojob_callback)64_(int thread_num, void *jobdata, int dojob_data);
typedef void (*scipy_openblas_threads_callback)64_(int sync, scipy_openblas_dojob_callback64_ dojob, int numjobs, size_t jobdata_elsize, void *jobdata, int dojob_data);
void scipy_openblas_set_threads_callback_function64_(scipy_openblas_threads_callback64_ callback);

The 64_ are misplaced :-/

serge-sans-paille added a commit to serge-sans-paille/pythran that referenced this issue Jun 29, 2024
Currently bundles the header because of
MacPython/openblas-libs#163
serge-sans-paille added a commit to serge-sans-paille/pythran that referenced this issue Jun 30, 2024
Currently bundles the header because of
MacPython/openblas-libs#163
@mattip
Copy link
Collaborator

mattip commented Jul 22, 2024

Should be fixed on latest OpenBLAS HEAD. I will release a new wheel once #165 is merged and OpenMathLib/OpenBLAS#4794 is merged or otherwise solved.

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

No branches or pull requests

2 participants