B. Watson ad17de3ee4 academic/qrupdate: Wrap README at 72 columns. hace 2 años
..
patches d693923f50 academic/qrupdate: Update URLs and patches. hace 5 años
README ad17de3ee4 academic/qrupdate: Wrap README at 72 columns. hace 2 años
qrupdate.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var hace 2 años
qrupdate.info d693923f50 academic/qrupdate: Update URLs and patches. hace 5 años
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. hace 10 años

README

qrupdate is a Fortran library for fast updates of QR and Cholesky
decompositions.

This requires a BLAS/LAPACK implementation. Choose one of these package
sets:

* 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 packages that require a BLAS or LAPACK
implementation may not build if they are not configured to detect/use
alternate implementations.