Search Criteria
Package Details: whitebox-tools 2.2.0-1
Git Clone URL: | https://aur.archlinux.org/whitebox-tools.git (read-only, click to copy) |
---|---|
Package Base: | whitebox-tools |
Description: | WhiteboxTools is an advanced geospatial data analysis platform developed by Prof. John Lindsay |
Upstream URL: | https://www.whiteboxgeo.com/ |
Licenses: | MIT |
Submitter: | geosam |
Maintainer: | geosam |
Last Packager: | geosam |
Votes: | 3 |
Popularity: | 0.000966 |
First Submitted: | 2019-11-06 18:06 (UTC) |
Last Updated: | 2022-11-05 18:04 (UTC) |
Dependencies (2)
- python (python36, python32, python37, python39, python38, python310, python312)
- rust (rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
Latest Comments
giswqs commented on 2020-01-12 03:03 (UTC)
Compiling error:
Compiling statrs v0.9.0 error[E0502]: cannot borrow
*curr
as immutable becausecurr.right
is also borrowed as mutable --> /home/qiusheng/.cargo/registry/src/github.com-1ecc6299db9ec823/kdtree-0.6.0/src/kdtree.rs:457:20 | 457 | while !curr.is_leaf() { | ^^^^ immutable borrow occurs here ... 460 | candidate = curr.right.as_mut().unwrap(); | ---------- mutable borrow occurs here ... 483 | } | - mutable borrow ends here...
error: aborting due to 8 previous errors
Some errors occurred: E0499, E0502, E0506. For more information about an error, try
rustc --explain E0499
. error: Could not compilekdtree
. warning: build failed, waiting for other jobs to finish... error: failed to compilewhitebox_tools v1.1.0 (/var/tmp/pamac-build-qiusheng/whitebox-tools/src/whitebox-tools-1.1.0)
, intermediate artifacts can be found at/var/tmp/pamac-build-qiusheng/whitebox-tools/src/whitebox-tools-1.1.0/target