From: maier Date: Wed, 19 Sep 2012 21:28:29 +0000 (+0000) Subject: done X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32c415773646ef26b7760029ee3d534426a64b2;p=dealii-svn.git done git-svn-id: https://svn.dealii.org/branches/branch_cmake@26523 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake-TODO b/deal.II/cmake-TODO index 35ebbec124..e40ce27511 100644 --- a/deal.II/cmake-TODO +++ b/deal.II/cmake-TODO @@ -10,12 +10,6 @@ TODO: libp4est_debug.so or libp4est.g.so and treats this as debug library. TODO: Update the p4est-setup.sh script... -* trilinos build with mpi support includes an mpi.h header. This is a - problem because we -I the full include path of trilinos (and trilinos - does -by default- not install their headers in a subdirectory.) - So instead of including the system header with #include we - include the broken trilinos header and fail badly during compilation. - * Check whether p4est mpi support matches the deal.II mpi support. * Reenable support for metis versions 4.x ?!