Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/ipopt/
Date: Sun, 08 Dec 2013 05:00:55
Message-Id: 1386431979.e637e3d02e7ebb97711823cd35412012b26d80d4.bicatali@gentoo
1 commit: e637e3d02e7ebb97711823cd35412012b26d80d4
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 7 15:59:39 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 7 15:59:39 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e637e3d0
7
8 sci-libs/ipopt: Version bump
9
10 Package-Manager: portage-2.2.7-prefix
11
12 ---
13 sci-libs/ipopt/ChangeLog | 6 ++++++
14 sci-libs/ipopt/{ipopt-3.11.2.ebuild => ipopt-3.11.6.ebuild} | 4 ++--
15 2 files changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-libs/ipopt/ChangeLog b/sci-libs/ipopt/ChangeLog
18 index b2eba09..dd547d0 100644
19 --- a/sci-libs/ipopt/ChangeLog
20 +++ b/sci-libs/ipopt/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*ipopt-3.11.6 (07 Dec 2013)
26 +
27 + 07 Dec 2013; Sébastien Fabbro <bicatali@g.o> +ipopt-3.11.6.ebuild,
28 + -ipopt-3.11.2.ebuild:
29 + sci-libs/ipopt: Version bump
30 +
31 03 Jul 2013; Sébastien Fabbro <bicatali@g.o>
32 +files/ipopt-3.11.2-mpi-header.patch, ipopt-3.11.2.ebuild:
33 sci-libs/ipopt: patch for mpi builds, and better dependence on mumps and mpi
34
35 diff --git a/sci-libs/ipopt/ipopt-3.11.2.ebuild b/sci-libs/ipopt/ipopt-3.11.6.ebuild
36 similarity index 97%
37 rename from sci-libs/ipopt/ipopt-3.11.2.ebuild
38 rename to sci-libs/ipopt/ipopt-3.11.6.ebuild
39 index ab85f12..9af85e1 100644
40 --- a/sci-libs/ipopt/ipopt-3.11.2.ebuild
41 +++ b/sci-libs/ipopt/ipopt-3.11.6.ebuild
42 @@ -16,7 +16,7 @@ HOMEPAGE="https://projects.coin-or.org/Ipopt/"
43 SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYP}.tgz"
44
45 LICENSE="EPL-1.0 hsl? ( HSL )"
46 -SLOT="0"
47 +SLOT="0/1"
48 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 IUSE="doc examples hsl lapack mpi mumps static-libs test"
50
51 @@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
52 S="${WORKDIR}/${MYPN}-${PV}/${MYPN}"
53
54 src_prepare() {
55 - epatch "${FILESDIR}"/${P}-mpi-header.patch
56 + #epatch "${FILESDIR}"/${P}-mpi-header.patch
57
58 # as-needed fix
59 # hack to avoid eautoreconf (coinor has its own weird autotools)