Skip to content

Commit

Permalink
Always link against system OpenBLAS/MKL/Netlib BLAS
Browse files Browse the repository at this point in the history
This avoids that the underlying crates download their own
version. This also makes it possible to build finalfusion-utils
against any CBLAS/LAPACKE through the Netlib binding.

In order to make these changes possible, the BLAS implementation is
underspecified in all dependencies. Only finalfusion-utils itself uses
a specific BLAS implementation.

(cherry picked from commit 6a1ab8b)
  • Loading branch information
danieldk committed Jul 26, 2020
1 parent 6ac37d8 commit 8087b1d
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 238 deletions.
Loading

0 comments on commit 8087b1d

Please sign in to comment.