Skip to content

Commit d8d779c

Browse files
committed
Link blas,lapack_src explicitly
1 parent f9bf4a0 commit d8d779c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
//! - [Random matrix generators](generate/index.html)
3737
//! - [Scalar trait](types/trait.Scalar.html)
3838
39+
extern crate blas_src;
40+
extern crate lapack_src;
41+
3942
pub mod assert;
4043
pub mod cholesky;
4144
pub mod convert;

0 commit comments

Comments
 (0)