public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mark Wright" <gienah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cudf/
Date: Sat, 17 Oct 2020 11:45:20 +0000 (UTC)	[thread overview]
Message-ID: <1602935077.a9511a558e48c0f6a7a74a8d7c161eda1948dd3f.gienah@gentoo> (raw)

commit:     a9511a558e48c0f6a7a74a8d7c161eda1948dd3f
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 11:44:37 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 11:44:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9511a55

dev-ml/cudf: Fix 633836 749243

cudf needs to be linked with libunwind when compiled with dev-lang/ocaml
where dev-lang/ocaml is compiled with the spacetime USE flag.  Thanks
to Flo Gravo and toralf for reporting.

Closes: https://bugs.gentoo.org/633836
Closes: https://bugs.gentoo.org/749243
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

 dev-ml/cudf/cudf-0.8-r1.ebuild | 6 +++---
 dev-ml/cudf/cudf-0.9.ebuild    | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ml/cudf/cudf-0.8-r1.ebuild b/dev-ml/cudf/cudf-0.8-r1.ebuild
index 3d7e202217b..68264255481 100644
--- a/dev-ml/cudf/cudf-0.8-r1.ebuild
+++ b/dev-ml/cudf/cudf-0.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -34,10 +34,10 @@ src_prepare() {
 		-e 's|make|$(MAKE)|g' \
 		Makefile || die
 	sed -i \
-		-e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0)|g' \
+		-e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0 libunwind)|g' \
 		c-lib/Makefile || die
 	sed -i \
-		-e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0)|g' \
+		-e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0 libunwind)|g' \
 		c-lib/Makefile.variants || die
 
 	tc-export CC PKG_CONFIG

diff --git a/dev-ml/cudf/cudf-0.9.ebuild b/dev-ml/cudf/cudf-0.9.ebuild
index 5a176346903..0294691bd95 100644
--- a/dev-ml/cudf/cudf-0.9.ebuild
+++ b/dev-ml/cudf/cudf-0.9.ebuild
@@ -35,10 +35,10 @@ src_prepare() {
 		-e 's|make|$(MAKE)|g' \
 		Makefile || die
 	sed -i \
-		-e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0)|g' \
+		-e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0 libunwind)|g' \
 		c-lib/Makefile || die
 	sed -i \
-		-e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0)|g' \
+		-e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0 libunwind)|g' \
 		c-lib/Makefile.variants || die
 
 	tc-export CC PKG_CONFIG


             reply	other threads:[~2020-10-17 11:45 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-17 11:45 Mark Wright [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13 18:47 [gentoo-commits] repo/gentoo:master commit in: dev-ml/cudf/ Alfredo Tupone
2024-10-15 15:25 Arthur Zamarin
2024-07-06 14:28 Alfredo Tupone
2023-03-30 17:40 Arthur Zamarin
2023-03-30 17:39 Arthur Zamarin
2023-03-26 16:16 Arthur Zamarin
2023-03-17 16:29 Arthur Zamarin
2023-01-31 17:40 Alfredo Tupone
2023-01-31 11:15 Alfredo Tupone
2022-01-21  7:59 Alfredo Tupone
2021-10-11  5:02 Sam James
2021-02-11  6:31 Sam James
2021-02-11  6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2021-01-26 17:40 Alfredo Tupone
2020-11-28 18:37 Aaron Bauman
2020-10-28  3:36 Sam James
2020-10-15 12:51 Mark Wright
2020-10-14 11:34 Mark Wright
2017-08-02 11:23 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-04-05  9:51 Michael Weber
2016-04-30 15:52 Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2016-03-01 18:47 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=1602935077.a9511a558e48c0f6a7a74a8d7c161eda1948dd3f.gienah@gentoo \
    --to=gienah@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