From: maier Date: Wed, 26 Sep 2012 09:08:00 +0000 (+0000) Subject: Cleanup X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06666daf3fb31e05334f550ac42d3bdc6f363d96;p=dealii-svn.git Cleanup git-svn-id: https://svn.dealii.org/branches/branch_cmake@26747 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/configure/configure_lapack.cmake b/deal.II/cmake/configure/configure_lapack.cmake index 170ae6a9a1..8da895d835 100644 --- a/deal.II/cmake/configure/configure_lapack.cmake +++ b/deal.II/cmake/configure/configure_lapack.cmake @@ -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_) diff --git a/deal.II/cmake/configure/configure_p4est.cmake b/deal.II/cmake/configure/configure_p4est.cmake index 3dc89cf85d..b7ca93ff85 100644 --- a/deal.II/cmake/configure/configure_p4est.cmake +++ b/deal.II/cmake/configure/configure_p4est.cmake @@ -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) diff --git a/deal.II/cmake/configure/configure_petsc.cmake b/deal.II/cmake/configure/configure_petsc.cmake index 8af5dfb993..c8ba9ff8dc 100644 --- a/deal.II/cmake/configure/configure_petsc.cmake +++ b/deal.II/cmake/configure/configure_petsc.cmake @@ -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: diff --git a/deal.II/cmake/configure/configure_trilinos.cmake b/deal.II/cmake/configure/configure_trilinos.cmake index 33a2b4cf23..c3709253ab 100644 --- a/deal.II/cmake/configure/configure_trilinos.cmake +++ b/deal.II/cmake/configure/configure_trilinos.cmake @@ -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) diff --git a/deal.II/include/deal.II/base/config.h.in b/deal.II/include/deal.II/base/config.h.in index 406374cef4..243b8fda35 100644 --- a/deal.II/include/deal.II/base/config.h.in +++ b/deal.II/include/deal.II/base/config.h.in @@ -243,7 +243,8 @@ * 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