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)
#
PROJECT(deal.II)
INCLUDE(setup_deal_ii)
-
INCLUDE(setup_compiler_flags)
#
# 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
+ WARNING: A BIT OUT OF DATE, ATM
+
+
+
+
=================
TABLE OF CONTENTS
=================
Major:
-* Furnish the MPI dependencies (arpack, hdf5, petsc, p4est, trilinos, metis)
-
* Add the rest of the Bug tests
* Update the online documentation on
- 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
* HAVE_JN_ ?
-* TODO: Update the p4est-setup.sh script...
-
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