summaryrefslogtreecommitdiff
path: root/python-pytorch3d.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-pytorch3d.spec')
-rw-r--r--python-pytorch3d.spec4
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