jlec        14/10/31 08:22:10

  Modified:             metadata.xml ChangeLog
  Added:                adolc-2.5.2.ebuild
  Log:
  sci-libs/adolc: Version BUmp; fix installation with /bin/sh -> dash; #527492
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  sci-libs/adolc/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/adolc/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml        9 Jul 2012 18:45:48 -0000       1.1
+++ metadata.xml        31 Oct 2014 08:22:10 -0000      1.2
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
   The ADOLC system automatically calculates exact derivatives of a
   C/C++ function.  It uses C++ overloading to record arithmetic
   operations, which it plays back later in various ways to calculate
   the requested values.
 </longdescription>
-<use>
-  <flag name='sparse'>Add support for sparse matrix algebra with 
<pkg>sci-libs/colpack</pkg></flag>
-</use>
+  <use>
+    <flag name="sparse">Add support for sparse matrix algebra with 
<pkg>sci-libs/colpack</pkg></flag>
+  </use>
 </pkgmetadata>



1.10                 sci-libs/adolc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/adolc/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   17 Jun 2014 19:57:50 -0000      1.9
+++ ChangeLog   31 Oct 2014 08:22:10 -0000      1.10
@@ -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.9 2014/06/17 
19:57:50 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/ChangeLog,v 1.10 2014/10/31 
08:22:10 jlec Exp $
+
+*adolc-2.5.2 (31 Oct 2014)
+
+  31 Oct 2014; Justin Lecher <[email protected]> +adolc-2.5.2.ebuild,
+  files/adolc-2.5.0-no-colpack.patch, +files/adolc-2.5.2-dash.patch,
+  metadata.xml:
+  Version BUmp; fix installation with /bin/sh -> dash; #527492
 
   17 Jun 2014; Jauhien Piatlicki <[email protected]> adolc-2.5.0.ebuild:
   fix MPI support, thanks to  Erik Zeek, see bug #511456



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

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

Index: adolc-2.5.2.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.2.ebuild,v 1.1 
2014/10/31 08:22:10 jlec 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="
        mpi? ( sys-cluster/ampi:0= )
        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
        "${FILESDIR}"/${P}-dash.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