dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #19383
CMake and buildbot steps
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?
Johannes
Follow ups