Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hipSPARSE/
Date: Thu, 02 Mar 2023 16:30:11
Message-Id: 1677774604.41d6545cb4d18f6fe517cdfdf29968dc04aeae4b.patrick@gentoo
1 commit: 41d6545cb4d18f6fe517cdfdf29968dc04aeae4b
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 16:29:27 2023 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 16:30:04 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d6545c
7
8 sci-libs/hipSPARSE: Fix install path
9
10 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
11
12 .../hipSPARSE/{hipSPARSE-5.1.3.ebuild => hipSPARSE-5.1.3-r1.ebuild} | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-libs/hipSPARSE/hipSPARSE-5.1.3.ebuild b/sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild
16 similarity index 95%
17 rename from sci-libs/hipSPARSE/hipSPARSE-5.1.3.ebuild
18 rename to sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild
19 index d6354b8d77be..21030abf26a0 100644
20 --- a/sci-libs/hipSPARSE/hipSPARSE-5.1.3.ebuild
21 +++ b/sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 +# Copyright 1999-2023 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -64,6 +64,9 @@ src_prepare() {
29 # remove GIT dependency
30 sed -e "/find_package(Git/d" -i cmake/Dependencies.cmake || die
31
32 + # Fix install path
33 + sed -i -e "s.set(CMAKE_INSTALL_LIBDIR.#set(CMAKE_INSTALL_LIBDIR." CMakeLists.txt || die
34 +
35 if use test; then
36 mkdir -p "${BUILD_DIR}"/clients/matrices
37 # compile and use the mtx2bin converter. Do not use any optimization flags!