-
Notifications
You must be signed in to change notification settings - Fork 514
openblas: skip tests during build #2936
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
base: develop
Are you sure you want to change the base?
Conversation
|
@mathomp4 correct; this one only affects the makefile build system. |
|
I tried to reproduce this on macOS Sequoia M1 with apple-clang 17.0.0 / gfortran 15.2.0, and [email protected] failed during the build when linking test binaries (dblat1, sblat1) with LTO errors: So, different error than the |
albestro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not tested, but for what concerns nvpl_blas, it lgtm
alalazo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@alalazo Indeed I noticed the last set of openblas builds fail as well. Some subtlety of makefiles is causing a race condition in the build (which claims to be parallel-safe) and I'm trying to find away around it. (I don't see the issue on macos.) Giving it another shot. |
This works around an openblas test failure on macos ARM architectures by omitting tests during builds: OpenMathLib/OpenBLAS#5459