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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9F1A158042 for ; Sat, 9 Nov 2024 22:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C79CE09B5; Sat, 9 Nov 2024 22:43:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6B39E09B5 for ; Sat, 9 Nov 2024 22:43:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2725D33BDFF for ; Sat, 9 Nov 2024 22:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83899AED for ; Sat, 9 Nov 2024 22:42:58 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1731192137.221c945ad26b8f2e8f465e456c3eafa571c18e76.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/starpu/Manifest dev-libs/starpu/starpu-1.2.6-r1.ebuild X-VCS-Directories: dev-libs/starpu/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 221c945ad26b8f2e8f465e456c3eafa571c18e76 X-VCS-Branch: master Date: Sat, 9 Nov 2024 22:42:58 +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: b5bc4750-97dc-4263-82ef-d07b43bc5e4d X-Archives-Hash: c521ae5a1e0a9add4613994bc562336b commit: 221c945ad26b8f2e8f465e456c3eafa571c18e76 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 9 22:42:17 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 9 22:42:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221c945a dev-libs/starpu: drop 1.2.6-r1 Closes: https://bugs.gentoo.org/734088 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/starpu/Manifest | 1 - dev-libs/starpu/starpu-1.2.6-r1.ebuild | 89 ---------------------------------- 2 files changed, 90 deletions(-) diff --git a/dev-libs/starpu/Manifest b/dev-libs/starpu/Manifest index eb520f1b53e7..040044d3cb77 100644 --- a/dev-libs/starpu/Manifest +++ b/dev-libs/starpu/Manifest @@ -1,2 +1 @@ -DIST starpu-1.2.6.tar.gz 8911397 BLAKE2B a73cb3b230282b0b828fdaeb65f5491928fde1b2e5797f739a99c87318fa29511196f7121a72ff91bf0d663938b50f200d108fdce2726eb7ea8c7e997156dc13 SHA512 5971f8875dd54c73486583456bd0bc81c2865cb5b8bba6d47a5085d76fa6294c869efdd1c1d14144d08e6c14cbbea3a773474d46aa827ca24f58d9fb57ccbed7 DIST starpu-1.3.9.tar.gz 12961635 BLAKE2B a6eede7c369cacaba5b7330bd6a003f624f58972432d43619aeaf47c1e9e16da871a18c24f8f511f002cb7667c247c13562b4fed2348e2af4f8e402418e1801d SHA512 7150fc11828e8f9ede036af782ff0f89946d9aaed341771436eb8cbb91be7b0faccb6280a5c3bd63800d1a73ec8518a45a02d9f3e137007751cf1c5979678295 diff --git a/dev-libs/starpu/starpu-1.2.6-r1.ebuild b/dev-libs/starpu/starpu-1.2.6-r1.ebuild deleted file mode 100644 index a42cf6fe2c65..000000000000 --- a/dev-libs/starpu/starpu-1.2.6-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -FORTRAN_STANDARD=90 -FORTRAN_NEEDED="fortran" -inherit autotools cuda fortran-2 toolchain-funcs - -DESCRIPTION="Unified runtime system for heterogeneous multicore architectures" -HOMEPAGE="http://starpu.gforge.inria.fr/" -SRC_URI="https://gforge.inria.fr/frs/download.php/file/37744/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/5" -KEYWORDS="~alpha amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" - -IUSE=" - blas cuda doc examples fftw fortran gcc-plugin mpi opencl opengl - spinlock-check static-libs test valgrind -" -RESTRICT="!test? ( test )" - -RDEPEND=" - sci-mathematics/glpk:0= - sys-apps/hwloc:0= - blas? ( virtual/blas ) - cuda? ( dev-util/nvidia-cuda-toolkit - x11-drivers/nvidia-drivers ) - fftw? ( sci-libs/fftw:3.0= ) - mpi? ( virtual/mpi ) - opencl? ( virtual/opencl ) - opengl? ( media-libs/freeglut:0= ) - valgrind? ( dev-debug/valgrind ) -" - -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen virtual/latex-base ) - test? ( gcc-plugin? ( dev-scheme/guile ) ) -" - -src_prepare() { - default - - sed -i -e '/Libs.private/s/@LDFLAGS@//g' *.pc.in */*.pc.in || die - sed -i -e 's:-O3::g;s:-D_FORTIFY_SOURCE=1::g' configure.ac || die - eautoreconf - - use cuda && cuda_src_prepare -} - -src_configure() { - use blas && export BLAS_LIBS="$($(tc-getPKG_CONFIG) --libs blas)" - - econf \ - --disable-magma \ - $(use mpi && use_enable test mpi-check) \ - $(use_enable cuda) \ - $(use_enable doc build-doc) \ - $(use_enable fftw starpufft) \ - $(use_enable fortran) \ - $(use_enable gcc-plugin gcc-extensions) \ - $(use_enable opencl) \ - $(use_enable opengl opengl-render) \ - $(use_enable spinlock-check) \ - $(use_enable static-libs static) \ - $(use_enable valgrind) \ - $(use_with mpi mpicc "$(type -P mpicc)") \ - --disable-build-examples \ - --disable-debug \ - --disable-fstack-protector-all \ - --disable-full-gdb-information \ - --disable-starpu-top -} - -src_test() { - emake -j1 showcheck -} - -src_install() { - default - use doc && dodoc -r doc/doxygen/*.pdf doc/doxygen/html - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - find "${ED}" -name '*.la' -delete || die -}