Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 866699 Details for
Bug 911421
sci-libs/{caffe2,pytorch} on Gentoo Prefix: the cmake files needs prefixify
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
explicitly hprefixify the files
caffe2-2.0.1-r3-explicitly-hprefixify.patch (text/plain), 1.48 KB, created by
ZongyuZ
on 2023-07-31 03:03:20 UTC
(
hide
)
Description:
explicitly hprefixify the files
Filename:
MIME Type:
Creator:
ZongyuZ
Created:
2023-07-31 03:03:20 UTC
Size:
1.48 KB
patch
obsolete
>--- gentoo/sci-libs/caffe2/caffe2-2.0.1-r2.ebuild 2023-06-17 14:10:30.000000000 +0000 >+++ localrepo/sci-libs/caffe2/caffe2-2.0.1-r3.ebuild 2023-07-31 20:44:47.281782241 +0000 >@@ -4,7 +4,7 @@ > EAPI=8 > > PYTHON_COMPAT=( python3_{9..11} ) >-inherit python-single-r1 cmake cuda flag-o-matic >+inherit python-single-r1 cmake cuda flag-o-matic prefix > > MYPN=pytorch > MYP=${MYPN}-${PV} >@@ -97,6 +97,32 @@ > pushd torch/csrc/jit/serialization || die > flatc --cpp --gen-mutable --scoped-enums mobile_bytecode.fbs || die > popd >+ # prefixify the hardcoded paths, after all patches are applied >+ hprefixify \ >+ ./aten/src/ATen/test/CMakeLists.txt \ >+ ./aten/src/ATen/CMakeLists.txt \ >+ ./aten/CMakeLists.txt \ >+ ./caffe2/observers/CMakeLists.txt \ >+ ./caffe2/CMakeLists.txt \ >+ ./cmake/External/nccl.cmake \ >+ ./cmake/Metal.cmake \ >+ ./cmake/Modules/*.cmake \ >+ ./cmake/Modules_CUDA_fix/FindCUDNN.cmake \ >+ ./cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake \ >+ ./cmake/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake \ >+ ./cmake/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake \ >+ ./cmake/VulkanCodegen.cmake \ >+ ./cmake/public/LoadHIP.cmake \ >+ ./cmake/public/cuda.cmake \ >+ ./cmake/public/mkl.cmake \ >+ ./cmake/Dependencies.cmake \ >+ ./functorch/CMakeLists.txt \ >+ ./test/cpp/api/CMakeLists.txt \ >+ ./test/inductor/cpp/CMakeLists.txt \ >+ ./third_party/nvfuser/CMakeLists.txt \ >+ ./torch/lib/libshm/CMakeLists.txt \ >+ ./torch/CMakeLists.txt \ >+ ./CMakeLists.txt > } > > src_configure() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 911421
:
866561
|
866562
|
866563
|
866645
|
866699
|
866759
|
866760
|
866761