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 0B44613838B for ; Mon, 6 Oct 2014 06:53:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C456E0A5A; Mon, 6 Oct 2014 06:53:57 +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 06F8EE0A5A for ; Mon, 6 Oct 2014 06:53:56 +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 70F8D340278 for ; Mon, 6 Oct 2014 06:53:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B65371AE for ; Mon, 6 Oct 2014 06:53:54 +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: <1412578408.c64c5fec8b39f174a8064223b8e5d0311e238cd7.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/ChangeLog sci-libs/lapack-reference/lapack-reference-9999.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: c64c5fec8b39f174a8064223b8e5d0311e238cd7 X-VCS-Branch: master Date: Mon, 6 Oct 2014 06:53:54 +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: 23b6add9-bd3d-4142-8229-d4bae1ba3491 X-Archives-Hash: f3c746bcd43d9775b7a656090b00c103 commit: c64c5fec8b39f174a8064223b8e5d0311e238cd7 Author: Justin Lecher gentoo org> AuthorDate: Mon Oct 6 06:53:28 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Oct 6 06:53:28 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c64c5fec sci-libs/lapack-reference: respect flags Package-Manager: portage-2.2.14_rc1 --- sci-libs/lapack-reference/ChangeLog | 4 ++++ sci-libs/lapack-reference/lapack-reference-9999.ebuild | 4 ++-- sci-libs/lapack-reference/metadata.xml | 12 ++++++------ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/sci-libs/lapack-reference/ChangeLog b/sci-libs/lapack-reference/ChangeLog index 85c2139..f8e700c 100644 --- a/sci-libs/lapack-reference/ChangeLog +++ b/sci-libs/lapack-reference/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.51 2010/10/02 20:49:51 grobian Exp $ + 06 Oct 2014; Justin Lecher lapack-reference-9999.ebuild, + metadata.xml: + respect flags + 25 Sep 2014; François Bissey lapack-reference-9999.ebuild: The dependency needs to be on xblas[fortran] otherwise libxblas won't have the diff --git a/sci-libs/lapack-reference/lapack-reference-9999.ebuild b/sci-libs/lapack-reference/lapack-reference-9999.ebuild index e2ef959..050c477 100644 --- a/sci-libs/lapack-reference/lapack-reference-9999.ebuild +++ b/sci-libs/lapack-reference/lapack-reference-9999.ebuild @@ -173,12 +173,12 @@ src_configure() { ) if [[ "${MULTIBUILD_ID}" =~ "_${INT64_SUFFIX}" ]]; then mycmakeargs+=( - -DCMAKE_Fortran_FLAGS="$($(tc-getPKG_CONFIG) --cflags ${blas_profname}) $(get_abi_CFLAGS) -fdefault-integer-8" + -DCMAKE_Fortran_FLAGS="$($(tc-getPKG_CONFIG) --cflags ${blas_profname}) $(get_abi_CFLAGS) -fdefault-integer-8 ${FCFLAGS}" -DLAPACK_PKGCONFIG_FFLAGS="-fdefault-integer-8" ) else mycmakeargs+=( - -DCMAKE_Fortran_FLAGS="$($(tc-getPKG_CONFIG) --cflags ${blas_profname}) $(get_abi_CFLAGS)" + -DCMAKE_Fortran_FLAGS="$($(tc-getPKG_CONFIG) --cflags ${blas_profname}) $(get_abi_CFLAGS) ${FCFLAGS}" -DLAPACK_PKGCONFIG_FFLAGS="" ) fi diff --git a/sci-libs/lapack-reference/metadata.xml b/sci-libs/lapack-reference/metadata.xml index 9b618ae..f9de0d5 100644 --- a/sci-libs/lapack-reference/metadata.xml +++ b/sci-libs/lapack-reference/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + The Linear Algebra PACKage (LAPACK) is a comprehensive library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, @@ -12,9 +12,9 @@ Netlib for LAPACK and optionnally the one for the Basic Linear Algebra Subprogram (BLAS). - - Build the 64 bits integer library - Build LAPACK with extra precision (needs + + Build the 64 bits integer library + Build LAPACK with extra precision (needs sci-libs/xblas) - +