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 6D2A61387B1 for ; Sat, 4 Jan 2014 12:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C1ACE096C; Sat, 4 Jan 2014 12:08:50 +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 B9FE6E0933 for ; Sat, 4 Jan 2014 12:08:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D76EF33F70F for ; Sat, 4 Jan 2014 12:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 191BBE54AB for ; Sat, 4 Jan 2014 12:08:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1388694187.d37b2e6d9e9fb6f3fbd9d335b3584cfa3a396f7b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/dealii-8.1.0.ebuild sci-libs/dealii/dealii-9999.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d37b2e6d9e9fb6f3fbd9d335b3584cfa3a396f7b X-VCS-Branch: master Date: Sat, 4 Jan 2014 12:08:46 +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: 9f7217b1-9dae-45f8-91dd-4c83cb1a90b3 X-Archives-Hash: edae2da2145952a12c37344ac1b028a7 commit: d37b2e6d9e9fb6f3fbd9d335b3584cfa3a396f7b Author: Matthias Maier kyomu 43-1 org> AuthorDate: Thu Jan 2 20:23:07 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 2 20:23:07 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d37b2e6d sci-libs/dealii: Bump to version 8.1.0 --- sci-libs/dealii/dealii-8.1.0.ebuild | 1 + sci-libs/dealii/dealii-9999.ebuild | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sci-libs/dealii/dealii-8.1.0.ebuild b/sci-libs/dealii/dealii-8.1.0.ebuild new file mode 120000 index 0000000..9860d7b --- /dev/null +++ b/sci-libs/dealii/dealii-8.1.0.ebuild @@ -0,0 +1 @@ +dealii-9999.ebuild \ No newline at end of file diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 1b08288..91fa994 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -if [[ ${PV} == "9999" ]] ; then +if [[ "${PV}" == "9999" ]] ; then inherit cmake-utils subversion eutils multilib else inherit cmake-utils eutils multilib @@ -13,7 +13,7 @@ fi DESCRIPTION="library for solving partial differential equations with the finite element method" HOMEPAGE="http://www.dealii.org/" -if [[ ${PV} == "9999" ]] ; then +if [[ "${PV}" == "9999" ]] ; then ESVN_REPO_URI="https://svn.dealii.org/trunk/deal.II" ESVN_OPTIONS="--trust-server-cert --non-interactive" KEYWORDS="" @@ -26,7 +26,12 @@ fi LICENSE="LGPL-2.1+" SLOT="0" -IUSE="arpack avx +debug doc +examples hdf5 +lapack mesh_converter metis mpi mumps netcdf p4est parameter_gui petsc +sparse sse2 static-libs +tbb trilinos +zlib" +IUSE=" + arpack avx +debug doc +examples hdf5 +lapack mesh_converter metis mpi + mumps netcdf p4est parameter_gui petsc +sparse sse2 static-libs +tbb + trilinos +zlib +" + # TODO: add slepc use flag once slepc is packaged for gentoo-science REQUIRED_USE=" mumps? ( mpi lapack )