mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
sci-ml/kineto: install ApproximateClock.h
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
10
sci-ml/kineto/files/kineto-0.4.0_p20250418-AppxClock.patch
Normal file
10
sci-ml/kineto/files/kineto-0.4.0_p20250418-AppxClock.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/libkineto_defs.bzl 2025-05-04 19:21:28.579198776 +0200
|
||||
+++ b/libkineto_defs.bzl 2025-05-04 19:22:03.007328119 +0200
|
||||
@@ -81,6 +81,7 @@
|
||||
"include/libkineto.h",
|
||||
"include/time_since_epoch.h",
|
||||
"include/output_base.h",
|
||||
+ "src/ApproximateClock.h",
|
||||
]
|
||||
|
||||
# kineto code should be updated to not have to
|
||||
@@ -32,8 +32,13 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.4.0-gcc13.patch
|
||||
"${FILESDIR}"/${P}-AppxClock.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLIBKINETO_THIRDPARTY_DIR="${EPREFIX}"/usr/include/
|
||||
Reference in New Issue
Block a user