From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 089881381F3 for ; Mon, 24 Jun 2013 23:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67DD8E0848; Mon, 24 Jun 2013 23:10:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9546E0848 for ; Mon, 24 Jun 2013 23:10:12 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD10D33E622 for ; Mon, 24 Jun 2013 23:10:11 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2162) id 880FA2171C; Mon, 24 Jun 2013 23:10:08 +0000 (UTC) From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cholmod: cholmod-2.1.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cholmod-2.1.2.ebuild ChangeLog X-VCS-Directories: sci-libs/cholmod X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130624231008.880FA2171C@flycatcher.gentoo.org> Date: Mon, 24 Jun 2013 23:10:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f18bddca-6d77-4c11-ae52-91335f2c2f7c X-Archives-Hash: a150b0900e7bce1a0248d5a62cbba9ae bicatali 13/06/24 23:10:08 Modified: ChangeLog Added: cholmod-2.1.2.ebuild Log: Version bump, switch to EAPI5 and new tar ball (Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360) Revision Changes Path 1.39 sci-libs/cholmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 10 Apr 2013 06:06:12 -0000 1.38 +++ ChangeLog 24 Jun 2013 23:10:08 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/cholmod # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.38 2013/04/10 06:06:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.39 2013/06/24 23:10:08 bicatali Exp $ + +*cholmod-2.1.2 (24 Jun 2013) + + 24 Jun 2013; Sébastien Fabbro +cholmod-2.1.2.ebuild: + Version bump, switch to EAPI5 and new tar ball 10 Apr 2013; Justin Lecher cholmod-2.0.1.ebuild: Fix typo for pkg-config usage 1.1 sci-libs/cholmod/cholmod-2.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/cholmod-2.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/cholmod-2.1.2.ebuild?rev=1.1&content-type=text/plain Index: cholmod-2.1.2.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-2.1.2.ebuild,v 1.1 2013/06/24 23:10:08 bicatali Exp $ EAPI=5 inherit autotools-utils multilib toolchain-funcs DESCRIPTION="Sparse Cholesky factorization and update/downdate library" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/cholmod/" SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="minimal? ( LGPL-2.1 ) !minimal? ( GPL-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux ~x86-macos" IUSE="cuda doc lapack metis minimal static-libs" RDEPEND=" >=sci-libs/amd-2.3 >=sci-libs/colamd-2.8 cuda? ( x11-drivers/nvidia-drivers dev-util/nvidia-cuda-toolkit ) lapack? ( virtual/lapack ) metis? ( >=sci-libs/camd-2.3 >=sci-libs/ccolamd-2.8 || ( sci-libs/metis sci-libs/parmetis ) )" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( virtual/latex-base )" src_prepare() { # bug #399483 does not build with parmetis-3.2 has_version "=sci-libs/parmetis-3.2*" && \ epatch "${FILESDIR}"/${PN}-1.7.4-parmetis32.patch } src_configure() { local lapack_libs=no local blas_libs=no if use lapack; then blas_libs=$($(tc-getPKG_CONFIG) --libs blas) lapack_libs=$($(tc-getPKG_CONFIG) --libs lapack) fi local myeconfargs=( --with-blas="${blas_libs}" --with-lapack="${lapack_libs}" $(use_with doc) $(use_with !minimal modify) $(use_with !minimal matrixops) $(use_with !minimal partition) $(use_with metis camd) $(use_with metis partition) $(use_with lapack supernodal) ) if use cuda; then myeconfargs+=( --with-cuda --with-cublas-libs="-L${EPREFIX}/opt/cuda/$(get_libdir) -lcublas" --with-cublas-cflags="-I${EPREFIX}/opt/cuda/include" ) fi autotools-utils_src_configure }