From bae5314033e72b302536a1ec26bffdaccc26f718 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 27 Jan 2024 03:53:56 +0000 Subject: automatic import of pytorch3d --- pytorch3d.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'pytorch3d.spec') 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 - 2.0.1-2 -- cgit v1.2.3