Search Criteria
Package Details: evcxr_jupyter 0.8.0-1
Git Clone URL: | https://aur.archlinux.org/evcxr_jupyter.git (read-only, click to copy) |
---|---|
Package Base: | evcxr_jupyter |
Description: | A Jupyter Kernel for the Rust programming language. |
Upstream URL: | https://github.com/google/evcxr/tree/master/evcxr_jupyter |
Licenses: | |
Submitter: | Sanpi |
Maintainer: | Sanpi |
Last Packager: | Sanpi |
Votes: | 1 |
Popularity: | 0.97 |
First Submitted: | 2020-04-05 19:23 |
Last Updated: | 2021-01-22 09:44 |
Dependencies (4)
- jupyter-notebook
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- cmake (cmake-git) (make)
Latest Comments
rojo commented on 2021-02-27 18:24
This is awesome. Thank you Sanpi.
Sanpi commented on 2020-06-07 18:39
@ynakao Fixed, thank you!
ynakao commented on 2020-06-07 12:49
Does
cmake
need to be added as makedepends? In chroot environment, build fails while compilingzmq-sys
saying "iscmake
not installed?" in the error output below in detail. After I addedcmake
to PKGBUILD manually, installation succeeded.