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 F10301382C5 for ; Mon, 5 Apr 2021 13:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3629E087F; Mon, 5 Apr 2021 13:06:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FA06E087F for ; Mon, 5 Apr 2021 13:06:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A122233BED9 for ; Mon, 5 Apr 2021 13:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA08563E for ; Mon, 5 Apr 2021 13:06:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1617627974.56432c46bc53d508aaa79629b6d23ed71de58ecb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/libgpuarray/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgpuarray/Manifest dev-libs/libgpuarray/libgpuarray-0.6.0.ebuild dev-libs/libgpuarray/libgpuarray-0.6.7.ebuild dev-libs/libgpuarray/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-libs/libgpuarray/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56432c46bc53d508aaa79629b6d23ed71de58ecb X-VCS-Branch: master Date: Mon, 5 Apr 2021 13:06:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 703e7198-321f-47a0-b4ba-c53a4956d364 X-Archives-Hash: 5f64e23abacba21ff37e1833cd903685 commit: 56432c46bc53d508aaa79629b6d23ed71de58ecb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 5 12:50:11 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 5 13:06:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56432c46 dev-libs/libgpuarray: Remove last-rited package Closes: https://bugs.gentoo.org/623488 Closes: https://bugs.gentoo.org/697804 Closes: https://bugs.gentoo.org/774447 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libgpuarray/Manifest | 2 - dev-libs/libgpuarray/libgpuarray-0.6.0.ebuild | 61 --------------------------- dev-libs/libgpuarray/libgpuarray-0.6.7.ebuild | 61 --------------------------- dev-libs/libgpuarray/metadata.xml | 19 --------- profiles/package.mask | 5 --- 5 files changed, 148 deletions(-) diff --git a/dev-libs/libgpuarray/Manifest b/dev-libs/libgpuarray/Manifest deleted file mode 100644 index 81cea2e435e..00000000000 --- a/dev-libs/libgpuarray/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libgpuarray-0.6.0.tar.gz 232281 BLAKE2B 73c4fd5598edc3b81296aea7acd24fa48d0302f54a0050de8bc5539a5150dcc4be052dbf8d0c1d822f79a8529ba47d60d51c3216ad774b5954915cab4c65b5c8 SHA512 ef2b37d7752d7b19e6034ca1992dfa0c82806bae7a15ce54aad785f5abbe06e57a77b804699c55b3b7dc94496afb22acaf3a43cfc15148c150f2c93085c23080 -DIST libgpuarray-0.6.7.tar.gz 256440 BLAKE2B cc0880259c368c02fe0fca1a7f9424ad78f057540426d28179ee2cb20a2559853566c9ebb7de3488d5fdf0fa0eefb4e9f16db198cda2727370d567fd16363480 SHA512 39cdb67ec12d0f939d7a3ebef9726c40e64387413200addbeaf205db4151d09efd90118fec4a71b9d1f81fdde9b52e37d2d97763bf2cc9efa1667c5b9ff716b2 diff --git a/dev-libs/libgpuarray/libgpuarray-0.6.0.ebuild b/dev-libs/libgpuarray/libgpuarray-0.6.0.ebuild deleted file mode 100644 index 032dc90b265..00000000000 --- a/dev-libs/libgpuarray/libgpuarray-0.6.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils cuda - -MYPV=${PV/_/-} - -DESCRIPTION="Library to manipulate tensors on the GPU" -HOMEPAGE="http://deeplearning.net/software/libgpuarray/" -SRC_URI="https://github.com/Theano/${PN}/archive/v${MYPV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="cuda doc opencl static-libs test" -RESTRICT="!test? ( test )" - -# cuda/opencl loaded dynamically at runtime, no compile time dep -RDEPEND=" - cuda? ( amd64? ( >=dev-util/nvidia-cuda-toolkit-7 ) ) - opencl? ( - virtual/opencl - || ( sci-libs/clblast sci-libs/clblas ) - ) -" -DEPEND=" - doc? ( app-doc/doxygen ) - test? ( ${RDEPEND} - dev-libs/check - virtual/pkgconfig - ) -" -S="${WORKDIR}/${PN}-${MYPV}" - -src_prepare() { - sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/g' \ - -i src/CMakeLists.txt || die - use cuda && cuda_src_prepare - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=() - cmake-utils_src_configure - use doc && emake -C doc doxy -} - -src_test() { - local dev=cuda - use opencl && dev=opencl - DEVICE=${dev} cmake-utils_src_test - # if !cuda or !opencl: no testing because tests fail -} - -src_install() { - use doc && HTML_DOCS=( doc/_doxybuild/html/. ) - cmake-utils_src_install - use static-libs || rm "${ED}/usr/$(get_libdir)/libgpuarray-static.a" -} diff --git a/dev-libs/libgpuarray/libgpuarray-0.6.7.ebuild b/dev-libs/libgpuarray/libgpuarray-0.6.7.ebuild deleted file mode 100644 index 843671c0eb7..00000000000 --- a/dev-libs/libgpuarray/libgpuarray-0.6.7.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils cuda - -MYPV=${PV/_/-} - -DESCRIPTION="Library to manipulate tensors on the GPU" -HOMEPAGE="http://deeplearning.net/software/libgpuarray/" -SRC_URI="https://github.com/Theano/${PN}/archive/v${MYPV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="cuda doc opencl static-libs test" -RESTRICT="!test? ( test )" - -# cuda/opencl loaded dynamically at runtime, no compile time dep -RDEPEND=" - cuda? ( amd64? ( >=dev-util/nvidia-cuda-toolkit-7 ) ) - opencl? ( - virtual/opencl - || ( sci-libs/clblast sci-libs/clblas ) - ) -" -DEPEND=" - doc? ( app-doc/doxygen ) - test? ( ${RDEPEND} - dev-libs/check - virtual/pkgconfig - ) -" -S="${WORKDIR}/${PN}-${MYPV}" - -src_prepare() { - sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/g' \ - -i src/CMakeLists.txt || die - use cuda && cuda_src_prepare - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=() - cmake-utils_src_configure - use doc && emake -C doc doxy -} - -src_test() { - local dev=cuda - use opencl && dev=opencl - DEVICE=${dev} cmake-utils_src_test - # if !cuda or !opencl: no testing because tests fail -} - -src_install() { - use doc && HTML_DOCS=( doc/_doxybuild/html/. ) - cmake-utils_src_install - use static-libs || rm "${ED}/usr/$(get_libdir)/libgpuarray-static.a" -} diff --git a/dev-libs/libgpuarray/metadata.xml b/dev-libs/libgpuarray/metadata.xml deleted file mode 100644 index 81c8daf4555..00000000000 --- a/dev-libs/libgpuarray/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - Multi data-types, N-dimensional array library for the GPU, and - with python numpy and theano workflow in mind. - - - Theano/libgpuarray - - - Enable NVIDIA CUDA toolkit support - Enable OpenCL support - - diff --git a/profiles/package.mask b/profiles/package.mask index 698eebcf1e0..0f30b9f80fc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -295,11 +295,6 @@ dev-ruby/pg:0 # Masked for removal on 2021-04-06. sci-physics/herwig++ -# David Seifert (2021-03-06) -# Unmaintained, abandoned upstream, tests fail, broken USE=doc, no revdeps -# in tree. Removal on 2021-04-03. Bug #623488, #697804, #774447. -dev-libs/libgpuarray - # Andreas K. Hüttel (2021-03-06) # Fails to build, multiple bugs, outdated, nontrival, unmaintained # Bug 729876 and several others; removal in 30days