diff options
Diffstat (limited to 'python/python3-grpcio/python3-grpcio.SlackBuild')
| -rw-r--r-- | python/python3-grpcio/python3-grpcio.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-grpcio/python3-grpcio.SlackBuild b/python/python3-grpcio/python3-grpcio.SlackBuild index 85b46d43b7..ed8152d0df 100644 --- a/python/python3-grpcio/python3-grpcio.SlackBuild +++ b/python/python3-grpcio/python3-grpcio.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-grpcio -VERSION=${VERSION:-1.68.2} +VERSION=${VERSION:-1.71.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -88,10 +88,10 @@ sed -r -i \ ln -s ../../../.. tools/distrib/python/grpcio_tools/grpc_root # Build python3-grcpio_tools -cd tools/distrib/python/grpcio_tools -GRPC_PYTHON_CFLAGS="-fno-wrapv -frtti $(pkg-config --cflags protobuf)" \ - GRPC_PYTHON_LDFLAGS="$(pkg-config --libs protobuf) -lprotoc" \ - python3 setup.py install --root=$PKG +#cd tools/distrib/python/grpcio_tools +#GRPC_PYTHON_CFLAGS="-fno-wrapv -frtti $(pkg-config --cflags protobuf)" \ +# GRPC_PYTHON_LDFLAGS="$(pkg-config --libs protobuf) -lprotoc" \ +# python3 setup.py install --root=$PKG cd $TMP/$SRCNAM-$VERSION find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
