public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/geometric_shapes/
Date: Mon, 24 Aug 2020 13:45:11 +0000 (UTC)	[thread overview]
Message-ID: <1598276675.df621ad3b75dc50e7682c3090903c6d1ef8929e0.aballier@gentoo> (raw)

commit:     df621ad3b75dc50e7682c3090903c6d1ef8929e0
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 13:24:14 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 13:44:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df621ad3

dev-ros/geometric_shapes: use c++17

Closes: https://bugs.gentoo.org/738556
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/geometric_shapes/geometric_shapes-0.7.0.ebuild | 8 ++++++++
 dev-ros/geometric_shapes/geometric_shapes-9999.ebuild  | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/dev-ros/geometric_shapes/geometric_shapes-0.7.0.ebuild b/dev-ros/geometric_shapes/geometric_shapes-0.7.0.ebuild
index 043a80b16c9..6fed36fb482 100644
--- a/dev-ros/geometric_shapes/geometric_shapes-0.7.0.ebuild
+++ b/dev-ros/geometric_shapes/geometric_shapes-0.7.0.ebuild
@@ -28,3 +28,11 @@ DEPEND="${RDEPEND}
 	dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	test? ( dev-cpp/gtest dev-ros/rosunit )
 "
+
+src_prepare() {
+	ros-catkin_src_prepare
+	# https://bugs.gentoo.org/738556
+	# http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html
+	append-cxxflags '-std=c++17'
+	sed -e 's/add_compile_options(/#\0/g' -i CMakeLists.txt || die
+}

diff --git a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
index 043a80b16c9..6fed36fb482 100644
--- a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
+++ b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
@@ -28,3 +28,11 @@ DEPEND="${RDEPEND}
 	dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	test? ( dev-cpp/gtest dev-ros/rosunit )
 "
+
+src_prepare() {
+	ros-catkin_src_prepare
+	# https://bugs.gentoo.org/738556
+	# http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html
+	append-cxxflags '-std=c++17'
+	sed -e 's/add_compile_options(/#\0/g' -i CMakeLists.txt || die
+}


             reply	other threads:[~2020-08-24 13:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24 13:45 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-03 12:34 [gentoo-commits] repo/gentoo:master commit in: dev-ros/geometric_shapes/ Joonas Niilola
2021-08-06 13:30 Alexis Ballier
2020-10-31 11:11 David Seifert
2020-10-13  9:13 Alexis Ballier
2019-12-11 12:10 Alexis Ballier
2019-02-15 12:36 Alexis Ballier
2018-05-22 11:28 Alexis Ballier
2018-04-11 18:35 Alexis Ballier
2017-12-04 21:50 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-08-26 16:59 Alexis Ballier
2016-08-03 10:07 Alexis Ballier
2016-03-08  8:38 Alexis Ballier
2015-09-22 18:57 Alexis Ballier

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=1598276675.df621ad3b75dc50e7682c3090903c6d1ef8929e0.aballier@gentoo \
    --to=aballier@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