From: David Wells Date: Sat, 5 Nov 2022 15:52:51 +0000 (-0400) Subject: Remove SPARSITY_PATTERNS from template-arguments.in X-Git-Tag: v9.5.0-rc1~823^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf9ccff45e66227507847f42b425a57d07257bb4;p=dealii.git Remove SPARSITY_PATTERNS from template-arguments.in We no longer need it! Taken together, removing the templates over the sparsity pattern type lowers the number of symbols in the debug library build from 813005 to 811893. --- diff --git a/cmake/config/template-arguments.in b/cmake/config/template-arguments.in index d5d0f84093..ce0698f876 100644 --- a/cmake/config/template-arguments.in +++ b/cmake/config/template-arguments.in @@ -239,15 +239,6 @@ TRIANGULATIONS := { Triangulation; parallel::shared::Triangulation; parallel::distributed::Triangulation;} -// serial and parallel sparsity pattern types -SPARSITY_PATTERNS := { SparsityPattern; - DynamicSparsityPattern; - @DEAL_II_EXPAND_TRILINOS_SPARSITY_PATTERN@; - - BlockSparsityPattern; - BlockDynamicSparsityPattern; - @DEAL_II_EXPAND_TRILINOS_BLOCK_SPARSITY_PATTERN@; } - // all supported logical dimensions DIMENSIONS := { 1; 2; 3 }