${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_)
MACRO(FEATURE_P4EST_FIND_EXTERNAL var)
FIND_PACKAGE(P4EST)
- FIND_PACKAGE(SC) # TODO
+ FIND_PACKAGE(SC)
IF(P4EST_FOUND AND SC_FOUND)
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}
)
#
# 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:
# Configuration for the trilinos library:
#
-#
-# TODO: Fix up WARNING/STATUS of the failure messages.
-#
-
MACRO(FEATURE_TRILINOS_FIND_EXTERNAL var)
FIND_PACKAGE(TRILINOS)
* 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