From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E008B138334 for ; Thu, 25 Apr 2019 23:51:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D69BBE0929; Thu, 25 Apr 2019 23:51:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA28EE0929 for ; Thu, 25 Apr 2019 23:51:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C809734283D for ; Thu, 25 Apr 2019 23:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3DB8571 for ; Thu, 25 Apr 2019 23:51:33 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1556236278.95200076e16d6255e3fd7f0d49bbf691faeade0d.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/dealii-9999.ebuild sci-libs/dealii/metadata.xml X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 95200076e16d6255e3fd7f0d49bbf691faeade0d X-VCS-Branch: master Date: Thu, 25 Apr 2019 23:51:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1cf914df-c113-4fe9-a95b-657061fc59d0 X-Archives-Hash: a8b60d605158ed4d4bcd2f38db604c26 commit: 95200076e16d6255e3fd7f0d49bbf691faeade0d Author: Matthias Maier gentoo org> AuthorDate: Tue Apr 9 03:28:18 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Apr 25 23:51:18 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=95200076 sci-libs/dealii: update live ebuild Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthias Maier gentoo.org> sci-libs/dealii/dealii-9999.ebuild | 10 ++++++---- sci-libs/dealii/metadata.xml | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 06c63c906..0da4f8ea6 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils eutils multilib @@ -21,7 +21,7 @@ if [[ ${PV} = *9999* ]]; then else MY_PV="${PV//0_rc/rc}" MY_P="${PN}-${MY_PV}" - SRC_URI="https://github.com/dealii/dealii/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz + SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz -> ${P}.tar.gz doc? ( https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-offline_documentation.tar.gz -> ${P}-offline_documentation.tar.gz @@ -36,7 +36,7 @@ IUSE=" adolc assimp arpack cpu_flags_x86_avx cpu_flags_x86_sse2 cuda +debug doc +examples gmsh +gsl hdf5 +lapack metis mpi muparser nanoflann opencascade netcdf p4est petsc scalapack slepc +sparse static-libs - sundials +tbb trilinos + sundials symengine +tbb trilinos " # TODO: add slepc use flag once slepc is packaged for gentoo-science @@ -68,6 +68,7 @@ RDEPEND="dev-libs/boost slepc? ( sci-mathematics/slepc[mpi=] ) sparse? ( sci-libs/umfpack ) sundials? ( sci-libs/sundials ) + symengine? ( >=sci-libs/symengine-0.4:= ) tbb? ( dev-cpp/tbb ) trilinos? ( sci-libs/trilinos )" @@ -117,6 +118,7 @@ src_configure() { -DDEAL_II_WITH_SCALAPACK="$(usex scalapack)" -DDEAL_II_WITH_SLEPC="$(usex slepc)" -DDEAL_II_WITH_SUNDIALS="$(usex sundials)" + -DDEAL_II_WITH_SYMENGINE="$(usex symengine)" -DDEAL_II_WITH_UMFPACK="$(usex sparse)" -DBUILD_SHARED_LIBS="$(usex !static-libs)" -DDEAL_II_PREFER_STATIC_LIBS="$(usex static-libs)" diff --git a/sci-libs/dealii/metadata.xml b/sci-libs/dealii/metadata.xml index 3b17832a7..1820575b0 100644 --- a/sci-libs/dealii/metadata.xml +++ b/sci-libs/dealii/metadata.xml @@ -33,6 +33,7 @@ and extra output. If you want to get meaningful backtraces see Add support for ScaLAPACK (sci-libs/scalapack) Add support for slepc (sci-mathematics/slepc) Add support for suitesparse (sci-libs/suitesparse) + Add support for symengine (sci-libs/symengine) Add threading support with the help of the tbb library (dev-cpp/tbb) Add support for trilinos (sci-libs/trilinos) Add support for assimp (media-libs/assimp)