diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-14 05:13:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-14 05:13:49 +0000 |
commit | a55593f65cbfeea105477db3c4739b285d4a52c2 (patch) | |
tree | 9a4e5ff61db3803fe6adc9c8efa8e919fb8a50a0 | |
parent | 0e1f20402612f8835b622c7e9dd5973a6d27a80d (diff) |
automatic import of python-pytorch3d
-rw-r--r-- | python-pytorch3d.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-pytorch3d.spec b/python-pytorch3d.spec index b49f9b1..b43cf87 100644 --- a/python-pytorch3d.spec +++ b/python-pytorch3d.spec @@ -15,7 +15,8 @@ URL: https://github.com/facebookresearch/pytorch3d Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/pytorch3d-%{version}.tar.gz BuildRequires: cmake -BuildRequires: ninja-build +# BuildRequires: ninja-build # 很奇怪,使用ninja会卡住 +BuildRequires: make BuildRequires: g++ BuildRequires: python3-devel @@ -45,7 +46,6 @@ Summary: %{pkg_summary} %autosetup -p1 -n %{pypi_name}-%{pypi_version} %build -export MAX_JOBS=4 %pyproject_build %install |