On Mon, Sep 8, 2014 at 12:23 PM, Jan Blechta <[email protected]> wrote: > On Mon, 8 Sep 2014 12:12:52 +0200 > Johannes Ring <[email protected]> wrote: > >> On Mon, Sep 8, 2014 at 12:09 PM, Jan Blechta >> <[email protected]> wrote: >> > To your problem, CGAL functionality has recently moved from DOLFIN >> > to mshr package https://bitbucket.org/benjamik/mshr. You should use >> > dev version decumentation >> > http://fenicsproject.org/documentation/doc_dev.html. >> > >> > Although it looks outdated. Four weeks old CGAL removal >> > https://bitbucket.org/fenics-project/dolfin/commits/f9e9b4a is still >> > not reflected there. How is the server updated? Manually? >> >> The buildbot updates the documentation but it is currently failing: >> >> http://fenicsproject.org:8010/builders/dolfin-master-docs-misc/builds/410 > > Wouldn't help just 'git clean -fdx'? The log mentions > VariationalProblem which has been removed long time ago > https://bitbucket.org/fenics-project/dolfin/commits/65de8026f
The buildbot always starts from a clean checkout, so git clean doesn't do anything. > It's still there > http://fenicsproject.org/documentation/dolfin/dev/python/programmers-reference/fem/variationalproblem/VariationalProblem.html > so it must be failing from that time. Yes, removing the files in CMAKE_INSTALL_PREFIX/lib/python2.7/site-packages/dolfin fixed the problem. The documentation has been updated now. Johannes _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
