From 1f4169979502e02e9f9c47b4dd5deaec3b27478b Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 27 Sep 2012 22:11:30 +0000 Subject: [PATCH] Update the TODO list git-svn-id: https://svn.dealii.org/branches/branch_cmake@26808 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/TODO.CMAKE | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/deal.II/TODO.CMAKE b/deal.II/TODO.CMAKE index fec9deb49e..e1d04429d4 100644 --- a/deal.II/TODO.CMAKE +++ b/deal.II/TODO.CMAKE @@ -1,14 +1,24 @@ Major: +* Reorganize the configuration: + + -> Complete the FindModule logic for ARPACK and UMFPACK, i.e. + + -> check for arpack dependency blas in FindARPACK.cmake + -> check for UMFPACK dependencies blas and amd in FindUMFPACK.cmake + + -> Remove DEAL_II_WITH_BLAS. + + * Implement the documentation component. (I don't grok what's going on in this makefiles. There is a rudimentary doxygen call, though.) * Add the rest of the Bug tests * The following features have to be written: - * HDF5 * MUMPS * SLEPC + * HDF5 * HSL * TECPLOT -- 2.39.5