File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,15 @@ $ LIBS="-framework Accelerate" FFLAGS="-ff2c -fno-second-underscore" FCFLAGS="-f
288288
289289The * .pc and * .cmake files provided by ` arpack-ng ` are only pointing to arpack libraries.
290290If you need other libraries (like MPI), you must add them alongside arpack (see CMake example below).
291+
292+ Typically, if you need
293+
294+ - ARPACK: at compile/link time, you'll need to provide BLAS and LAPACK.
295+
296+ - ARPACK with eigen support (arpackSolver): at compile/link time, you'll need to provide BLAS, LAPACK and Eigen.
297+
298+ - PARPACK: at compile/link time, you'll need to provide BLAS, LAPACK and MPI.
299+
291300Examples are provided in ` tstCMakeInstall.sh ` and ` tstAutotoolsInstall.sh ` generated after running cmake/configure.
292301
293302### With autotools
You can’t perform that action at this time.
0 commit comments