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

remove extraneous suffix from shared object SONAME #4627

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

mattip
Copy link
Contributor

@mattip mattip commented Apr 11, 2024

Before, this created a shared object with SONAME libscipy_openblas64_64_.so. Now it is correctly libscipy_openblas64_.so. See MacPython/openblas-libs#151 and numpy/numpy#26258

@mattip
Copy link
Contributor Author

mattip commented Apr 11, 2024

The OSX_OpenMP_Clang_cmake job ran for more than 60 minutes. Should the timeout be made longer?

@martin-frbg
Copy link
Collaborator

weird, I thought I had covered all possible combinations.
regarding Azure, I do not think it is possible to extend the timeout in a "free" account. The behaviour of that job varies depending on which generation of hardware it gets scheduled, I started looking into reducing its dynamic_list but still need to check if one of the tests actually hangs when run on a certain cpu.

@martin-frbg martin-frbg added this to the 0.3.28 milestone Apr 12, 2024
@martin-frbg martin-frbg merged commit e6ae4b6 into OpenMathLib:develop Apr 12, 2024
67 of 69 checks passed
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