ADD_SUBDIRECTORY(include)
-#
-# Build optional contrib targets:
-#
-#ADD_SUBDIRECTORY(contrib)
-
-
#
# Compile and install the library:
#
Minor:
-* Fix up WARNING/STATUS error messages
-
* There is still a perl script for generating lapack_templates.h. Is this
necessary.
-* The Find modules under contrib/cmake/modules export <...>_LIBRARY and
- <...>_INCLUDE_DIR, wheras the convention is nowadays _LIBRARIES and
- _INCLUDE_DIRS, fix this.
-
* What to do with ./lib/meshes ? I have moved it to ./contrib/meshes for
the time being...
* Reenable support for metis versions 4.x ?!
+* The contrib libraries are included too early. User CXX_FLAGS won't be
+ included in the contrib object targets...
MACRO(FEATURE_TBB_CONFIGURE_CONTRIB var)
- #
- # Add tbb directly to the object files of deal.II
- #
#
# Setup threading (before configuring our build...)
INCLUDE_DIRECTORIES(${tbb_folder}/include)
+ #
+ # Add tbb directly to the object files of deal.II
+ #
ADD_SUBDIRECTORY(${tbb_folder}/src)
ENDMACRO()
MACRO(FEATURE_FUNCTIONPARSER_CONFIGURE_CONTRIB var)
+
#
# compile the necessary parts of functionparser out of ./contrib
#
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