From 645e8ebab1b1bb474a7d6b47b66b120ceca54837 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 14 Apr 2024 08:30:31 +0000 Subject: automatic import of python-torchdata --- python-torchdata.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-torchdata.spec b/python-torchdata.spec index 16a6735..5b3051e 100644 --- a/python-torchdata.spec +++ b/python-torchdata.spec @@ -29,6 +29,7 @@ BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling +BuildRequires: python3-numpy BuildRequires: python3-pytorch >= 2.1.2 %description @@ -44,10 +45,10 @@ Summary: %{pkg_summary} %autosetup -p1 -n data-%{pypi_version} # unzip and move to third_party/aws-sdk-cpp unzip -q %{SOURCE1} -mv aws-sdk-cpp* third_party/aws-sdk-cpp +mv aws-sdk-cpp*/* third_party/aws-sdk-cpp/ # unzip and move to third_party/pybind11 unzip -q %{SOURCE2} -mv pybind11* third_party/pybind11 +mv pybind11*/* third_party/pybind11/ %build %pyproject_build -- cgit v1.2.3