]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Cleanup
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Sep 2012 09:08:00 +0000 (09:08 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Sep 2012 09:08:00 +0000 (09:08 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26747 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/configure/configure_lapack.cmake
deal.II/cmake/configure/configure_p4est.cmake
deal.II/cmake/configure/configure_petsc.cmake
deal.II/cmake/configure/configure_trilinos.cmake
deal.II/include/deal.II/base/config.h.in

index 170ae6a9a108fdc4372cc3b6918a6160c355a75f..8da895d83516afd3cb5b60e0822ba93a88bda0cf 100644 (file)
@@ -22,9 +22,6 @@ MACRO(FEATURE_LAPACK_CONFIGURE_EXTERNAL var)
     ${LAPACK_LIBRARIES}
     )
 
-  #
-  # TODO: Reduce to the really necessary parts.
-  #
   LIST(APPEND CMAKE_REQUIRED_LIBRARIES "${LAPACK_LIBRARIES}")
   ADD_FLAGS(CMAKE_REQUIRED_FLAGS "${LAPACK_LINKER_FLAGS}")
   CHECK_FUNCTION_EXISTS(daxpy_  HAVE_DAXPY_)
index 3dc89cf85df9199dab2ee63fb79f152556d2235a..b7ca93ff85e909ef97c7dd16593d1ea9605b4855 100644 (file)
@@ -10,7 +10,7 @@ SET(FEATURE_P4EST_DEPENDS
 
 MACRO(FEATURE_P4EST_FIND_EXTERNAL var)
   FIND_PACKAGE(P4EST)
-  FIND_PACKAGE(SC) # TODO
+  FIND_PACKAGE(SC)
 
   IF(P4EST_FOUND AND SC_FOUND)
 
index 8af5dfb993b8de6062489148b4af364a45563cea..c8ba9ff8dcc40bda80925cf0309c0b45b41b30a9 100644 (file)
@@ -50,9 +50,6 @@ MACRO(FEATURE_PETSC_CONFIGURE_EXTERNAL var)
 
   INCLUDE_DIRECTORIES(${PETSC_INCLUDE_DIRS})
 
-  # The user has to know the location of the petsc headers as well: # TODO: Really?
-  # LIST(APPEND DEAL_II_USER_INCLUDE_DIRS ${PETSC_INCLUDE_DIRS})
-
   LIST(APPEND DEAL_II_EXTERNAL_LIBRARIES
     ${PETSC_LIBRARIES}
     )
@@ -68,9 +65,9 @@ MACRO(FEATURE_PETSC_CONFIGURE_EXTERNAL var)
   #
   # Work around a stupidity in PETSc that makes sure it interferes in
   # a completely obnoxious way with boost.
-  # TODO: Obosolete?
+  # TODO: Obsolete?
   #
-  SET(PETSC_SKIP_UNDERSCORE_CHKERR TRUE)
+  #SET(PETSC_SKIP_UNDERSCORE_CHKERR TRUE)
 
   #
   # Set some definitions for config.h:
index 33a2b4cf237bdf8adced5704f3eba093465aab94..c3709253aba1bf018155299aab9e7692ca602330 100644 (file)
@@ -2,10 +2,6 @@
 # Configuration for the trilinos library:
 #
 
-#
-# TODO: Fix up WARNING/STATUS of the failure messages.
-#
-
 
 MACRO(FEATURE_TRILINOS_FIND_EXTERNAL var)
   FIND_PACKAGE(TRILINOS)
index 406374cef4296104c54612358777a7a39c9ddb39..243b8fda35439a02e60a84ecd7ff6f2e08c1f50a 100644 (file)
  * concatenate the underscore with another string to form a class name, which
  * then of course isn't valid any more. See mails in early Feb 2006.
  */
-#cmakedefine PETSC_SKIP_UNDERSCORE_CHKERR
+/* TODO: Obsolete?
+   #cmakedefine PETSC_SKIP_UNDERSCORE_CHKERR */
 
 /**
  * These macros are defined to make testing for PETSc versions within

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.