# rustprogs/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package tries to rebuild a number of Rust libraries and pro- grams without accessing the Internet. It's able to do so because the associated source files have been down- loaded previously. To force actual as opposed to cached compiles, delete the following cache directory tree first: $PRODTREE/rustlocal/rusthome/sccache/ #--------------------------------------------------------------------- [buildtimes] # Build times for this package will vary dramatically as underlying # Rust packages are added and/or removed. ---------------------------------------------------------------------- [settings] defer = glibc64 configure = none exepack = no proddir = none purge = no unpack = none setpaths = rustc #--------------------------------------------------------------------- [depends] maturin polars-cli py-polars rustc rustlocal rustmore #--------------------------------------------------------------------- [build] export RUSTOFFLINE=true makelac rustlocal --force makelac rustmore --force makelac maturin --force makelac py-polars --force makelac polars-cli --force #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = n/a #--------------------------------------------------------------------- [history] 220910 Added package. Started with 220910. 240331 Updated to 240331 240728 Reworked package 241126 Support "py-polars" and "polars-cli"