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 46E491384B4 for ; Tue, 1 Dec 2015 09:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FEE821C03B; Tue, 1 Dec 2015 09:37:11 +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 EA87021C040 for ; Tue, 1 Dec 2015 09:37:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFE8A3403C1 for ; Tue, 1 Dec 2015 09:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C952BC7D for ; Tue, 1 Dec 2015 09:37:06 +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: <1448962615.c1a60b4627ba2eb64806c2664c8c5252b863f78d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/cblas-reference/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild sci-libs/cblas-reference/cblas-reference-20151113.ebuild X-VCS-Directories: sci-libs/cblas-reference/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c1a60b4627ba2eb64806c2664c8c5252b863f78d X-VCS-Branch: master Date: Tue, 1 Dec 2015 09:37:06 +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: e79ce3da-0bb3-4ff8-8eb7-94d32f120885 X-Archives-Hash: f0658cbc4d72b9a6027974a539b3eb7c commit: c1a60b4627ba2eb64806c2664c8c5252b863f78d Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 1 09:36:55 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 1 09:36:55 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1a60b46 sci-libs/cblas-reference: Install header in own namespace Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> ...as-reference-20151113.ebuild => cblas-reference-20151113-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/cblas-reference/cblas-reference-20151113.ebuild b/sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild similarity index 97% rename from sci-libs/cblas-reference/cblas-reference-20151113.ebuild rename to sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild index e3e0436..bd7f08d 100644 --- a/sci-libs/cblas-reference/cblas-reference-20151113.ebuild +++ b/sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild @@ -57,6 +57,7 @@ src_prepare() { CBLAS/testing/CMakeLists.txt || die sed -i \ -e 's:BINARY_DIR}/cblas:BINARY_DIR}/${PROFNAME}:' \ + -e '/CBLAS_INCLUDE/s:include ):include/${PROFNAME} ):g' \ CBLAS/CMakeLists.txt || die } @@ -116,6 +117,6 @@ src_test() { src_install() { numeric-int64-multibuild_foreach_all_abi_variants cmake-utils_src_install -C CBLAS - numeric-int64-multibuild_install_alternative cblas reference /usr/include/cblas.h cblas/cblas.h + numeric-int64-multibuild_install_alternative cblas reference /usr/include/cblas.h refcblas/cblas.h multilib_install_wrappers }