mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
sci-libs/hipSPARSE: Fix install path
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
@@ -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!
|
||||
Reference in New Issue
Block a user