diff options
Diffstat (limited to 'pytorch3d.spec')
-rw-r--r-- | pytorch3d.spec | 4 |
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. |