From: Matthias Maier Date: Fri, 21 Sep 2012 18:50:32 +0000 (+0000) Subject: Update TODO list X-Git-Tag: v8.0.0~1079^2~729 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=753fe3b531c731b930c290db52cbbc190dc888a2;p=dealii.git Update TODO list git-svn-id: https://svn.dealii.org/branches/branch_cmake@26608 0785d39b-7218-0410-832d-ea1e28bc413d --- 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