diff options
Diffstat (limited to 'academic/arpack-ng/README')
-rw-r--r-- | academic/arpack-ng/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/arpack-ng/README b/academic/arpack-ng/README index 645bb57646..e24427e956 100644 --- a/academic/arpack-ng/README +++ b/academic/arpack-ng/README @@ -5,9 +5,9 @@ This is a fork of ARPACK that is actively maintained. As such, this package will conflict with the ARPACK package. Do not install both. This requires a BLAS/LAPACK implementation. Choose one of these package sets: -* OpenBLAS (includes a LAPACK implementation) -* atlas, lapack-atlas -* blas, lapack (the Netlib reference implementations) + * OpenBLAS (includes both a BLAS and a LAPACK implementation) + * atlas (includes both a BLAS and a LAPACK implementation) + * blas, lapack (the Netlib reference implementations) If more than one set is installed (assuming there are no packaging conflicts) then the auto-detection will use the first implementation from this list that it finds. If in doubt, choose the Netlib reference implementations; other |