Anders Logg skrev den 17/09-2007 følgende: > This made the buildbot happier. At least it now compiles but the python > import fails: > > http://www.fenics.org:8010/dolfin/
Obviously, the wrong Python interpreter is used, since the Python tests fail at from dolfin import * with error: no module named dolfin Perhaps configure must be re-run? Ola > This could be related to some recent upgrades on the server for building > the Debian packages. > > I will take the "compile bot" offline. It's been replaced by the buildbot. > Since the buildbot does not send emails when things fail, we need to keep > an eye on > > http://www.fenics.org/buildbot/ > > All boxes should be green... :-) > > /Anders > > > > > One or more new changesets pushed to the primary dolfin repository. > > A short summary of the last three changesets is included below. > > > > changeset: 3377:84ea23b4aab8225748fec5ebaf25ac85843b7903 > > tag: tip > > user: "Garth N. Wells <[EMAIL PROTECTED]>" > > date: Mon Sep 17 22:41:40 2007 +0200 > > files: src/kernel/la/uBlasLUSolver.cpp > > description: > > Fix compile error when UMFPACK is not installed. > > > > > > changeset: 3376:b52dfa81ebde7e25aca9282dbfa5108dd935b445 > > user: "Garth N. Wells <[EMAIL PROTECTED]>" > > date: Mon Sep 17 11:38:07 2007 +0200 > > files: src/kernel/fem/Assembler.cpp > > description: > > Fix Assmebler for when matrix does not need to be intialised. > > > > > > changeset: 3375:5b414d4a0d3ac25acc60bbea0125d4fed378b8d0 > > user: "Garth N. Wells <[EMAIL PROTECTED]>" > > date: Fri Sep 14 16:08:52 2007 +0100 > > files: AUTHORS ChangeLog > > description: > > Update ChangeLog. > > > > ---------------------------------------------------------------------- > > For more details, visit http://www.fenics.org/hg/dolfin > > _______________________________________________ > > DOLFIN-dev mailing list > > [email protected] > > http://www.fenics.org/mailman/listinfo/dolfin-dev > > > > > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
