Search Criteria
Package Details: parallel-rust 0.11.3-2
Git Clone URL: | https://aur.archlinux.org/parallel-rust.git (read-only, click to copy) |
---|---|
Package Base: | parallel-rust |
Description: | Inspired by GNU Parallel, a command-line CPU load balancer written in Rust. |
Upstream URL: | https://github.com/mmstick/parallel |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Flat |
Maintainer: | Flat |
Last Packager: | Flat |
Votes: | 9 |
Popularity: | 0.61 |
First Submitted: | 2016-08-27 21:04 |
Last Updated: | 2017-12-17 21:50 |
Dependencies (3)
- musl (musl-git) (make)
- rustup (rustup-git) (make)
- dash (dash-git, dash-static-musl) (optional) – increased performance over sh
Required by (35)
- adapta-black-breath-theme (requires parallel) (make)
- adapta-black-maia-theme (requires parallel) (make)
- adapta-breath-theme (requires parallel) (make)
- adapta-gtk-theme-3.94 (requires parallel) (make)
- adapta-gtk-theme-git (requires parallel) (make)
- adapta-gtk-theme-legacy-git (requires parallel) (make)
- adapta-gtk-theme-wal (requires parallel) (make)
- adapta-maia-theme (requires parallel) (make)
- brutha-git (requires parallel) (optional)
- bwp (requires parallel) (optional)
- compcert (requires parallel) (check)
- compcert-git (requires parallel) (check)
- enroot (requires parallel)
- enroot-git (requires parallel)
- gw2-tools (requires parallel)
- monetcours (requires parallel)
- mts-utils (requires parallel) (make)
- nadeshiko (requires parallel) (optional)
- notmuch-deduplicate-git (requires parallel)
- oomox (requires parallel)
- ostree-git (requires parallel) (check)
- pf_ring-userland-git (requires parallel) (make)
- plata-theme (requires parallel) (make)
- plata-theme-gnome (requires parallel) (make)
- plata-theme-gs330 (requires parallel) (make)
- plata-theme-osd-match (requires parallel) (make)
- plata-theme-slim (requires parallel) (make)
- pocillo-gtk-theme-git (requires parallel) (make)
- pop-gtk-theme-git (requires parallel) (make)
- rebuild-detector (requires parallel)
- stellar-core-git (requires parallel) (make)
- svgtools (requires parallel) (optional)
- themix-theme-materia-git (requires parallel)
- ttf-nerd-fonts-input (requires parallel) (make)
- zapply-git (requires parallel) (optional)
Latest Comments
Flat commented on 2017-12-17 21:53
Thanks for the input - the PKGBUILD has been updated.
myrrlyn commented on 2017-12-16 23:45
Instead of setting user's default toolchain to nightly, I recommend using
rustup override set nightly
which will set the active toolchain to nightly in the build directory without affecting the rest of the system.Flat commented on 2017-01-01 07:45
Thank you anatolik. For some reason I missed rustup being in the repositories. the PKGBUILD now uses rustup as a dependency instead of downloading and running a script.
anatolik commented on 2017-01-01 07:16
Instead of downloading a rustup bootstrup script and running it every build (unsafe and time-consuming) I suggest to use system packages 'rustup' and 'cargo'.
Flat commented on 2017-01-01 05:53
The package build now automatically sets up rust to target musl using rust-nightly in the package srcdir. This should keep your home directory clear of any changes from this package and reduces the dependencies on other aur packages to build this. Please comment with any questions or concerns about this build.
Flat commented on 2016-12-23 22:51
It's recommended by upstream to target *-unknown-linux-musl when compiling parallel to reduce memory usage and increase performance, however no aur package currently provides this target for rust.
Libbum commented on 2016-11-15 16:54
Oh yes, so it does. My bad.
Flat commented on 2016-11-15 15:07
rust-nightly-bin provides rust-nightly and cargo-nightly
Libbum commented on 2016-11-15 14:30
`cargo-nightly` doesn't seem to exist anymore as an AUR package. Can this dependency be changed to the AUR `cargo-bin` or `cargo` in community?