From: Wolfgang Bangerth Date: Sat, 26 Feb 2022 01:57:52 +0000 (-0700) Subject: UMFPACK is no longer required. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe8ac639f1d809990c9e7168af4e205515f94c4;p=code-gallery.git UMFPACK is no longer required. --- diff --git a/MCMC-Laplace/CMakeLists.txt b/MCMC-Laplace/CMakeLists.txt index c58e5c5..069e3fd 100644 --- a/MCMC-Laplace/CMakeLists.txt +++ b/MCMC-Laplace/CMakeLists.txt @@ -19,18 +19,6 @@ ENDIF() DEAL_II_INITIALIZE_CACHED_VARIABLES() PROJECT("mcmc-laplace") -# -# Are all dependencies fullfilled? -# - -IF(NOT DEAL_II_WITH_UMFPACK) - MESSAGE(FATAL_ERROR " -Error! The deal.II library found at ${DEAL_II_PATH} was not configured with - DEAL_II_WITH_UMFPACK = ON -One or all of these are OFF in your installation but are required for this tutorial step." - ) -ENDIF() - # # Set up program: