Search Criteria
Package Details: julia-git 1.11.0.r56788.g501a4f25c2b-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: | TrialnError |
Votes: | 54 |
Popularity: | 0.33 |
First Submitted: | 2012-02-22 08:57 (UTC) |
Last Updated: | 2024-10-12 19:47 (UTC) |
Dependencies (21)
- blas64-openblas
- fftw (fftw-amdAUR)
- libblastrampoline
- libgit2 (libgit2-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libutf8proc (libutf8proc-gitAUR)
- lld (llvm-rocm-gitAUR, llvm-gitAUR)
- llvm-julia-libs
- mbedtls2
- openlibm (openlibm-gitAUR)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR)
- pcre2 (pcre2-gitAUR)
- suitesparse
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libwhich (make)
- llvm-julia (make)
- patchelf (patchelf-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- gnuplot (gnuplot4AUR, gnuplot-gitAUR, gnuplot-noguiAUR, gnuplot-headlessAUR) (optional) – If using the Gaston Package from julia
Required by (19)
- cantor-git (requires julia) (make)
- cantor-git (requires julia) (optional)
- gmsh (requires julia) (optional)
- gmsh-bin (requires julia) (optional)
- gmsh-git (requires julia) (optional)
- helix-ext (requires julia) (optional)
- julia-loadpath (requires julia) (optional)
- libcurl-julia-bin (requires julia)
- 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)
- vim-julia-git (requires julia) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 21 Next › Last »
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
TrialnError commented on 2019-05-22 22:01 (UTC)
Since a while I haven't done anything with Julia. And since this time the updates and adjustment on this PKGBUILD got sparse. Patches for example couldn't be applied anymore. So anyone who wants to be added as a Comaintainer or even maintain it fully?
fusion809 commented on 2018-12-19 17:00 (UTC) (edited on 2018-12-19 17:00 (UTC) by fusion809)
Build failed for me, with the error:
make[2]: Leaving directory '/data/AUR/julia-git/src/julia/src/flisp' FLISP src/julia_flisp.boot FLISP src/julia_flisp.boot.inc make[1]: Leaving directory '/data/AUR/julia-git/src/julia/src' make[1]: Entering directory '/data/AUR/julia-git/src/julia/src' CC src/jltypes.o In file included from /usr/include/libunwind-x86_64.h:129, from /usr/include/libunwind.h:25, from /data/AUR/julia-git/src/julia/src/julia_internal.h:619, from /data/AUR/julia-git/src/julia/src/jltypes.c:14: /data/AUR/julia-git/src/julia/src/julia_internal.h:623:35: error: floating constant in preprocessor expression (UNW_VERSION_MAJOR == 1 && UNW_VERSION_MINOR != 0 && UNW_VERSION_MINOR != 1)) ^~~~~~~~~~~~~~~~~ /data/AUR/julia-git/src/julia/src/julia_internal.h:623:61: error: floating constant in preprocessor expression (UNW_VERSION_MAJOR == 1 && UNW_VERSION_MINOR != 0 && UNW_VERSION_MINOR != 1)) ^~~~~~~~~~~~~~~~~ make[1]: [Makefile:131: jltypes.o] Error 1 make[1]: Leaving directory '/data/AUR/julia-git/src/julia/src' make: [Makefile:72: julia-src-release] Error 2 make: Leaving directory '/data/AUR/julia-git/src/julia' ==> ERROR: A failure occurred in build(). Aborting...
TrialnError commented on 2018-08-17 00:00 (UTC)
Did not forget about updating the PKGBUILD. But there are currently issues with some components, which causes failure in the build process. Need to identify those. And not really able to use system llvm isn't helping in the process
TrialnError commented on 2018-08-01 19:47 (UTC)
Thanks for the work. Will take a look at it. Although I can already tell, I won't include the removal of Make.user
alyst commented on 2018-07-25 19:52 (UTC)
I've updated the PKGBUILD to 0.7-beta2. It's in https://github.com/alyst/aur-julia-git, julia07 branch. @TrialnError Feel free to pick up the changes.
TrialnError commented on 2018-02-23 19:29 (UTC)
I followed the bug for the julia package from the repo where they discussed the llvm situation. I assumed, reading those comments, that the situation isn't that "dire" if building directly from master. But well. Apparently not. Will change the build options
robsmith11 commented on 2018-02-23 13:22 (UTC)
I got it to build by changing it to use the bundled LLVM and libm.
robsmith11 commented on 2018-02-22 12:19 (UTC)
Has anyone built this recently?
First I ran into https://github.com/JuliaLang/julia/issues/23615 which was easily solved.
But now I'm getting more errors:
« First ‹ Previous 1 2 3 4 5 6 7 .. 21 Next › Last »