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

chore: use openblas on manylinux_2_28 #449

Merged
merged 3 commits into from
Sep 11, 2023
Merged

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Sep 11, 2023

Prepare for python 3.12, numpy will require OpenBLAS rather than atlas.
Furthermore, atlas fails randomly on travis-ci on manylinux_2_28 with a assertion !pthread_create(&thr->thrH, &attr, rout, arg) failed, line 119 of file /builddir/build/BUILD/ATLAS/s390x_base/..//src/threads/ATL_thread_start.c message so this should take care of that as well.

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f8a7ff6) 92.31% compared to head (aac8640) 92.31%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #449   +/-   ##
=======================================
  Coverage   92.31%   92.31%           
=======================================
  Files          23       23           
  Lines        1289     1289           
  Branches      302      302           
=======================================
  Hits         1190     1190           
  Misses         57       57           
  Partials       42       42           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mayeut mayeut marked this pull request as ready for review September 11, 2023 19:51
@mayeut mayeut merged commit 1446aeb into pypa:main Sep 11, 2023
9 of 10 checks passed
@mayeut mayeut deleted the use-openblas branch September 12, 2023 06:24
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.

1 participant