summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-02-29 10:10:02 +0000
committerCoprDistGit <infra@openeuler.org>2024-02-29 10:10:02 +0000
commit2f7e13777aa6411856c22a93edbe28691493a77f (patch)
treedb389d41e1690b0d9c537659f14da7b3564330db
parent5290730c9967b8463ae90f22ea55bb0124e4a781 (diff)
automatic import of pytorch3D
-rw-r--r--pytorch3d.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/pytorch3d.spec b/pytorch3d.spec
index dbacf5c..61179d9 100644
--- a/pytorch3d.spec
+++ b/pytorch3d.spec
@@ -41,7 +41,7 @@ Provides: python3-pytorch3d-doc
This package contains development documents and examples for PyTorch3D. It provides comprehensive guides and examples to help users understand and utilize the features of PyTorch3D for 3D deep learning tasks.
%prep
-%autosetup -p1 -n %{name}-v%{version}
+%autosetup -p1 -n pytorch3d-0.7.6
%build
export CFLAGS+=" -Wno-error=maybe-uninitialized -Wno-error=uninitialized -Wno-error=restrict -fPIC"
@@ -73,7 +73,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu Feb 28 2024 Junjun Liu <172074482@qq.com> - 0.7.6-1
+* Wed Feb 28 2024 Junjun Liu <172074482@qq.com> - 0.7.6-1
- Initial RPM release of PyTorch3D version 0.7.6.
- Modified build and install process to accommodate non-pyproject environments.
- Updated documentation and examples installation in package section.