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 57536158030 for ; Thu, 2 Mar 2023 16:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 420F9E07D4; Thu, 2 Mar 2023 16:30:10 +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 1C0E7E07D4 for ; Thu, 2 Mar 2023 16:30:10 +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 D36513407E0 for ; Thu, 2 Mar 2023 16:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48D688C9 for ; Thu, 2 Mar 2023 16:30:07 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1677774604.41d6545cb4d18f6fe517cdfdf29968dc04aeae4b.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hipSPARSE/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild sci-libs/hipSPARSE/hipSPARSE-5.1.3.ebuild X-VCS-Directories: sci-libs/hipSPARSE/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 41d6545cb4d18f6fe517cdfdf29968dc04aeae4b X-VCS-Branch: master Date: Thu, 2 Mar 2023 16:30:07 +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: 72a4aba2-b3e6-4784-bfac-6f973e884dcf X-Archives-Hash: 28bf9fb89ad7d9d64593153f8623e319 commit: 41d6545cb4d18f6fe517cdfdf29968dc04aeae4b Author: Patrick Lauer gentoo org> AuthorDate: Thu Mar 2 16:29:27 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Thu Mar 2 16:30:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d6545c sci-libs/hipSPARSE: Fix install path Signed-off-by: Patrick Lauer gentoo.org> .../hipSPARSE/{hipSPARSE-5.1.3.ebuild => hipSPARSE-5.1.3-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/hipSPARSE/hipSPARSE-5.1.3.ebuild b/sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild similarity index 95% rename from sci-libs/hipSPARSE/hipSPARSE-5.1.3.ebuild rename to sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild index d6354b8d77be..21030abf26a0 100644 --- a/sci-libs/hipSPARSE/hipSPARSE-5.1.3.ebuild +++ b/sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -64,6 +64,9 @@ src_prepare() { # remove GIT dependency sed -e "/find_package(Git/d" -i cmake/Dependencies.cmake || die + # Fix install path + sed -i -e "s.set(CMAKE_INSTALL_LIBDIR.#set(CMAKE_INSTALL_LIBDIR." CMakeLists.txt || die + if use test; then mkdir -p "${BUILD_DIR}"/clients/matrices # compile and use the mtx2bin converter. Do not use any optimization flags!