public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ppl/
Date: Fri, 15 Dec 2023 23:18:20 +0000 (UTC)	[thread overview]
Message-ID: <1702682255.c8040a882efbda6b9bda2e4b2bbce6cc2b98bce8.mjo@gentoo> (raw)

commit:     c8040a882efbda6b9bda2e4b2bbce6cc2b98bce8
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 21:03:26 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 23:17:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8040a88

dev-libs/ppl: build with -std=c++14

PPL isn't ready for c++17-by-default yet.

Closes: https://bugs.gentoo.org/919850
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-libs/ppl/ppl-1.2-r5.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ppl/ppl-1.2-r5.ebuild b/dev-libs/ppl/ppl-1.2-r5.ebuild
index 2f04e7fb2e50..9041aaa76853 100644
--- a/dev-libs/ppl/ppl-1.2-r5.ebuild
+++ b/dev-libs/ppl/ppl-1.2-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="The Parma Polyhedra Library for numerical analysis of complex systems"
 HOMEPAGE="http://bugseng.com/products/ppl"
@@ -41,6 +41,10 @@ src_prepare() {
 }
 
 src_configure() {
+	# mem_fun_ref and friends were removed in c++17, and some toolchains
+	# are beginning to default to that (bug 919850).
+	append-cxxflags -std=c++14
+
 	local interfaces=( c )
 	use cxx && interfaces+=( cxx )
 	econf \


             reply	other threads:[~2023-12-15 23:18 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-15 23:18 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 15:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/ppl/ Andreas K. Hüttel
2023-12-15 23:18 Michael Orlitzky
2022-10-25 13:43 Michael Orlitzky
2022-10-25 12:49 Sam James
2022-10-25 12:49 Sam James
2022-10-20 23:38 Sam James
2022-10-20 21:15 Sam James
2022-10-20 21:07 Sam James
2022-09-01  2:13 Michael Orlitzky
2022-03-03 21:22 David Seifert
2021-12-29 13:46 Yixun Lan
2021-06-18 13:15 David Seifert
2020-06-11 12:34 Michael Orlitzky
2020-06-11  8:34 Agostino Sarubbo
2020-06-11  8:31 Agostino Sarubbo
2020-06-11  8:29 Agostino Sarubbo
2020-06-11  8:27 Agostino Sarubbo
2020-06-11  8:25 Agostino Sarubbo
2020-06-10 13:01 Agostino Sarubbo
2020-04-16 11:41 Michael Orlitzky
2020-04-16 11:24 Agostino Sarubbo
2020-04-16 11:23 Agostino Sarubbo
2020-04-16 11:22 Agostino Sarubbo
2020-04-16  9:54 Agostino Sarubbo
2020-04-16  9:53 Agostino Sarubbo
2020-04-16  9:32 Agostino Sarubbo
2020-04-13 12:13 Michael Orlitzky
2020-04-13  8:52 Sergei Trofimovich
2020-04-11 15:57 Sergei Trofimovich
2020-04-01 21:14 Sergei Trofimovich
2019-11-10 20:55 Sergei Trofimovich
2019-11-10 20:55 Sergei Trofimovich
2019-11-10 20:55 Sergei Trofimovich
2018-05-12 10:27 Mart Raudsepp
2017-10-24 22:49 Andreas Hüttel
2017-10-24 15:05 Manuel Rüger
2017-10-23 18:01 Markus Meier
2017-10-21 13:25 Tobias Klausmann
2017-10-14 10:21 Sergei Trofimovich
2017-10-02 11:58 Sergei Trofimovich
2017-09-30  7:18 Sergei Trofimovich
2017-09-30  2:58 Sergei Trofimovich
2016-12-08  4:42 Mike Frysinger
2016-02-01 15:41 Tobias Klausmann
2015-10-25 19:15 Markus Meier
2015-10-24 16:18 Mike Frysinger
2015-10-10 15:34 Mikle Kolyada
2015-10-06 13:32 Mikle Kolyada
2015-10-04  9:42 Agostino Sarubbo
2015-10-03 18:25 Anthony G. Basile
2015-10-03 18:18 Jeroen Roovers

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=1702682255.c8040a882efbda6b9bda2e4b2bbce6cc2b98bce8.mjo@gentoo \
    --to=mjo@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