diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-16 11:33:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-16 11:33:31 +0000 |
commit | 08a95581bc4aee409c67c4538f0288bb458cf532 (patch) | |
tree | 149399d6f42bade5c0dae9402b1610b379c51cb4 | |
parent | c11ee149588e859e4da1a92b79f6359bde91c2ba (diff) |
automatic import of torchtextopeneuler23.09
-rw-r--r-- | torchtext.spec | 8 |
1 files changed, 1 insertions, 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 |