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 4F68E1384B4 for ; Tue, 1 Dec 2015 06:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE07121C044; Tue, 1 Dec 2015 06:52:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A59E21C044 for ; Tue, 1 Dec 2015 06:52:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E43D340649 for ; Tue, 1 Dec 2015 06:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9B08612 for ; Tue, 1 Dec 2015 06:52:05 +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: <1448952717.5cc6855b8f846521f1c354e79c943fa3120bea34.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/lapack-reference/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild sci-libs/lapack-reference/metadata.xml X-VCS-Directories: sci-libs/lapack-reference/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5cc6855b8f846521f1c354e79c943fa3120bea34 X-VCS-Branch: master Date: Tue, 1 Dec 2015 06:52:05 +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: 9f16e85a-1f20-4b1f-a558-a19f2037c113 X-Archives-Hash: 2e1355906f8ee87ecbbb0f58c1495761 commit: 5cc6855b8f846521f1c354e79c943fa3120bea34 Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 1 06:51:57 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 1 06:51:57 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5cc6855b sci-libs/lapack-reference: Add USE to build deprecated routines Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild | 3 ++- sci-libs/lapack-reference/metadata.xml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild b/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild index 8623bef..ac88f98 100644 --- a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild +++ b/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs test xblas" +IUSE="+deprecated static-libs test xblas" REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )" @@ -82,6 +82,7 @@ src_configure() { -DBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${blas_profname})" $(cmake-utils_use_build test TESTING) $(cmake-utils_use_use xblas XBLAS) + $(cmake-utils_use_build deprecated DEPRECATED) -DCMAKE_C_FLAGS="$($(tc-getPKG_CONFIG) --cflags ${blas_profname}) ${CFLAGS}" -DCMAKE_CXX_FLAGS="$($(tc-getPKG_CONFIG) --cflags ${blas_profname}) ${CXXFLAGS}" -DCMAKE_Fortran_FLAGS="$($(tc-getPKG_CONFIG) --cflags ${blas_profname}) $(get_abi_CFLAGS) $(numeric-int64_get_fortran_int64_abi_fflags) ${FCFLAGS}" diff --git a/sci-libs/lapack-reference/metadata.xml b/sci-libs/lapack-reference/metadata.xml index f9de0d5..520530d 100644 --- a/sci-libs/lapack-reference/metadata.xml +++ b/sci-libs/lapack-reference/metadata.xml @@ -13,8 +13,10 @@ Algebra Subprogram (BLAS). + Build deprecated routines Build the 64 bits integer library - Build LAPACK with extra precision (needs - sci-libs/xblas) + + Build LAPACK with extra precision (needs sci-libs/xblas) +