We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :-/
The text was updated successfully, but these errors were encountered:
Add scipy-openblas support
1055703
Currently bundles the header because of MacPython/openblas-libs#163
19bc103
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.
Sorry, something went wrong.
No branches or pull requests
On my linux machine, scipy-openblas64 installs a cblas.h version which contains
The 64_ are misplaced :-/
The text was updated successfully, but these errors were encountered: