commit: 9e457ee5ed9d11f07e67cf5ce86a31e3af875593 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Jun 24 09:00:53 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Jun 24 09:00:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e457ee5
sci-ml/caffe2: use system nvtx Closes: https://bugs.gentoo.org/956486 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-ml/caffe2/caffe2-2.7.0-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-ml/caffe2/caffe2-2.7.0-r2.ebuild b/sci-ml/caffe2/caffe2-2.7.0-r2.ebuild index df43feb36474..297273b8e670 100644 --- a/sci-ml/caffe2/caffe2-2.7.0-r2.ebuild +++ b/sci-ml/caffe2/caffe2-2.7.0-r2.ebuild @@ -256,6 +256,7 @@ src_configure() { -DUSE_SYSTEM_FP16=ON -DUSE_SYSTEM_FXDIV=ON -DUSE_SYSTEM_GLOO=ON + -DUSE_SYSTEM_NVTX=ON -DUSE_SYSTEM_ONNX=ON -DUSE_SYSTEM_PSIMD=ON -DUSE_SYSTEM_PTHREADPOOL=ON
