On Wed, Aug 25, 2010 at 3:27 PM, Garth N. Wells <[email protected]> wrote: > > > On 25/08/10 14:11, Johannes Ring wrote: >> What are the steps that the buildbot should run for building and >> testing DOLFIN with CMake? I have currently simply converted the steps >> that was used before with the SCons based build system. It is >> basically running the following steps: >> >> * Update >> * Clean up from last build >> * Disable all optional packages and run make >> * Enable demos and run make >> * Enable UFMPACK, CHOLMOD, MTL4, CGAL, Python, and zlib and run make >> * Enable MPI, SCOTCH, ParMETIS, and Trilinos and run make >> * Enable PETSc, SLEPc, and GMP and run make >> * Set install prefix and run make install >> * Enable benchmarks and run make >> * Enable tests and run make >> * Run tests >> >> Some of these steps doesn't do anything with the new build system >> (demos, benchmarks, and tests doesn't get built). Any suggestions for >> what the steps should be? >> > > > If you go into > > <build_dir>/demo > > and > > <build_dir>/demo > > you can do 'make' to build all demos and tests. Something can be added > for benchmarks too.
Thanks, I'll try that. Johannes _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

