From 320b8811a07ea260638ac05f9ad6fecd7866b8c7 Mon Sep 17 00:00:00 2001
From: Daniel Arndt -fPIC
flag from the scheme.
+ Try to run one of the examples and compare the output.
+ How the output should look like is stated in the README
+ that can be found in the EXAMPLES
directory.
+
+ If that output you produced looks like it should you can + proceed to compile deal.II with + ARPACK. +
+
@@ -84,27 +96,22 @@
../
make
- make install
You will need to adjust the path into which you want to install ARPACK-NG
- in the CMAKE_INSTALL_PREFIX line. If you do not have MPI installed you
+ in the CMAKE_INSTALL_PREFIX line. If you do not have MPI installed, you
should use -DMPI=OFF
instead.
- After installing ARPACK or ARPACK-NG
- try to run one of the examples and compare the output.
- How the output should look like is stated in the README
- that can be found in the EXAMPLES
directory.
-
- If that output you produced looks like it should you can - proceed to compile deal.II with - ARPACK. + Afterwards run +
+ make check + make test + make install ++ to test that the build of ARPACK-NG works correctly + and to install the library finally.