#929 superlu install
Metadata
| Property | Value |
|---|---|
| Reported by | xin ma (xin.ma@uibk.ac.at) |
| Reported at | Jun 9, 2011 08:58 |
| Type | Bug Report |
| Version | 2.0 |
| Operating System | Unspecified / All |
| Last edited by | Christoph Grüninger (gruenich@iws.uni-stuttgart.de) |
| Last edited at | Mar 24, 2012 13:39 |
| Closed by | Christoph Grüninger (gruenich@iws.uni-stuttgart.de) |
| Closed at | Mar 24, 2012 13:39 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | Documentation bug was fixed in the meantime. |
Description
I just followed the procedure from superlu installation, the compile is fine,but after i configure with dunecontrol nothing happens ,the suplerlu is not available in the DUNE-Component list,following is my opts file:
use these options for configure if no options a provided on the cmdline
CONFIGURE_FLAGS=" --with-superlu=/home/c844/c8441080/dune/superlu --with-superlu-bib=libsuperlu_3.0.a CXX=g++ CC=gcc CXXFLAGS="-O0 -g -Wall" CFLAGS="-O0 -g -Wall"" MAKE_FLAGS="all"
so,what is the problem?