Search Criteria
Package Details: elan-lean 3.1.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/elan-lean.git (read-only, click to copy) |
---|---|
Package Base: | elan-lean |
Description: | A Lean version manager |
Upstream URL: | https://github.com/leanprover/elan |
Licenses: | MIT, Apache |
Conflicts: | lean-bin, lean-community, lean-git, lean4 |
Provides: | lean-community, lean4 |
Submitter: | xuanruiqi |
Maintainer: | xuanruiqi |
Last Packager: | xuanruiqi |
Votes: | 7 |
Popularity: | 0.36 |
First Submitted: | 2021-01-30 07:36 (UTC) |
Last Updated: | 2024-07-31 03:00 (UTC) |
Dependencies (3)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- xz (xz-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
Required by (2)
- lean-game-maker-git (requires lean-community)
- python-mathlibtools (requires lean-community) (optional)
Latest Comments
1 2 Next › Last »
vEnhance commented on 2024-07-30 19:01 (UTC)
Ah. I was able to fix it by adding
cargo update -p time
right before the build.vEnhance commented on 2024-07-30 18:55 (UTC) (edited on 2024-07-30 18:56 (UTC) by vEnhance)
I wasn't able to compile this package even in a clean chroot (
pkgctl build
).Tried to tinker around with the PKGBUILD to see if there's a way to fix it, but I've never used Rust before, so I couldn't figure out what to change. It does seem to be the error in https://users.rust-lang.org/t/time-crate-compilation-error/111789 though.
Qumeric commented on 2024-07-26 13:05 (UTC)
I had a rust related issue (error[E0635]: unknown feature
proc_macro_span_shrink
) while building initially. Switching from nightly to stable rust toolchain (via rustup) helped.Mapleleaf commented on 2023-07-03 07:08 (UTC) (edited on 2023-07-03 07:09 (UTC) by Mapleleaf)
I had some trouble using Lean after installing this package, and the Lean community suggested to add "lake" to the list of binaries to be linked, in the PKGBUILD:
champignoom commented on 2023-01-08 10:49 (UTC)
It would be nice to have the package officially supported on ARM. There seems already to be no problem building it on android/termux/arch.
xuanruiqi commented on 2022-12-01 11:35 (UTC)
That is any strange, and I can't reproduce this bug by any means. Did you try
elan toolchain install stable
?facet commented on 2022-11-28 05:16 (UTC)
I cannot set a default toolchain because I cannot install one, every
elan install
return "binary package was not provided for 'linux'". I don't read upstram docs very carefully, but the same command works for the official version.xuanruiqi commented on 2022-11-27 14:52 (UTC)
Is there an error message? Did you set the default toolchain? Also, did you consult the upstream docs?
facet commented on 2022-11-26 06:16 (UTC)
Of course, I would like to place packages where they should be, I just have no idea how to use it to install a toolchain. As
does not work for me, am I missing something?
1 2 Next › Last »