Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 866760 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]
latest patch
caffe2-pytorch-hprefixify.patch (text/plain), 2.13 KB, created by
ZongyuZ
on 2023-08-01 05:51:19 UTC
(
hide
)
Description:
latest patch
Filename:
MIME Type:
Creator:
ZongyuZ
Created:
2023-08-01 05:51:19 UTC
Size:
2.13 KB
patch
obsolete
>--- gentoo/sci-libs/caffe2/caffe2-2.0.1-r2.ebuild 2023-08-01 23:38:04.642091108 +0000 >+++ localrepo/sci-libs/caffe2/caffe2-2.0.1-r3.ebuild 2023-08-01 23:50:19.066092564 +0000 >@@ -99,30 +99,18 @@ > 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 >+ aten/CMakeLists.txt \ >+ caffe2/CMakeLists.txt \ >+ cmake/Metal.cmake \ >+ cmake/Modules/*.cmake \ >+ cmake/Modules_CUDA_fix/FindCUDNN.cmake \ >+ cmake/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake \ >+ cmake/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake \ >+ cmake/public/LoadHIP.cmake \ >+ cmake/public/cuda.cmake \ >+ cmake/Dependencies.cmake \ >+ torch/CMakeLists.txt \ >+ CMakeLists.txt > } > > src_configure() { >--- gentoo/sci-libs/pytorch/pytorch-2.0.1.ebuild 2023-05-14 08:10:31.000000000 +0000 >+++ localrepo/sci-libs/pytorch/pytorch-2.0.1.ebuild 2023-07-30 08:16:59.653522025 +0000 >@@ -7,7 +7,7 @@ > PYTHON_COMPAT=( python3_{9..11} ) > DISTUTILS_SINGLE_IMPL=1 > DISTUTILS_EXT=1 >-inherit distutils-r1 >+inherit distutils-r1 prefix > > DESCRIPTION="Tensors and Dynamic neural networks in Python" > HOMEPAGE="https://pytorch.org/" >@@ -49,6 +49,8 @@ > tools/setup_helpers/env.py \ > || die > distutils-r1_src_prepare >+ >+ hprefixify tools/setup_helpers/env.py > } > > src_compile() {
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