Search Criteria
Package Details: julia-git 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: | High-level, high-performance, dynamic programming language |
Upstream URL: | https://julialang.org/ |
Licenses: | MIT |
Conflicts: | julia |
Provides: | julia |
Submitter: | mihi |
Maintainer: | TrialnError (fusion809, mar) |
Last Packager: | fusion809 |
Votes: | 53 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-22 08:57 (UTC) |
Last Updated: | 2023-06-15 12:34 (UTC) |
Dependencies (18)
- desktop-file-utils (desktop-file-utils-git)
- gmp (gmp-hg)
- gtk-update-icon-cache (gtk3-git, gtk-update-icon-cache-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libutf8proc (libutf8proc-git)
- openlibm (openlibm-git)
- p7zip (p7zip-natspec, 7-zip-full)
- xdg-utils (busking-git, xdg-utils-slock, xdg-utils-lxqt, mimi, mimi-git, xdg-utils-handlr, opener, xdg-utils-betterlockscreen, xdg-utils-symlink-fix, xdg-utils-custom-open, mimejs-git, xdg-utils-mimeo)
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- cmake (cmake-git) (make)
- gcc-fortran (gccrs-fortran-git, gcc-fortran-git, gcc11-fortran) (make)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- patchelf (make)
- python (python36, python32, python37, python39, python38, python310, python312) (make)
- blas-openblas (optional) – multithreaded replacement for lapack
- fftw (fftw-amd) (optional) – If using the FFTW package from julia
- gnuplot (gnuplot-git, gnuplot-headless, gnuplot-nogui, gnuplot4) (optional) – If using the Gaston Package from julia
Required by (20)
- cantor-git (requires julia) (make)
- cantor-git (requires julia) (optional)
- gmsh (requires julia) (optional)
- gmsh-bin (requires julia) (optional)
- julia-aarch64-git-docs (requires julia)
- julia-git-docs (requires julia)
- julia-loadpath (requires julia) (optional)
- libcxxwrap-julia (requires julia)
- meep (requires julia)
- meep-python (requires julia)
- mlpack (requires julia) (optional)
- neovim-cmp-latex-symbols-git (requires julia) (make)
- neovim-sniprun (requires julia) (optional)
- nteract (requires julia) (optional)
- nteract-bin (requires julia) (optional)
- octave-hg (requires julia)
- python-einsteinpy_geodesics (requires julia)
- unblur (requires julia)
- vim-codi-git (requires julia) (optional)
- vim-julia-git (requires julia) (optional)
Latest Comments
1 2 3 4 5 6 .. 21 Next › Last »
MarsSeed commented on 2023-06-15 12:31 (UTC)
TLDR; Please change optdepends
openblas-lapack
toblas-openblas
.Please note that Arch announced on June 14 a new blas-openblas repo package.
The earlier AUR package openblas-lapack is the same, therefore it will have to be deleted.
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
.1 2 3 4 5 6 .. 21 Next › Last »