[Slackbuilds-users] Updates - 20240928.1

Matteo Bernardini matteo.bernardini at gmail.com
Sat Sep 28 17:25:22 UTC 2024


Il giorno sab 28 set 2024 alle ore 19:01 Luveh Keraph <1.41421 at gmail.com>
ha scritto:

> A number of updates (cryptography, hyperfine, python3-maturin, maybe
> others) require more recent versions of Rust than the latest official one
> (1.60) in Slackware 15.0. There are newer versions of Rust under testing
> though.
>

yes, and that's why they depend on rust-opt (still available on SBo), a
newer rust installed in /opt, and they have this bit in the SlackBuild that
let them use it

export PATH="/opt/rust/bin:$PATH"
if [ -z "$LD_LIBRARY_PATH" ]; then
  export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX"
else
  export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
fi

Matteo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20240928/cb7a97d2/attachment.htm>


More information about the SlackBuilds-users mailing list