Il giorno sab 28 set 2024 alle ore 19:01 Luveh Keraph <1.41...@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
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to