public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/superlu: metadata.xml ChangeLog superlu-4.3.ebuild
@ 2012-02-28 14:20 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-02-28 14:20 UTC (permalink / raw
  To: gentoo-commits

jlec        12/02/28 14:20:47

  Modified:             metadata.xml ChangeLog superlu-4.3.ebuild
  Log:
  Moved to autotools-utils, EAPI=4, fix blas/lapack detection and add USE=static-libs
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

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

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/superlu/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	9 Jun 2010 08:18:58 -0000	1.1
+++ metadata.xml	28 Feb 2012 14:20:47 -0000	1.2
@@ -1,8 +1,8 @@
 <?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">
   SuperLU is a general purpose library for the direct solution of large,
   sparse, nonsymmetric systems of linear equations on high performance
   machines. The library is written in C and is callable from either C or



1.14                 sci-libs/superlu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	27 Nov 2011 04:14:47 -0000	1.13
+++ ChangeLog	28 Feb 2012 14:20:47 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/superlu
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.13 2011/11/27 04:14:47 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.14 2012/02/28 14:20:47 jlec Exp $
+
+  28 Feb 2012; Justin Lecher <jlec@gentoo.org> superlu-4.3.ebuild,
+  +files/superlu-4.3-autotools.patch, metadata.xml:
+  Moved to autotools-utils, EAPI=4, fix blas/lapack detection and add
+  USE=static-libs
 
 *superlu-4.3 (27 Nov 2011)
 



1.2                  sci-libs/superlu/superlu-4.3.ebuild

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

Index: superlu-4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- superlu-4.3.ebuild	27 Nov 2011 04:14:47 -0000	1.1
+++ superlu-4.3.ebuild	28 Feb 2012 14:20:47 -0000	1.2
@@ -1,10 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v 1.1 2011/11/27 04:14:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v 1.2 2012/02/28 14:20:47 jlec Exp $
 
 EAPI=4
 
-inherit autotools eutils fortran-2 toolchain-funcs multilib
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils fortran-2 toolchain-funcs multilib
 
 MY_PN=SuperLU
 
@@ -25,20 +27,16 @@
 
 S="${WORKDIR}/${MY_PN}_${PV}"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-4.2-autotools.patch
-	sed -i -e "s/4.2/${PV}/" configure.ac || die
-	eautoreconf
-}
+AUTOTOOLS_IN_SOURCE_BUILD=1
+PATCHES=( "${FILESDIR}"/${P}-autotools.patch )
 
 src_configure() {
-	econf \
-		--with-blas="$(pkg-config --libs blas)" \
-		$(use_enable static-libs static)
+	local myeconfargs=( --with-blas="$(pkg-config --libs blas)" )
+	autotools-utils_src_configure
 }
 
 src_test() {
-	cd TESTING
+	cd "${AUTOTOOLS_BUILD_DIR}"/TESTING
 	emake -j1 \
 		CC="$(tc-getCC)" \
 		FORTRAN="$(tc-getFC)" \
@@ -53,7 +51,7 @@
 }
 
 src_install() {
-	default
+	autotools-utils_src_install
 	use doc && dodoc DOC/ug.pdf && dohtml DOC/html/*
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-28 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 14:20 [gentoo-commits] gentoo-x86 commit in sci-libs/superlu: metadata.xml ChangeLog superlu-4.3.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox