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 3C0C1139695 for ; Thu, 16 Mar 2017 19:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C8B3E0D4C; Thu, 16 Mar 2017 19:35:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FFCDE0D43 for ; Thu, 16 Mar 2017 19:35:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FC0933BF1C for ; Thu, 16 Mar 2017 19:35:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4914F6A8B for ; Thu, 16 Mar 2017 19:35:26 +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: <1489486454.9554cfa2cfea3491a45697082077cf37b2fbf3f9.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/cblas-reference/, sci-libs/cblas-reference/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/cblas-reference/cblas-reference-20161223-r100.ebuild sci-libs/cblas-reference/cblas-reference-20161223-r101.ebuild sci-libs/cblas-reference/files/lapack-reference-3.7.0-fix-build-system.patch X-VCS-Directories: sci-libs/cblas-reference/files/ sci-libs/cblas-reference/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9554cfa2cfea3491a45697082077cf37b2fbf3f9 X-VCS-Branch: master Date: Thu, 16 Mar 2017 19:35:26 +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: 13264149-2416-40b5-8d89-2d86d4c1e302 X-Archives-Hash: d327c5e85f24e45e4df62f88b299400e commit: 9554cfa2cfea3491a45697082077cf37b2fbf3f9 Author: François Bissey canterbury ac nz> AuthorDate: Tue Mar 14 10:14:14 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Mar 14 10:14:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9554cfa2 sci-libs/cblas-reference: fix for issue #60 (#752) Package-Manager: portage-2.3.3 ...61223-r100.ebuild => cblas-reference-20161223-r101.ebuild} | 0 .../files/lapack-reference-3.7.0-fix-build-system.patch | 11 ++++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sci-libs/cblas-reference/cblas-reference-20161223-r100.ebuild b/sci-libs/cblas-reference/cblas-reference-20161223-r101.ebuild similarity index 100% rename from sci-libs/cblas-reference/cblas-reference-20161223-r100.ebuild rename to sci-libs/cblas-reference/cblas-reference-20161223-r101.ebuild diff --git a/sci-libs/cblas-reference/files/lapack-reference-3.7.0-fix-build-system.patch b/sci-libs/cblas-reference/files/lapack-reference-3.7.0-fix-build-system.patch index 70f7cb0ee..40f3aaa02 100644 --- a/sci-libs/cblas-reference/files/lapack-reference-3.7.0-fix-build-system.patch +++ b/sci-libs/cblas-reference/files/lapack-reference-3.7.0-fix-build-system.patch @@ -13,19 +13,24 @@ index 7fd6f1e..e52f3ad 100644 Name: BLAS Description: FORTRAN reference implementation of BLAS Basic Linear Algebra Subprograms diff --git a/CBLAS/cblas.pc.in b/CBLAS/cblas.pc.in -index 4a938fe..311aed9 100644 +index 4a938fe..269a254 100644 --- a/CBLAS/cblas.pc.in +++ b/CBLAS/cblas.pc.in -@@ -1,5 +1,7 @@ +@@ -1,9 +1,12 @@ -prefix=@prefix@ -libdir=@libdir@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ -+includedir=${prefix}/include ++includedir=${prefix}/include/@PROFNAME@ Name: CBLAS Description: C Standard Interface to BLAS Basic Linear Algebra Subprograms + Version: @LAPACK_VERSION@ + URL: http://www.netlib.org/blas/#_cblas ++Cflags: -I${includedir} + Libs: -L${libdir} -lcblas + Requires: blas diff --git a/LAPACKE/lapacke.pc.in b/LAPACKE/lapacke.pc.in index 028f8da..dc092b1 100644 --- a/LAPACKE/lapacke.pc.in