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

Link LAPACK statically #204

Merged
merged 14 commits into from
Jul 27, 2020
Merged

Link LAPACK statically #204

merged 14 commits into from
Jul 27, 2020

Conversation

termoshtt
Copy link
Member

@termoshtt termoshtt commented Jun 28, 2020

Changes

  • Drop blas-src and lapack-src for fine-grained management for backend features
  • New features for lax and ndarray-linalg crates
    • *-static means donwload source or compiled binary and link it statically
    • *-system means use system-installed binary
  • Feature for downloading shared library is removed because of Cannot find shared library on cargo test --doc #229

Update versions

  • Updated versions:
    • intel-mkl-src 0.6.0+mkl2020.1
      • Disable ILP64 interface
      • Use sequential variants
    • openblas-src 0.9.0
    • netlib-src 0.8.0

Remaining tasks

@termoshtt
Copy link
Member Author

should be after #206

@termoshtt termoshtt added this to the 0.13 milestone Jul 13, 2020
@termoshtt termoshtt changed the title Update backend crates Update LAPACK *-src crates Jul 13, 2020
@termoshtt termoshtt linked an issue Jul 13, 2020 that may be closed by this pull request
@termoshtt termoshtt changed the title Update LAPACK *-src crates Link LAPACK statically Jul 26, 2020
@termoshtt termoshtt mentioned this pull request Jul 26, 2020
@termoshtt
Copy link
Member Author

ndarray depends on cblas

@termoshtt termoshtt marked this pull request as ready for review July 26, 2020 18:02
@termoshtt termoshtt merged commit 42779dc into master Jul 27, 2020
@termoshtt termoshtt deleted the static-srcs branch August 8, 2020 12:03
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.

Default Backend
1 participant