From 78f2e1433737d50ca5a4c604ed39282194f19d9d Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 5 Nov 2012 10:37:23 +0000 Subject: [PATCH] Finish cmake.html git-svn-id: https://svn.dealii.org/branches/branch_cmake@27389 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/TODO.CMAKE | 27 +- deal.II/doc/cmake.html | 795 ++++++++++++++++++++++------------------- 2 files changed, 430 insertions(+), 392 deletions(-) diff --git a/deal.II/TODO.CMAKE b/deal.II/TODO.CMAKE index b509b4df1e..b2f958d1c6 100644 --- a/deal.II/TODO.CMAKE +++ b/deal.II/TODO.CMAKE @@ -1,32 +1,11 @@ Major: -* Cleanup stale workarounds - -* Update the online documentation on - - - How to install deal.II - - - How to interface with external libraries (Unify this...) - - - How to use deal.II - * Autopilot CMakeLists.txt - * minimal CMakeLists.txt - * direct interface - - - The documentation in the example steps - - - Remove the p4est-setup.sh script... - +* Rename: DEAL_II_ALLOW_AUTODETECTION +* Rename: DEAL_II_FORCE_AUTODETECTION Minor: -* Port the testsuite to cmake - -* The following features have to be written, or removed: - * TECPLOT - * HSL - -* (Maybe) re-enable validate-xrefs +* The following feature has to be written: TECPLOT * Fixup the TODOs in source/lac/sparse_dircect.cc diff --git a/deal.II/doc/cmake.html b/deal.II/doc/cmake.html index 60d441f8db..6c4d464957 100644 --- a/deal.II/doc/cmake.html +++ b/deal.II/doc/cmake.html @@ -42,13 +42,13 @@
  • Build configuration
  • Installation -
  • How to use deal.II in your cmake project +
  • How to use deal.II in your CMake project -
  • Developing the deal.II cmake system +
  • Developing the deal.II CMake system