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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCDB4158086 for ; Tue, 9 Nov 2021 21:41:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CABFB2BC15F; Tue, 9 Nov 2021 21:41:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 8CD712BC15F for ; Tue, 9 Nov 2021 21:41:08 +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 57B8B342C65 for ; Tue, 9 Nov 2021 21:41:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D208F1B8 for ; Tue, 9 Nov 2021 21:41:04 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1636493995.c0e53077a74965cc2af575998b1ff38e026ab943.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/superlu/Manifest sci-libs/superlu/superlu-5.2.2.ebuild X-VCS-Directories: sci-libs/superlu/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: c0e53077a74965cc2af575998b1ff38e026ab943 X-VCS-Branch: master Date: Tue, 9 Nov 2021 21:41:04 +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: dbd9939a-6ae5-4c68-8b84-022ded463aa5 X-Archives-Hash: 11a6fd751270797ddd082002ee625f6f commit: c0e53077a74965cc2af575998b1ff38e026ab943 Author: Jakov Smolić gentoo org> AuthorDate: Tue Nov 9 21:38:54 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Nov 9 21:39:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e53077 sci-libs/superlu: drop 5.2.2 Signed-off-by: Jakov Smolić gentoo.org> sci-libs/superlu/Manifest | 1 - sci-libs/superlu/superlu-5.2.2.ebuild | 53 ----------------------------------- 2 files changed, 54 deletions(-) diff --git a/sci-libs/superlu/Manifest b/sci-libs/superlu/Manifest index 53cf5f7f2fb..21a70aa3541 100644 --- a/sci-libs/superlu/Manifest +++ b/sci-libs/superlu/Manifest @@ -1,3 +1,2 @@ DIST superlu-5.3.0.tar.gz 2483070 BLAKE2B 2e877c12b698fae6649d3146d4a22a8c701df813d1fa037b7707081229de09e102660e75dd32138264ad9e01e5b3e820012106cd2b0d46cc2a1c37dc5eaafec2 SHA512 1461b52bc18a8b0345beb70fdd46e07df497a13be840bcc061158ea1d0e61c8745806d1ad21cb2723db80f5ed762c3741f9c0ded2b2013df46da0e8bb6b77b83 DIST superlu_4.3.tar.gz 2876631 BLAKE2B 0a563e6730394f8e69fe13f1418f9f046bd37c848c51063e93a24a209e50a67f91b725eb3978fd6c4d28e51615806d6c0b6a2539cbc0d7fd11b5e4f0a9360148 SHA512 5c13da47b79160be14719f62ccdf5d59142a172e25a988fa340eaeb001a64d7f45ba39e675cb7aa3571bec52cb3a7cda0bb7a708c9608184ba6251edb7990e8c -DIST superlu_5.2.2.tar.gz 2481538 BLAKE2B db9d6437c8012f1aeeb3313212298a77e4ef04405c6ec853ceeef8b80426ea80d8b9fc30a0ca2dd7288131a0e21c43e17cafafaa7fb615d6d825b54f4beb84a2 SHA512 091928a3df3433b337ebdacdb28de341d6d29d655965de6ffd656a6de18cf11171555bfd3af73082af62b1cead6835b4c11e4ba524a32db7f7d28db47c9d490c diff --git a/sci-libs/superlu/superlu-5.2.2.ebuild b/sci-libs/superlu/superlu-5.2.2.ebuild deleted file mode 100644 index 941e8e09ba7..00000000000 --- a/sci-libs/superlu/superlu-5.2.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -FORTRAN_STANDARD=77 - -inherit cmake fortran-2 - -DESCRIPTION="Sparse LU factorization library" -HOMEPAGE="https://crd-legacy.lbl.gov/~xiaoye/SuperLU/" -SRC_URI="https://crd-legacy.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0/$(ver_cut 1)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" -RESTRICT="!test? ( test )" - -BDEPEND="virtual/pkgconfig - test? ( app-shells/tcsh )" -RDEPEND="virtual/blas" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-5.2.2-no-internal-blas.patch" -) - -src_prepare() { - cmake_src_prepare - # respect user's CFLAGS - sed -i -e 's/O3//' CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs+=( - -DCMAKE_INSTALL_INCLUDEDIR="include/superlu" - -DBUILD_SHARED_LIBS=ON - -Denable_internal_blaslib=OFF - -Denable_tests=$(usex test) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - use doc && dodoc -r DOC/html - if use examples; then - docinto examples - dodoc -r EXAMPLE FORTRAN - docompress -x /usr/share/doc/${PF}/examples - fi -}