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

Drop direct blas-src dependency, update docs for blas integration #951

Merged
merged 2 commits into from Mar 25, 2021

Commits on Mar 25, 2021

  1. API: Drop direct blas-src dependency, update docs for blas integration

    We can in theory unchain ourselves from the blas-src version and let the
    user be responsible for linking in blas in the final product.
    
    Update xtest-blas to test this configuration.
    
    Update instructions in readme for how to use it.
    bluss committed Mar 25, 2021
    Copy the full SHA
    f98e5c0 View commit details
    Browse the repository at this point in the history
  2. TEST: Remove ndarray build.rs and test-blas-openblas-sys feature flag

    This flag was not properly used anymore. Replace it with a proper blas
    test setup in xtest-numeric.
    bluss committed Mar 25, 2021
    Copy the full SHA
    5b96f1d View commit details
    Browse the repository at this point in the history