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

cminpack: Update to 1.3.9 and enable BLAS #8817

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

imciner2
Copy link
Member

Update to the latest release (1.3.9) and remove all our patches. Also enable BLAS support through libblastrampoline using the new CMake support for it that was just added.

@giordano giordano merged commit d4a9645 into master May 30, 2024
19 checks passed
@giordano giordano deleted the im/minpackupdate branch May 30, 2024 23:41
@avik-pal
Copy link
Contributor

avik-pal commented Jun 1, 2024

Is there some additional configuration needed for end users? NonlinearSolve CI seems to break https://github.com/SciML/NonlinearSolve.jl/actions/runs/9326385714/job/25674844612?pr=441#step:6:32485

@giordano
Copy link
Member

giordano commented Jun 1, 2024

Yank the new version, looks like it doesn't work correctly

@giordano
Copy link
Member

giordano commented Jun 1, 2024

@imciner2 I presume either this library should be adapted to do ilp64 properly, or we add openblas32 as a default lp64 backend?

@avik-pal
Copy link
Contributor

avik-pal commented Jun 1, 2024

yank the jll or the MINPACK.jl release?

@giordano
Copy link
Member

giordano commented Jun 1, 2024

The latest version of the jll. Why would you yank minpack (and what version)?

@avik-pal
Copy link
Contributor

avik-pal commented Jun 1, 2024

MINPACK 1.3 starts using the jll, before that it had a custom build step https://github.com/sglyon/MINPACK.jl/blob/v1.2.0/deps/build.jl.

@imciner2
Copy link
Member Author

imciner2 commented Jun 1, 2024

cminpack_jll version 1.3.8 didn't use BLAS, that was added in 1.3.9. So we could yank the 1.3.9 JLL release, or alternately, maybe we could just make a new build to flip the flag back to off?

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.

3 participants