summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2022-01-04 13:16:48 -0600
committerMatthias Maier <tamiko@gentoo.org>2022-01-04 15:49:32 -0600
commit75b81c60327b92dedd6d8a072c170d9b87105402 (patch)
tree3cbbade1e2dd5797d5dfcf6b27569b10edd15f2f /sci-libs/dealii/files
parentx11-terms/kitty: make transfer kitten optional and simplify tests (diff)
downloadgentoo-75b81c60327b92dedd6d8a072c170d9b87105402.tar.gz
gentoo-75b81c60327b92dedd6d8a072c170d9b87105402.tar.bz2
gentoo-75b81c60327b92dedd6d8a072c170d9b87105402.zip
sci-libs/dealii: fix build with boost 1.77
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/dealii/files')
-rw-r--r--sci-libs/dealii/files/dealii-9.1.1-fix_boost_177.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/dealii/files/dealii-9.1.1-fix_boost_177.patch b/sci-libs/dealii/files/dealii-9.1.1-fix_boost_177.patch
new file mode 100644
index 000000000000..b040e240ad61
--- /dev/null
+++ b/sci-libs/dealii/files/dealii-9.1.1-fix_boost_177.patch
@@ -0,0 +1,12 @@
+diff --git a/include/deal.II/numerics/rtree.h b/include/deal.II/numerics/rtree.h
+index 1b9d04d..1e1bfd2 100644
+--- a/include/deal.II/numerics/rtree.h
++++ b/include/deal.II/numerics/rtree.h
+@@ -26,6 +26,7 @@
+ #include <deal.II/boost_adaptors/segment.h>
+
+ DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
++#include <boost/geometry/algorithms/distance.hpp>
+ #include <boost/geometry/index/rtree.hpp>
+ #include <boost/geometry/strategies/strategies.hpp>
+ DEAL_II_ENABLE_EXTRA_DIAGNOSTICS