<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno sab 28 set 2024 alle ore 19:01 Luveh Keraph <<a href="mailto:1.41421@gmail.com">1.41421@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">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.</div></blockquote><div><br></div><div>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</div><div><br></div><div>export PATH="/opt/rust/bin:$PATH"<br>if [ -z "$LD_LIBRARY_PATH" ]; then<br>  export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX"<br>else<br>  export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"<br>fi</div><div><br></div><div>Matteo <br></div></div></div>