#linear-algebra #science #cblas #static

sys netlib-src

The package provides a source of BLAS and LAPACK via Netlib

9 releases

Uses old Rust 2015

0.8.0 Jan 18, 2020
0.7.4 Nov 26, 2017
0.7.1 Aug 26, 2017
0.7.0 Mar 19, 2017
0.5.0 May 23, 2016

#1272 in Math

Download history 471/week @ 2023-06-07 594/week @ 2023-06-14 728/week @ 2023-06-21 572/week @ 2023-06-28 563/week @ 2023-07-05 515/week @ 2023-07-12 713/week @ 2023-07-19 640/week @ 2023-07-26 486/week @ 2023-08-02 532/week @ 2023-08-09 512/week @ 2023-08-16 502/week @ 2023-08-23 450/week @ 2023-08-30 577/week @ 2023-09-06 535/week @ 2023-09-13 490/week @ 2023-09-20

2,143 downloads per month
Used in 24 crates (9 directly)

Apache-2.0/MIT

40MB
461K SLoC

FORTRAN Legacy 315K SLoC // 0.7% comments C 146K SLoC // 0.4% comments Python 269 SLoC // 0.1% comments Rust 58 SLoC

netlib-src Package Documentation Build

The package provides a source of BLAS and LAPACK via Netlib.

The usage of the package is explained here.

The following Cargo features are supported:

  • cblas to build CBLAS (enabled by default),
  • lapacke to build LAPACKE (enabled by default),
  • static to link to Netlib statically,
  • system to skip building the bundled Netlib, and
  • tmg to build TMG (enabled by default).

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.

Dependencies