@@ -25,11 +25,11 @@ See the [release history](RELEASES.md) to keep track of the development.
2525## System Requirements
2626
2727By default, this crate dynamically links to the runtime dependency ` liblapack ` (e.g., package
28- ` liblapack3 ` on Debian, package ` lapack ` on Fedora Linux or Arch Linux) and requires a C
29- compiler as build dependency (e.g., package ` clang ` or ` gcc ` on Debian, Fedora Linux, or Arch
30- Linux). With the ` built-in ` feature, a subset of ` liblapack ` and its dependency ` libblas `
31- shipped with this crate is compiled and statically linked. This eliminates the runtime
32- dependency ` liblapack ` but requires the GCC Fortran compiler (e.g, ` gfortran ` on Debian,
28+ ` liblapack-dev ` on Debian, package ` lapack-devel ` on Fedora Linux, or package ` lapack ` on Arch
29+ Linux) and requires a C compiler as build dependency (e.g., package ` clang ` or ` gcc ` on Debian,
30+ Fedora Linux, or Arch Linux ). With the ` built-in ` feature, a subset of ` liblapack ` and its
31+ dependency ` libblas ` shipped with this crate is compiled and statically linked. This eliminates the
32+ runtime dependency ` liblapack ` but requires the GCC Fortran compiler (e.g, ` gfortran ` on Debian,
3333` gcc-fortran ` on Fedora Linux or Arch Linux) as build dependency which itself depends on and
3434complements the GCC C compiler such that GCC can compile both C and Fortran sources. It is
3535attempted to statically link the dependencies of the subset (i.e, ` libgfortran ` and
0 commit comments