From 08a95581bc4aee409c67c4538f0288bb458cf532 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 11:33:31 +0000 Subject: automatic import of torchtext --- torchtext.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/torchtext.spec b/torchtext.spec index b2be746..180e56b 100644 --- a/torchtext.spec +++ b/torchtext.spec @@ -33,7 +33,7 @@ BuildRequires: ninja-build # manual add third party lib BuildRequires: re2-devel -BuildRequires: sentencepiece-devel +# BuildRequires: sentencepiece-devel BuildRequires: utf8proc-devel BuildRequires: double-conversion-devel @@ -66,12 +66,6 @@ Summary: %{pkg_summary} # the name here should match the name of tar.gz file %prep %autosetup -p1 -n text-%{version} -tar -xvf %{_sourcedir}/re2-2024-04-1.tar.gz -C text-%{version}/third_party -tar -xvf %{_sourcedir}/sentencepiece-0.2.0.tar.gz -C text-%{version}/third_party -tar -xvf %{_sourcedir}/utf8proc-2.9.0.tar.gz -C text-%{version}/third_party -tar -xvf %{_sourcedir}/double-conversion-3.3.0.tar.gz -C text-%{version}/third_party -cd text-%{version} -ls -lh %build %pyproject_build -- cgit v1.2.3