<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">I think most dune-fem user just go with
      the<br>
      ALL_PKG_*<br>
      flags as for example also done in the howto. <br>
      I hope that works, best<br>
      Andreas<br>
      <br>
      @Claus: I don't quite see what the difference between your<br>
      ALL_DUNE_FEM_FLAGS  and ALL_PKG_FLAGS would be. Basically if my
      modules depends on<br>
      dune-fem and lets say some dune-foo then I could have flags <br>
      ALL_DUNE_FEM_FLAGS and ALL_DUNE_FOO_FLAGS which I would have to
      add but together<br>
      they would be identical to the ALL_PKG_FLAGS. Or am I missing
      something in your suggestion?<br>
      <br>
      Basically I guess the dune idea is to have the option<br>
      to really pick and choose - so my dune-fem was configured with
      petsc and umfpack and I need that for some of my projects but some
      other module I'm working on is an explicit fv needing neither so I
      don't add their flags. <br>
      Alternatively if I'm lazy I use ALL_PKG...<br>
      <br>
      <br>
      On 10/06/14 17:32, Agnese, Marco wrote:<br>
    </div>
    <blockquote
      cite="mid:6FB931E16423BA4994E74C984D8764113378E098@icexch-m1.ic.ac.uk"
      type="cite">
      <pre wrap="">Hello DUNEers,
I have a problem with UMFPACK. 
I created a project (DUNE 2.3.0 and DUNE FEM 1.4) linking UMFPACK and it is correctly recognized:
------------------------------------------------------------------------------
-                                  SUMMARY                                   -
------------------------------------------------------------------------------

dune-common.............: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-common-2.3.0)
dune-dynamic-grid.......: version 1.0 (/home/ma/m/ma2413/dune-repo/dune-dynamic-grid)
dune-fem................: version 1.4.0 (/usr/local_machine/dune-2.3.0/dune-fem-1.4.0)
dune-geometry...........: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-geometry-2.3.0)
dune-grid...............: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-grid-2.3.0)
dune-istl...............: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-istl-2.3.0)
dune-localfunctions.....: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-localfunctions-2.3.0)
dune-spgrid.............: version 2014.04 (/usr/local_machine/dune-2.3.0/dune-spgrid-2014.04)

ALBERTA.................: version 3.0 (/usr/local_machine/alberta-3.0.0 ; world dims 1 2 3)
ALUGrid.................: version 1.52 (parallel) (/usr/local_machine/alugrid-1.52)
AmiraMesh...............: no
BLAS....................: yes
GMP.....................: yes
Grape...................: no
METIS...................: yes
METIS...................: yes
MPI.....................: yes (OpenMPI)
OpenGL..................: yes (add GL_LIBS to LDADD manually, etc.)
PETSc...................: no
ParMETIS................: yes
SIONLIB.................: no
SuperLU-DIST............: no
SuperLU.................: no
UG......................: no
UMFPACK.................: yes
psurface................: no

but when I compile my code HAVE_UMFPACK is 0 and ENABLE_UMFPACK is 0 and when I call the solveUMF it does nothing. 
If I set HAVE_UMFPACK = 1 and ENABLE_UMFPACK = 1 it doesn't compile because it doesn't find the UMFPACK header.

I fixed it linking UMFPACK manually in the Makefile.am and it works but I would like to avoid it. 

What am I doing wrong?

Thank you,
cheers,
Marco. </pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dune-fem mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dune-fem@dune-project.org">dune-fem@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune-fem">http://lists.dune-project.org/mailman/listinfo/dune-fem</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>