mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-orjson: python3-maturin dependency changed to rust-opt.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0bc9b941b1
commit
5d0c409b00
1 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=python3-orjson
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-3.10.7}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -85,11 +85,11 @@ find -L . \
|
|||
# NOTE: this doesn't appear to be needed in this case but I'm adding it
|
||||
export CARGO_NET_OFFLINE=true
|
||||
|
||||
export PATH="/opt/rust16/bin:$PATH"
|
||||
export PATH="/opt/rust/bin:$PATH"
|
||||
if [ -z "$LD_LIBRARY_PATH" ]; then
|
||||
export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX"
|
||||
export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX"
|
||||
else
|
||||
export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
|
||||
export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
|
||||
fi
|
||||
|
||||
python3 -m build --no-isolation
|
||||
|
|
Loading…
Reference in a new issue