README 947 B

12345678910111213141516171819
  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 package sets:
  6. * OpenBLAS (includes a LAPACK implementation)
  7. * atlas, lapack-atlas
  8. * blas, lapack (the Netlib reference implementations)
  9. If more than one set is installed (assuming there are no packaging conflicts)
  10. then the auto-detection will use the first implementation from this list that
  11. it finds. If in doubt, choose the Netlib reference implementations; other
  12. packages that require a BLAS or LAPACK implementation may not build if they
  13. are not configured to detect/use alternate implementations.
  14. If the `make check` command fails, try switching to the Netlib reference
  15. implementations, or comment out that command at your own risk.