summaryrefslogtreecommitdiff
path: root/pytorch3d.spec
diff options
context:
space:
mode:
Diffstat (limited to 'pytorch3d.spec')
-rw-r--r--pytorch3d.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/pytorch3d.spec b/pytorch3d.spec
index 88d30a7..fee9ac6 100644
--- a/pytorch3d.spec
+++ b/pytorch3d.spec
@@ -55,20 +55,18 @@ You can reuse your favorite Python packages such as NumPy, SciPy and Cython to e
%autosetup -p1 -n %{name}-%{version}
%build
-#%py3_build
-python3 setup.py build
+%py3_build
+#python3 setup.py build
%install
-#%py3_install
-python3 setup.py install
+%py3_install
+#python3 setup.py install
%files -n python3-pytorch3d
%doc *.md
%license LICENSE
%{python3_sitearch}/*
-%files help -f doclist.lst
-%{_docdir}/*
%changelog
* Thu Aug 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.0.1-2