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 82C73158009 for ; Tue, 20 Jun 2023 00:27:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBEFEE0863; Tue, 20 Jun 2023 00:27:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C7EEE0863 for ; Tue, 20 Jun 2023 00:27:22 +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 70477340F3C for ; Tue, 20 Jun 2023 00:27:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5512A7A for ; Tue, 20 Jun 2023 00:27:19 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1687220791.11a229cbb40fbe1886db6cc0a1269a7ba3b6af2e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cholmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cholmod/Manifest sci-libs/cholmod/cholmod-3.0.13.ebuild X-VCS-Directories: sci-libs/cholmod/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 11a229cbb40fbe1886db6cc0a1269a7ba3b6af2e X-VCS-Branch: master Date: Tue, 20 Jun 2023 00:27:19 +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: 5ca17182-a8e0-4541-9e9e-fcf4e39e4da5 X-Archives-Hash: 6d0abcf743c97fc897b064efefcc1c8f commit: 11a229cbb40fbe1886db6cc0a1269a7ba3b6af2e Author: Michael Orlitzky gentoo org> AuthorDate: Tue Jun 20 00:22:33 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Jun 20 00:26:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a229cb sci-libs/cholmod: revert "sci-libs/cholmod: drop 3.0.13" This reverts commit 1f96092b44d5d5ccc9d703328630366f33b305dc. The stable sci-libs/suitesparse-5.4.0 has, RDEPEND=" ... ~sci-libs/cholmod-3.0.13[cuda?,doc?,partition?,lapack?] which won't accept the stable cholmod-3.0.14 that I thought could replace 3.0.13. Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/cholmod/Manifest | 1 + sci-libs/cholmod/cholmod-3.0.13.ebuild | 68 ++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) diff --git a/sci-libs/cholmod/Manifest b/sci-libs/cholmod/Manifest index acd1569dbbfb..cf3192387aab 100644 --- a/sci-libs/cholmod/Manifest +++ b/sci-libs/cholmod/Manifest @@ -1,2 +1,3 @@ DIST SuiteSparse-7.0.0.gh.tar.gz 64884962 BLAKE2B 06c6cf54ffae188f5179e0cd45523700448d8999b44d6b1aeb3dfb99ccf34a570f6aff600988a144c68a4a2d8f41e32f7145e09349aed3bd889501ea031c8340 SHA512 50b1cd7bab6e4c063984162ed803fd13b69df7f67efe8ce7af15eace6b0ccd1669b6e57daa59511fd9531a847433cda49c1f52bfff234031af0d79e7fbd6423e +DIST cholmod-3.0.13.tar.bz2 696002 BLAKE2B 40a065fe1a3585897b3ca554a25fa80ffc68ac70798f2f803e34a231ec4f532d113a3d00ab7ab61f5eb02503a84e1459cdb7e96cb0b0d1dc6975ed3d533104fe SHA512 c6c80d099386bac27e385a1b8ee8941cd2fb4f2dcfcf302b4b17d6477ac9ee17ad8030aae9191f92576dfaeb521e2c98ec24e867281c2405e42f95580e14f0ab DIST cholmod-3.0.14.tar.bz2 696981 BLAKE2B 855927c18833235b3f0835bfba455d83957b9161c0ee885c2d31d126f0f473067f55bcf2cfa163c72efb5de573589ffa54b484a8cf89bc44c9dbf64d43fda5d9 SHA512 f8c12fc3c8787be38bca6c6f84a8279c1380fbe4fabbfba754235fdb042d7050bfb7b5a21ea87ef59dbd5184d28e8cb7667966c38f5dcad78fe8d47111896a3c diff --git a/sci-libs/cholmod/cholmod-3.0.13.ebuild b/sci-libs/cholmod/cholmod-3.0.13.ebuild new file mode 100644 index 000000000000..1bc4d77580e2 --- /dev/null +++ b/sci-libs/cholmod/cholmod-3.0.13.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Sparse Cholesky factorization and update/downdate library" +HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html" +SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" + +LICENSE="LGPL-2.1+ modify? ( GPL-2+ ) matrixops? ( GPL-2+ )" +SLOT="0" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +IUSE="cuda doc +lapack +matrixops +modify +partition" + +BDEPEND="virtual/pkgconfig + doc? ( virtual/latex-base )" +DEPEND=" + >=sci-libs/amd-2.4 + >=sci-libs/colamd-2.9 + cuda? ( + x11-drivers/nvidia-drivers + dev-util/nvidia-cuda-toolkit + ) + lapack? ( virtual/lapack ) + partition? ( + >=sci-libs/camd-2.4 + >=sci-libs/ccolamd-2.9 + >=sci-libs/metis-5.1.0 + )" +RDEPEND="${DEPEND}" + +src_configure() { + local lapack_libs=no + local blas_libs=no + if use lapack; then + blas_libs=$($(tc-getPKG_CONFIG) --libs blas) + lapack_libs=$($(tc-getPKG_CONFIG) --libs lapack) + fi + + local cudaconfargs=( $(use_with cuda) ) + if use cuda ; then + cudaconfargs+=( + --with-cublas-libs="-L${EPREFIX}/opt/cuda/$(get_libdir) -lcublas" + --with-cublas-cflags="-I${EPREFIX}/opt/cuda/include" + ) + fi + + econf \ + --disable-static \ + --with-blas="${blas_libs}" \ + --with-lapack="${lapack_libs}" \ + $(use_with doc) \ + $(use_with modify) \ + $(use_with matrixops) \ + $(use_with partition) \ + $(use_with partition camd) \ + $(use_with lapack supernodal) \ + "${cudaconfargs[@]}" +} + +src_install() { + default + + # no static archives + find "${D}" -name '*.la' -delete || die +}