Search Criteria
Package Details: julia-git-docs 1.8.0.DEV.r51125.g1db8b8f1607-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/julia-git.git (read-only, click to copy) |
---|---|
Package Base: | julia-git |
Description: | Documentation and examples for Julia |
Upstream URL: | https://julialang.org/ |
Licenses: | MIT |
Conflicts: | julia-docs, julia-git-doc |
Provides: | julia-docs |
Submitter: | mihi |
Maintainer: | TrialnError (fusion809, mar) |
Last Packager: | mar |
Votes: | 53 |
Popularity: | 0.000005 |
First Submitted: | 2012-02-22 08:57 (UTC) |
Last Updated: | 2022-01-22 22:49 (UTC) |
Dependencies (7)
- julia (julia-mkl-git, julia-nightly-bin, julia-aarch64-git, julia-git, julia-bin, juliaup, julia-beta-bin)
- cmake (cmake-git) (make)
- gcc-fortran (gccrs-fortran-git, gcc-fortran-git) (make)
- gcc-libs (gccrs-libs-git, gcc-libs-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- patchelf (make)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312) (make)
Latest Comments
1 2 3 4 5 6 .. 21 Next › Last »
Brettmahar commented on 2021-07-15 23:03 (UTC)
Julia is not simple to compile, the language is nice but build failures are not rare, eg https://github.com/JuliaLang/julia/issues/40585
FYI for anyone with this issue, the prebuilt binaries for Linux x86 and aarch64 work fine - available at https://julialang.org/downloads/ and https://julialang.org/downloads/nightlies/
Volker_Weissmann commented on 2021-06-08 23:47 (UTC)
I can confirm this build error:
gustaphe commented on 2021-06-08 06:28 (UTC)
I get a build error:
sh4kesbeer commented on 2020-12-31 09:04 (UTC)
There seems to be a dependency on 7z, as the build is failing with following error for me:
Volker_Weissmann commented on 2020-12-25 21:15 (UTC)
Without the patch below, build+installation fails on my machine because the stringreplace binary was not found.
PedroHLC commented on 2020-10-22 13:42 (UTC)
Building form a clean chroot, it failed with:
TrialnError commented on 2020-06-22 19:39 (UTC)
@fusion809: Every little thing helps. Thank you for your offer :) I will add you as a co-maintainer.
fusion809 commented on 2020-06-21 14:27 (UTC)
@TrialInError I'd be happy to be a co-maintainer. Although, I will admit, I too have my limits in what I can fix. But I can at least fix the odd little things I know how to fix.
fusion809 commented on 2020-06-21 14:25 (UTC)
Build currently fails as docs aren't built but package_julia-git-docs() tries to install them anyway. To fix this, replace lines 68 to 70 of the PKGBUILD with:
make
.dlin commented on 2020-03-20 02:02 (UTC)
Could you change to source from git to https to let firewall happier? That's
source=(git+https://github.com/JuliaLang/julia
1 2 3 4 5 6 .. 21 Next › Last »