diff options
author | CoprDistGit <infra@openeuler.org> | 2024-01-27 03:53:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-01-27 03:53:56 +0000 |
commit | bae5314033e72b302536a1ec26bffdaccc26f718 (patch) | |
tree | 49effb30ff2a9e8c105bf8b6e7b34251a3915012 /pytorch3d.spec | |
parent | 1384d51092cf328732c3a37b434003789eb93773 (diff) |
automatic import of pytorch3d
Diffstat (limited to 'pytorch3d.spec')
-rw-r--r-- | pytorch3d.spec | 10 |
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 |