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 6CB6A1382C5 for ; Wed, 25 Apr 2018 21:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 919DBE0958; Wed, 25 Apr 2018 21:43:51 +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 72342E0958 for ; Wed, 25 Apr 2018 21:43:51 +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 303EA335C60 for ; Wed, 25 Apr 2018 21:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7F7528B for ; Wed, 25 Apr 2018 21:43:48 +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: <1524692617.c71b51bda7f0f51d9e8c84c7ad01daf080a67779.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/adolc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/adolc/adolc-9999.ebuild sci-libs/adolc/metadata.xml X-VCS-Directories: sci-libs/adolc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: c71b51bda7f0f51d9e8c84c7ad01daf080a67779 X-VCS-Branch: master Date: Wed, 25 Apr 2018 21:43:48 +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: 28d8ce58-0272-40d9-9db0-856257592c09 X-Archives-Hash: 5c17608308bfde68e1ddcc4866d238d2 commit: c71b51bda7f0f51d9e8c84c7ad01daf080a67779 Author: Matthias Maier gentoo org> AuthorDate: Wed Apr 25 20:07:39 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Apr 25 21:43:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71b51bd sci-libs/adolc: update live ebuild Package-Manager: Portage-2.3.31, Repoman-2.3.9 sci-libs/adolc/adolc-9999.ebuild | 13 ++++++++----- sci-libs/adolc/metadata.xml | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sci-libs/adolc/adolc-9999.ebuild b/sci-libs/adolc/adolc-9999.ebuild index c029efc2ea2..a792a5a65c1 100644 --- a/sci-libs/adolc/adolc-9999.ebuild +++ b/sci-libs/adolc/adolc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,12 +23,12 @@ fi LICENSE="|| ( EPL-1.0 GPL-2 )" SLOT="0/2" -IUSE="mpi sparse static-libs" +IUSE="+boost mpi sparse static-libs" RDEPEND=" + boost? ( dev-libs/boost:0= ) mpi? ( sys-cluster/ampi:0= ) - sparse? ( sci-libs/colpack:0= ) -" + sparse? ( sci-libs/colpack:0= )" DEPEND="${RDEPEND}" PATCHES=( @@ -44,9 +44,12 @@ src_prepare() { src_configure() { econf \ - $(use_enable static-libs static) \ + --enable-advanced-branching \ + --enable-atrig-erf \ $(use_enable mpi ampi) \ $(use_enable sparse) \ + $(use_enable static-libs static) \ + $(use_with boost) \ $(use_with sparse colpack "${EPREFIX}"/usr) } diff --git a/sci-libs/adolc/metadata.xml b/sci-libs/adolc/metadata.xml index 150156feade..a8f7848ccb6 100644 --- a/sci-libs/adolc/metadata.xml +++ b/sci-libs/adolc/metadata.xml @@ -12,6 +12,7 @@ the requested values. + Use the boost allocator from dev-libs/boost Add support for sparse matrix algebra with sci-libs/colpack