← Back to team overview

dolfin team mailing list archive

[HG] Change 'make -C ../lib clean all' to 'make -C ../lib clean' (delete 'all') in src/pre/Makefile.am to avoid fatal build error.

 

One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.

changeset:   1801:c9028f12dbd97e45142b8d6b0942de8208cae0a1
tag:         tip
user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date:        Fri Mar 24 15:02:30 2006 +0100
files:       src/pre/Makefile.am src/pre/Makefile.in
description:
Change 'make -C ../lib clean all' to 'make -C ../lib clean' (delete 'all') in src/pre/Makefile.am to avoid fatal build error.


changeset:   1800:b7e4b27aaff60fc4a098dd33d1f1f9624b949bc3
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Wed Mar 22 21:17:14 2006 -0500
files:       src/kernel/la/KrylovSolver.cpp src/kernel/parameter/dolfin/DefaultParameters.h
description:
Add new parameter "Krylov shift nonzero" which corresponds to the
value set by the PETSc function PCFactorSetShiftNonzero(). This parameter
is ignored if a DOLFIN preconditioner is used (class Preconditioner).


changeset:   1799:89958bdfd99f41021d1e1fd0118c627176c410e3
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Wed Mar 22 21:03:39 2006 -0500
files:       src/pre/Makefile.am src/pre/Makefile.in
description:
Force rebuild of libraries during make install by
adding 'make -C ../lib clean all' to the install target
of src/pre/Makefile.am. This is a bit of a hack, but I don't
know of an easy way to fix it. This is a fix for a problem that
might be confusing to new users (and myself sometimes): when compiling
DOLFIN and running make install after having made changes to the library
code, the (shared) libraries are not always rebuilt.


-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin



Follow ups