system/hyperfine: Dependency changed to rust-opt.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gene Carlson 2024-09-22 03:47:50 +09:00 committed by Willy Sudiarto Raharjo
parent 6e80fd96ab
commit a3d046209e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hyperfine
VERSION=${VERSION:-1.18.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -140,11 +140,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
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
CARGO_HOME=.cargo \

View file

@ -321,6 +321,6 @@ MD5SUM="581b488eb77648afae055026e8e7b98a \
589309abba88dd6e8099a95640457f7d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16"
REQUIRES="rust-opt"
MAINTAINER="K. Eugene Carlson"
EMAIL="kvngncrlsn@gmail.com"