patrick 15/06/22 02:00:45 Modified: ChangeLog Added: spqr-1.2.3-r1.ebuild Removed: spqr-1.2.3.ebuild Log: Fix dependencies after useflag disappearance (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.14 sci-libs/spqr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/spqr/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/spqr/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/spqr/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/spqr/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 25 Nov 2013 07:37:41 -0000 1.13 +++ ChangeLog 22 Jun 2015 02:00:45 -0000 1.14 @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/spqr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/ChangeLog,v 1.13 2013/11/25 07:37:41 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/ChangeLog,v 1.14 2015/06/22 02:00:45 patrick Exp $ + +*spqr-1.2.3-r1 (22 Jun 2015) + + 22 Jun 2015; Patrick Lauer <[email protected]> +spqr-1.2.3-r1.ebuild, + -spqr-1.2.3.ebuild: + Fix dependencies after useflag disappearance 25 Nov 2013; Patrick Lauer <[email protected]> spqr-1.3.1.ebuild: Add missing lapack dependency #492482 1.1 sci-libs/spqr/spqr-1.2.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/spqr/spqr-1.2.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/spqr/spqr-1.2.3-r1.ebuild?rev=1.1&content-type=text/plain Index: spqr-1.2.3-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/spqr-1.2.3-r1.ebuild,v 1.1 2015/06/22 02:00:45 patrick Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=yes inherit autotools-utils MY_PN=SPQR DESCRIPTION="Multithreaded multifrontal sparse QR factorization library" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/SPQR" SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc metis static-libs tbb" RDEPEND="sci-libs/cholmod[supernodal(+)] tbb? ( dev-cpp/tbb ) metis? ( >=sci-libs/cholmod-1.7.0-r1[metis] )" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=( README.txt Doc/ChangeLog ) PATCHES=( "${FILESDIR}"/${P}-autotools.patch ) S="${WORKDIR}/${MY_PN}" src_configure() { myeconfargs+=( $(use_with metis) $(use_with tbb) ) autotools-utils_src_configure } src_install() { autotools-utils_src_install use doc && doins Doc/*.pdf }
