[Dune] Revisions -r1058:1060 break dune-istl build
Bård Skaflestad
Bard.Skaflestad at sintef.no
Fri Sep 4 17:55:30 CEST 2009
Dear Dune developers,
It appears that the removal of dune-istl/istl/paamg/pmatrix.hh in revision -r1058 has not been completely handled, even following -r1060 of http://svn.dune-project.org/svn/dune-istl/trunk . In particular, make(1) attempts to recreate pmatrix.hh but fails. The following diff against -r1060 makes the build finish in my case, but in the case that this has already been fixed upstream, please accept my apology for wasting your time.
Best regards,
--
Bård Skaflestad <Bard.Skaflestad at sintef.no>
SINTEF ICT, Applied mathematics
Forskningsveien 1, No-0314 Oslo
Tel.: (+47) 2206 7642
Index: istl/paamg/Makefile.am
===================================================================
--- istl/paamg/Makefile.am (revision 1060)
+++ istl/paamg/Makefile.am (working copy)
@@ -3,7 +3,7 @@
paamgdir = $(includedir)/dune/istl/paamg
paamg_HEADERS = aggregates.hh dependency.hh galerkin.hh graph.hh \
indicescoarsener.hh properties.hh globalaggregates.hh \
- hierarchy.hh pmatrix.hh construction.hh \
+ hierarchy.hh construction.hh \
transfer.hh smoother.hh amg.hh combinedfunctor.hh \
graphcreator.hh renumberer.hh pinfo.hh
More information about the Dune
mailing list