Package Details: parallel-rust 0.11.3-3

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: MIT
Conflicts: parallel
Submitter: Flat
Maintainer: Flat
Last Packager: Flat
Votes: 9
Popularity: 0.000000
First Submitted: 2016-08-27 21:04 (UTC)
Last Updated: 2024-01-07 20:16 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

Flat commented on 2024-01-07 21:55 (UTC)

File operations work fine. If you have an issue it is likely you are using the incorrect invocation or the file doesn't exist.

parallel echo '{} {1} {2}' :::: test.txt test.txt test.txt
teststring teststring teststring
teststring teststring teststring
teststring teststring teststring

As for being installed together with other packages that require or provide parallel, that isn't exactly relevant to this package. You aren't required to use the other packages with this.

MarsSeed commented on 2024-01-07 21:47 (UTC)

Broken: fails file related operations with "command error: I/O error: No such file or directory (os error 2)".

Also it cannot be installed together with devtools, or rebuild-detector, to mention the more important consumers of extra/parallel.

Flat commented on 2017-12-17 21:53 (UTC)

Thanks for the input - the PKGBUILD has been updated.

myrrlyn commented on 2017-12-16 23:45 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

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 (UTC) (edited on 2016-12-27 19:29 (UTC) by Flat)

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 (UTC)

Oh yes, so it does. My bad.

Flat commented on 2016-11-15 15:07 (UTC)

rust-nightly-bin provides rust-nightly and cargo-nightly