bicatali    14/05/21 16:16:16

  Modified:             ChangeLog
  Added:                adolc-2.5.0.ebuild
  Log:
  Version bump
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
0x13CB1360)

Revision  Changes    Path
1.6                  sci-libs/adolc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/adolc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   15 Jan 2014 19:44:44 -0000      1.5
+++ ChangeLog   21 May 2014 16:16:16 -0000      1.6
@@ -1,6 +1,13 @@
 # ChangeLog for sci-libs/adolc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/ChangeLog,v 1.5 2014/01/15 
19:44:44 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/ChangeLog,v 1.6 2014/05/21 
16:16:16 bicatali Exp $
+
+*adolc-2.5.0 (21 May 2014)
+
+  21 May 2014; Sébastien Fabbro <[email protected]> +adolc-2.5.0.ebuild,
+  +files/adolc-2.5.0-no-colpack.patch,
+  +files/adolc-2.5.0-pkgconfig-no-ldflags.patch:
+  Version bump
 
   15 Jan 2014; Sébastien Fabbro <[email protected]> -adolc-2.4.0.ebuild,
   adolc-2.4.1.ebuild:



1.1                  sci-libs/adolc/adolc-2.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/adolc-2.5.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/adolc-2.5.0.ebuild?rev=1.1&content-type=text/plain

Index: adolc-2.5.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/adolc-2.5.0.ebuild,v 1.1 
2014/05/21 16:16:16 bicatali Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=yes
#AUTOTOOLS_IN_SOURCE_BUILD=yes

inherit autotools-utils toolchain-funcs

MYPN=ADOL-C

DESCRIPTION="Automatic differentiation system for C/C++"
HOMEPAGE="https://projects.coin-or.org/ADOL-C/";
SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz";

LICENSE="|| ( EPL-1.0 GPL-2 )"
SLOT="0/1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="mpi sparse static-libs"

RDEPEND="sparse? ( sci-libs/colpack:0= )"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MYPN}-${PV}"

PATCHES=(
        "${FILESDIR}"/${PN}-2.5.0-no-colpack.patch
        "${FILESDIR}"/${PN}-2.5.0-pkgconfig-no-ldflags.patch
)

src_configure() {
         local myeconfargs=(
                 $(use_enable mpi ampi)
                 $(use_enable sparse)
                 $(use_with sparse colpack "${EPREFIX}"/usr)
         )
         autotools-utils_src_configure
}

src_test() {
        autotools-utils_src_test test
}




Reply via email to