Skip to content

Commit 9ba6738

Browse files
committed
Remove lapack submod
1 parent a5a364d commit 9ba6738

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ndarray-linalg/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
#[macro_use]
4949
extern crate ndarray;
5050

51-
extern crate blas_src;
52-
extern crate lapack_src;
53-
5451
extern crate lax as lapack;
5552

5653
pub mod assert;
@@ -63,7 +60,6 @@ pub mod error;
6360
pub mod generate;
6461
pub mod inner;
6562
pub mod krylov;
66-
pub mod lapack;
6763
pub mod layout;
6864
pub mod least_squares;
6965
pub mod lobpcg;

0 commit comments

Comments
 (0)