From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/libpoly/
Date: Mon, 19 Dec 2022 22:28:20 +0000 (UTC) [thread overview]
Message-ID: <1671488895.d5a1050d3e2e050151e73d63d624a2aeafeba061.xgqt@gentoo> (raw)
commit: d5a1050d3e2e050151e73d63d624a2aeafeba061
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 18:41:35 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 22:28:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a1050d
sci-mathematics/libpoly: remove -Werror
Closes: https://bugs.gentoo.org/887109
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
sci-mathematics/libpoly/libpoly-0.1.11.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/sci-mathematics/libpoly/libpoly-0.1.11.ebuild b/sci-mathematics/libpoly/libpoly-0.1.11.ebuild
index e3b8fb247367..09b57d07fe96 100644
--- a/sci-mathematics/libpoly/libpoly-0.1.11.ebuild
+++ b/sci-mathematics/libpoly/libpoly-0.1.11.ebuild
@@ -34,6 +34,14 @@ pkg_setup() {
use python && python-single-r1_pkg_setup
}
+src_prepare() {
+ sed -i "s| -Werror||g" \
+ "${S}"/src/CMakeLists.txt \
+ "${S}"/test/polyxx/CMakeLists.txt || die
+
+ cmake_src_prepare
+}
+
src_configure() {
local mycmakeargs=(
-DLIBPOLY_BUILD_PYTHON_API=$(usex python)
next reply other threads:[~2022-12-19 22:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-19 22:28 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-31 9:24 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/libpoly/ Pacho Ramos
2023-02-24 9:02 Andrew Ammerlaan
2022-12-18 21:50 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1671488895.d5a1050d3e2e050151e73d63d624a2aeafeba061.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox