From eedea8560a063029a8f3d2ad32e93a4d9066fb07 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 21 Sep 2012 18:50:32 +0000 Subject: [PATCH] Update TODO list git-svn-id: https://svn.dealii.org/branches/branch_cmake@26608 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/TODO_CMAKE | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/deal.II/TODO_CMAKE b/deal.II/TODO_CMAKE index c490306c82..0129025b1f 100644 --- a/deal.II/TODO_CMAKE +++ b/deal.II/TODO_CMAKE @@ -1,17 +1,9 @@ -TODO: +Major: -* Implement cmake packaging - -* The Find modules under contrib/cmake/modules export <...>_LIBRARY and - <...>_INCLUDE_DIR, wheras the convention is nowadays _LIBRARIES and - _INCLUDE_DIRS, fix this. - -* Make Make.global_options work... +* Implement the documentation component. (I don't grok what's going on in + this makefiles. There is a rudimentary doxygen call, though.) - -* The documentation... - -* Add the Bug tests +* Add the rest of the Bug tests * The following features have to be written: * HDF5 @@ -21,13 +13,32 @@ TODO: * HSL * TECPLOT +* Write a wrapper around cmake. Something like + $ make config + $ make + ... + +* Update the online documentation on + + - How to install deal.II + - How to interface with external libraries (Unify this...) + +* Port the testsuite to cmake + + +Minor: + +* There is still a perl script for generating lapack_templates.h. Is this + necessary. + +* The Find modules under contrib/cmake/modules export <...>_LIBRARY and + <...>_INCLUDE_DIR, wheras the convention is nowadays _LIBRARIES and + _INCLUDE_DIRS, fix this. * What to do with ./lib/meshes ? I have moved it to ./contrib/meshes for the time being... -* Think once more about the correct place for ./scripts ... - * The original decision to have a dedicated p4est/FAST and p4est/DEBUG structure is a bit unfortunate and therefor replaced by a FindP4EST module that searches libp4est.so and treats this as FAST and -- 2.39.5