← Back to team overview

dolfin team mailing list archive

Re: installation of DOLFIN 0.5.7 on Debian

 



On Mon, 4 Jul 2005, Faheem Mitha wrote:

On Mon, 4 Jul 2005, Anders Logg wrote:

Look through the PETSc makefile and
see if you find the target "getincludedirs".

In my petsc-2.2.1/makefile:

   include ${PETSC_DIR}/bmake/common/base

Yes, it's there.

Just to clarify, this is in the sources, but not in the installed library. You weren't expecting it to be there, were you?

If you were trying to source this or something, this would account for the different behaviour between the in-place compilation and the installed library.

In my petsc-2.2.1/bmake/common/base:

   include ${PETSC_DIR}/bmake/common/rules

Yes, it's there.

In both the sources and the installed library.

In my petsc-2.2.1/bmake/common/rules:

   getincludedirs:
       -@echo  ${PETSC_INCLUDE}

Yes, it's there.

In both the sources and the installed library.

                                                     Faheem.



Follow ups

References