From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5125B1382C5 for ; Tue, 27 Apr 2021 19:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A177E0844; Tue, 27 Apr 2021 19:47:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39DB5E0844 for ; Tue, 27 Apr 2021 19:47:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DC9E3410A3 for ; Tue, 27 Apr 2021 19:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE41A581 for ; Tue, 27 Apr 2021 19:47:25 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1619552823.f1655cd03ce6ddb7b5f018ee2c55b9539360108f.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/, sci-libs/dealii/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/dealii/dealii-9.2.0.ebuild sci-libs/dealii/files/dealii-9.2.0-fix-boost-include-file.patch X-VCS-Directories: sci-libs/dealii/ sci-libs/dealii/files/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: f1655cd03ce6ddb7b5f018ee2c55b9539360108f X-VCS-Branch: master Date: Tue, 27 Apr 2021 19:47:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9a831d5-8eaf-4200-b86b-5a2cd894559a X-Archives-Hash: 8166a82eb6aa732665cfd380391541de commit: f1655cd03ce6ddb7b5f018ee2c55b9539360108f Author: Matthias Maier gentoo org> AuthorDate: Tue Apr 27 19:47:03 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Apr 27 19:47:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1655cd0 sci-libs/dealii: fix compilation with modern boost Upstream: https://github.com/dealii/dealii/commit/9c1a580 Closes: https://bugs.gentoo.org/764962 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> sci-libs/dealii/dealii-9.2.0.ebuild | 1 + .../dealii-9.2.0-fix-boost-include-file.patch | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/sci-libs/dealii/dealii-9.2.0.ebuild b/sci-libs/dealii/dealii-9.2.0.ebuild index 0974d9bee5a..00d5f0fe242 100644 --- a/sci-libs/dealii/dealii-9.2.0.ebuild +++ b/sci-libs/dealii/dealii-9.2.0.ebuild @@ -73,6 +73,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-9.1.1-no-ld-flags.patch + "${FILESDIR}"/${PN}-9.2.0-fix-boost-include-file.patch ) src_configure() { diff --git a/sci-libs/dealii/files/dealii-9.2.0-fix-boost-include-file.patch b/sci-libs/dealii/files/dealii-9.2.0-fix-boost-include-file.patch new file mode 100644 index 00000000000..9fc6365d01c --- /dev/null +++ b/sci-libs/dealii/files/dealii-9.2.0-fix-boost-include-file.patch @@ -0,0 +1,25 @@ +From 9c1a580139f557433a226da437382b3f4307f7c8 Mon Sep 17 00:00:00 2001 +From: Luca Heltai +Date: Wed, 30 Dec 2020 09:54:02 +0100 +Subject: [PATCH] Fix boost include file. + +--- + source/fe/mapping.cc | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/source/fe/mapping.cc b/source/fe/mapping.cc +index 288a9debcb..4ef3ef7714 100644 +--- a/source/fe/mapping.cc ++++ b/source/fe/mapping.cc +@@ -20,6 +20,8 @@ + + #include + ++#include ++ + DEAL_II_NAMESPACE_OPEN + + +-- +2.26.3 +