README 1003 B

12345678910111213141516171819202122
  1. ARPACK-NG is a collection of Fortran77 subroutines designed to solve
  2. large scale eigenvalue problems.
  3. This is a fork of ARPACK that is actively maintained. As such, this
  4. package will conflict with the ARPACK package. Do not install both.
  5. This requires a BLAS/LAPACK implementation. Choose one of these
  6. package sets:
  7. * OpenBLAS (includes both a BLAS and a LAPACK implementation)
  8. * atlas (includes both a BLAS and a LAPACK implementation)
  9. * blas, lapack (the Netlib reference implementations)
  10. If more than one set is installed (assuming there are no packaging
  11. conflicts) then the auto-detection will use the first implementation
  12. from this list that it finds. If in doubt, choose the Netlib
  13. reference implementations; other packages that require a BLAS or
  14. LAPACK implementation may not build if they are not configured to
  15. detect/use alternate implementations.
  16. If the `make check` command fails, try switching to the Netlib
  17. reference implementations, or comment out that command at your own
  18. risk.