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 0AC9B138A1A for ; Thu, 22 Jan 2015 10:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83EF1E0954; Thu, 22 Jan 2015 10:14:24 +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 00B2EE0950 for ; Thu, 22 Jan 2015 10:14:23 +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 45BA83406B2 for ; Thu, 22 Jan 2015 10:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0CD1101F0 for ; Thu, 22 Jan 2015 10:14:20 +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: <1421920592.e5ac98a132a0bf596ed8b0d532e4d68069319758.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/arrayfire/files/CMakeLists_examples.patch sci-libs/arrayfire/files/FindCBLAS.patch sci-libs/arrayfire/files/build_gtest.patch X-VCS-Directories: sci-libs/arrayfire/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e5ac98a132a0bf596ed8b0d532e4d68069319758 X-VCS-Branch: master Date: Thu, 22 Jan 2015 10:14:20 +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: 7f8c4ebb-4a25-41b1-aadc-962ef201722f X-Archives-Hash: c08adfbe6c2aedb57f20d6d45053f4bc commit: e5ac98a132a0bf596ed8b0d532e4d68069319758 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jan 22 09:56:32 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 22 09:56:32 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e5ac98a1 sci-libs/arrayfire: Clean patches --- sci-libs/arrayfire/files/CMakeLists_examples.patch | 8 ++++++-- sci-libs/arrayfire/files/FindCBLAS.patch | 8 ++++++-- sci-libs/arrayfire/files/build_gtest.patch | 8 ++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/sci-libs/arrayfire/files/CMakeLists_examples.patch b/sci-libs/arrayfire/files/CMakeLists_examples.patch index 45139f8..89020f6 100644 --- a/sci-libs/arrayfire/files/CMakeLists_examples.patch +++ b/sci-libs/arrayfire/files/CMakeLists_examples.patch @@ -1,5 +1,9 @@ ---- b/examples/CMakeLists.txt 2015-01-10 12:39:23.000000000 +0100 -+++ a/examples/CMakeLists.txt 2015-01-10 12:40:10.000000000 +0100 +Adjust installation path of examples. + +Patch by Marius Brehler. + +--- b/examples/CMakeLists.txt ++++ a/examples/CMakeLists.txt @@ -13,7 +13,7 @@ MACRO(CREATE_EXAMPLES BACKEND) TARGET_LINK_LIBRARIES(${EXAMPLE_NAME} af${BACKEND} ${THREAD_LIB_FLAG}) SET_TARGET_PROPERTIES(${EXAMPLE_NAME} PROPERTIES COMPILE_FLAGS -DAF_${DEF_NAME} OUTPUT_NAME ${FNAME}_${BACKEND}) diff --git a/sci-libs/arrayfire/files/FindCBLAS.patch b/sci-libs/arrayfire/files/FindCBLAS.patch index 16c6197..263c62a 100644 --- a/sci-libs/arrayfire/files/FindCBLAS.patch +++ b/sci-libs/arrayfire/files/FindCBLAS.patch @@ -1,5 +1,9 @@ ---- b/CMakeModules/FindCBLAS.cmake 2015-01-09 14:00:29.328281398 +0100 -+++ a/CMakeModules/FindCBLAS.cmake 2015-01-09 14:02:52.549276153 +0100 +Use pkg-config to find cblas. + +Patch by Marius Brehler. + +--- b/CMakeModules/FindCBLAS.cmake ++++ a/CMakeModules/FindCBLAS.cmake @@ -1,3 +1,9 @@ +# +# Version modified for Gentoo Linux diff --git a/sci-libs/arrayfire/files/build_gtest.patch b/sci-libs/arrayfire/files/build_gtest.patch index 24e4b07..4b777c4 100644 --- a/sci-libs/arrayfire/files/build_gtest.patch +++ b/sci-libs/arrayfire/files/build_gtest.patch @@ -1,5 +1,9 @@ ---- CMakeModules/build_gtest.cmake 2015-01-10 11:27:52.007076159 +0100 -+++ CMakeModules/build_gtest.cmake 2015-01-10 17:36:23.000000000 +0100 +Don't fetch googletest from SVN. + +Patch by Marius Brehler. + +--- CMakeModules/build_gtest.cmake ++++ CMakeModules/build_gtest.cmake @@ -1,27 +1,4 @@ -#Downloads and installs GTest into the third_party directory -