From 285952b7f02293588ae3222cdc504aed25312c03 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 06:55:18 +0000 Subject: automatic import of sentencepiece --- sentencepiece.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sentencepiece.spec b/sentencepiece.spec index d6b8f66..dec41a5 100644 --- a/sentencepiece.spec +++ b/sentencepiece.spec @@ -63,15 +63,15 @@ This package contains Python3 module file for SentencePiece. -DCMAKE_BUILD_TYPE=Release \ %cmake_build -pushd python -CFLAGS="-I../src" LDFLAGS="-L../%{_vpath_builddir}/src -lsentencepiece" PKG_CONFIG_PATH="../%{_vpath_builddir}" %py3_build -popd +# pushd python +# CFLAGS="-I../src" LDFLAGS="-L../%{_vpath_builddir}/src -lsentencepiece" PKG_CONFIG_PATH="../%{_vpath_builddir}" %py3_build +# popd %install %cmake_install -pushd python -%py3_install -popd +# pushd python +# %py3_install +# popd rm %{buildroot}%{_libdir}/libsentencepiece*.a -- cgit v1.2.3