From 856595eea9fa84fd7743c663e4a499e14e1b4453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E6=BC=A0=E8=A1=8C=E8=88=9F?= Date: Tue, 20 Dec 2022 07:57:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20pytorch.spec.=20=E5=A2=9E=E5=8A=A0make?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=EF=BC=8C=E8=A7=A3=E5=86=B3=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E7=BC=96=E8=AF=91=E6=A3=80=E6=B5=8B=E4=B8=8D=E5=88=B0?= =?UTF-8?q?CMAKE=E7=BC=96=E8=AF=91=E7=A8=8B=E5=BA=8F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 大漠行舟 (cherry picked from commit cd4677114f28b582690b9374620f0e1c1a29ff36) --- pytorch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pytorch.spec b/pytorch.spec index b603bf8..56210b5 100644 --- a/pytorch.spec +++ b/pytorch.spec @@ -28,6 +28,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pyyaml BuildRequires: cmake +BuildRequires: make BuildRequires: python3-numpy %description -n python3-pytorch -- Gitee