From: maier Date: Wed, 24 Oct 2012 17:33:53 +0000 (+0000) Subject: Update the TODO list X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4167e91bb06381792454ee44bd6fbd59e6e140;p=dealii-svn.git Update the TODO list git-svn-id: https://svn.dealii.org/branches/branch_cmake@27198 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index a29b6cf13f..b6f46e992a 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -55,7 +55,7 @@ ENDFOREACH() INCLUDE(setup_external_macros) # -# Check whether the doc or bundled folder is available: +# Check whether the doc and bundled folders are available: # IF(EXISTS ${CMAKE_SOURCE_DIR}/bundled/CMakeLists.txt) SET(DEAL_II_WITH_BUNDLED_DIRECTORY TRUE) @@ -76,7 +76,6 @@ INCLUDE(setup_cached_variables) # PROJECT(deal.II) INCLUDE(setup_deal_ii) - INCLUDE(setup_compiler_flags) # @@ -138,11 +137,11 @@ ADD_SUBDIRECTORY(source) # Prepare the remaining directories for installation # ADD_SUBDIRECTORY(config) +ADD_SUBDIRECTORY(contrib) IF(DEAL_II_WITH_DOC_DIRECTORY) ADD_SUBDIRECTORY(doc) ENDIF() ADD_SUBDIRECTORY(examples) -ADD_SUBDIRECTORY(contrib) # # Define some custom targets for convenience diff --git a/deal.II/README.CMAKE b/deal.II/README.CMAKE index ef1c556372..fef235b0a5 100644 --- a/deal.II/README.CMAKE +++ b/deal.II/README.CMAKE @@ -12,6 +12,11 @@ + WARNING: A BIT OUT OF DATE, ATM + + + + ================= TABLE OF CONTENTS ================= diff --git a/deal.II/TODO.CMAKE b/deal.II/TODO.CMAKE index 4e0cddf0d5..e80a15ae45 100644 --- a/deal.II/TODO.CMAKE +++ b/deal.II/TODO.CMAKE @@ -1,7 +1,5 @@ Major: -* Furnish the MPI dependencies (arpack, hdf5, petsc, p4est, trilinos, metis) - * Add the rest of the Bug tests * Update the online documentation on @@ -17,11 +15,13 @@ Major: - The documentation in the example steps -* Port the testsuite to cmake + - Remove the p4est-setup.sh script... Minor: +* Port the testsuite to cmake + * The following features have to be written: * TECPLOT @@ -34,5 +34,3 @@ Minor: * HAVE_JN_ ? -* TODO: Update the p4est-setup.sh script... -