Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 764962
Collapse All | Expand All

(-)a/sci-libs/dealii/dealii-9.2.0.ebuild (+1 lines)
Lines 74-79 DEPEND="${RDEPEND} Link Here
74
74
75
PATCHES=(
75
PATCHES=(
76
	"${FILESDIR}"/${PN}-9.1.1-no-ld-flags.patch
76
	"${FILESDIR}"/${PN}-9.1.1-no-ld-flags.patch
77
	"${FILESDIR}"/${P}-boost-1.75.patch
77
)
78
)
78
79
79
src_configure() {
80
src_configure() {
(-)a/sci-libs/dealii/files/dealii-9.2.0-boost-1.75.patch (-1 / +11 lines)
Line 0 Link Here
0
- 
1
Fix build with boost-1.75
2
3
https://bugs.gentoo.org/764962
4
https://github.com/dealii/dealii/commit/9c1a580
5
--- a/source/fe/mapping.cc
6
+++ b/source/fe/mapping.cc
7
@@ -22,2 +22,4 @@
8
 
9
+#include <boost/geometry.hpp>
10
+
11
 DEAL_II_NAMESPACE_OPEN

Return to bug 764962