We are not using any of the SP/Matrices with complex
#
# Are all dependencies fulfilled?
#
-if(NOT (DEAL_II_WITH_UMFPACK AND DEAL_II_WITH_COMPLEX_VALUES)) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
message(FATAL_ERROR "
Error! This tutorial requires a deal.II library that was configured with the following options:
DEAL_II_WITH_UMFPACK = ON
- DEAL_II_WITH_COMPLEX_VALUES = ON
However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
DEAL_II_WITH_UMFPACK = ${DEAL_II_WITH_UMFPACK}
- DEAL_II_WITH_COMPLEX_VALUES = ${DEAL_II_WITH_COMPLEX_VALUES}
This conflicts with the requirements."
)
endif()
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