diff options
-rw-r--r-- | sentencepiece.spec | 12 |
1 files 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 |