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 F3A00138CD3 for ; Sat, 6 Jun 2015 09:46:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 224E1E0897; Sat, 6 Jun 2015 09:46:12 +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 6F844E0896 for ; Sat, 6 Jun 2015 09:46:11 +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 CA713340F5F for ; Sat, 6 Jun 2015 09:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E609A34 for ; Sat, 6 Jun 2015 09:46:08 +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: <1433583965.80de9dc8cc9e9dd43c8c9e447be921dc06656769.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 80de9dc8cc9e9dd43c8c9e447be921dc06656769 X-VCS-Branch: master Date: Sat, 6 Jun 2015 09:46:08 +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: 328b2874-e025-4be5-81db-f0e8f9335f2a X-Archives-Hash: f8c081f5fd2d0b7d14fd5f219c637812 commit: 80de9dc8cc9e9dd43c8c9e447be921dc06656769 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 6 09:46:05 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 6 09:46:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=80de9dc8 Merge remote-tracking branch 'github/master' * github/master: sci-libs/clblas: Fix installation of cmake configuration sci-libs/clblas: Drop old dev-libs/boost-compute: Update HOMEPAGE, SRC_URI and github remote-id: project was transfered on from kylelutz to boostorg sci-libs/clfft: Drop old; Install cmake configuration sci-libs/clfft: Cleanup ebuilds sci-libs/clfft: Fork 0.9999 from 9999 sci-libs/clfft: Fork 2.4 from 9999 sci-libs/clblas: Cleanup ebuilds sci-libs/clblas: Fork 2.4 from 9999 dev-libs/boost-compute/ChangeLog | 5 + dev-libs/boost-compute/boost-compute-9999.ebuild | 6 +- dev-libs/boost-compute/metadata.xml | 2 +- sci-libs/clblas/ChangeLog | 16 +++ sci-libs/clblas/Manifest | 1 - .../{clblas-2.2.ebuild => clblas-2.4-r1.ebuild} | 16 +-- sci-libs/clblas/clblas-2.4.ebuild | 1 - sci-libs/clblas/clblas-9999.ebuild | 15 +-- .../files/clblas-2.2-client_CMakeLists.patch | 11 -- .../clblas-2.2-library_tools_tune_CMakeLists.patch | 14 --- ...l-cmake-configuration-to-lib-cmake-clBLAS.patch | 25 ++++ sci-libs/clfft/ChangeLog | 12 ++ sci-libs/clfft/Manifest | 1 - sci-libs/clfft/clfft-0.9999.ebuild | 54 ++++++++- sci-libs/clfft/clfft-2.2.ebuild | 1 - .../{clfft-9999.ebuild => clfft-2.4-r1.ebuild} | 28 ++--- sci-libs/clfft/clfft-2.4.ebuild | 1 - sci-libs/clfft/clfft-9999.ebuild | 28 ++--- .../files/clfft-2.4-fix-cmake-config-install.patch | 128 +++++++++++++++++++++ ...ll-cmake-configuration-to-lib-cmake-clFFT.patch | 25 ++++ 20 files changed, 291 insertions(+), 99 deletions(-)