Gentoo Archives: gentoo-commits

From: Guillaume Horel <guillaume.horel@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/
Date: Sat, 01 Nov 2014 16:44:39
Message-Id: 1414860263.51445a85fa34dda6901a7e525366b69a5259b64d.guillaume_horel@gentoo
1 commit: 51445a85fa34dda6901a7e525366b69a5259b64d
2 Author: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 1 16:44:23 2014 +0000
4 Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
5 CommitDate: Sat Nov 1 16:44:23 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=51445a85
7
8 sci-mathematics/scilab bring back no-as-needed
9
10 ---
11 sci-mathematics/scilab/scilab-5.5.1.ebuild | 4 ++++
12 1 file changed, 4 insertions(+)
13
14 diff --git a/sci-mathematics/scilab/scilab-5.5.1.ebuild b/sci-mathematics/scilab/scilab-5.5.1.ebuild
15 index 130689f..4b4c70d 100644
16 --- a/sci-mathematics/scilab/scilab-5.5.1.ebuild
17 +++ b/sci-mathematics/scilab/scilab-5.5.1.ebuild
18 @@ -120,6 +120,10 @@ src_prepare() {
19 "${FILESDIR}/${P}-nogui.patch" \
20 "${FILESDIR}/${P}-missinglib.patch"
21
22 + # works for me on x86, but users are having
23 + # trouble without see #282 on github
24 + append-ldflags $(no-as-needed)
25 +
26 # increases java heap to 512M when building docs (sync with cheqreqs above)
27 use doc && epatch "${FILESDIR}/${P}-java-heap.patch"