Search Criteria
Package Details: julia-bin 1.11.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/julia-bin.git (read-only, click to copy) |
---|---|
Package Base: | julia-bin |
Description: | High-level, high-performance, dynamic programming language - official binaries |
Upstream URL: | https://julialang.org/ |
Keywords: | julia language programming |
Licenses: | MIT |
Conflicts: | julia |
Provides: | julia |
Submitter: | swiftscythe |
Maintainer: | swiftscythe (alhirzel) |
Last Packager: | alhirzel |
Votes: | 33 |
Popularity: | 0.47 |
First Submitted: | 2018-10-31 20:23 (UTC) |
Last Updated: | 2024-10-26 03:48 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gmp (gmp-hgAUR)
- libnghttp2 (libnghttp2-gitAUR)
- libssh2 (libssh2-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
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
1 2 Next › Last »
vandalt commented on 2024-07-04 23:47 (UTC)
Hi! I had an issue with Wayland plotting with the GR backend. The upstream package added a fix, and it works with the juliaup package, but not with
julia-bin
. I don't know why that is the case, but wanted to mention it in case someone else faced this issue and/or had a solution.Thanks!
The upstream GR.jl issue: https://github.com/jheinen/GR.jl/issues/548
alhirzel commented on 2023-05-10 15:48 (UTC) (edited on 2023-05-10 15:49 (UTC) by alhirzel)
Updated the PKGBUILD - thanks @originalsouth! Is anyone able to confirm this works on aarch64 as well?
originalsouth commented on 2023-05-10 10:44 (UTC)
Update for julia-1.9.0
domschl commented on 2022-12-23 19:32 (UTC)
@alhirzel The aarch64 patch doesn't work, because the filename still has x86 references in it:
==> ERROR: Failure while downloading https://julialang-s3.julialang.org/bin/linux/aarch64/1.8/julia-1.8.3-linux-x86_64.tar.gz
correct filename would be:
https://julialang-s3.julialang.org/bin/linux/aarch64/1.8/julia-1.8.3-linux-aarch64.tar.gz
alhirzel commented on 2022-11-17 22:56 (UTC)
@crave and @mmtung, I think I just added aarch64 support using crave's technique. Could one of you confirm that this works? I don't have an aarch64 box handy ;)
kmiernik commented on 2022-10-31 09:39 (UTC) (edited on 2022-11-08 10:41 (UTC) by kmiernik)
The julia-bin 1.8.2-1 package fails when trying to plot 3D graph with GRUtils
libGL error: MESA-LOADER: failed to open iris: /usr/bin/../lib/julia/libstdc++.so.6: version
GLIBCXX_3.4.30' not found (required by /usr/lib/dri/iris_dri.so) (search paths /usr/lib/dri, suffix _dri)`This does not happen when I reverted to julia package from [community].
Edit: Problem with libGL error can be solved by changing symbolic links in
/usr/lib/julia
which are pointing tolibstdc++.so.6.0.29
shipped with julia-bin. They mismatch system glibc (currentlylibstdc++.so.6.0.30
). It is safe to change links to system/usr/lib/libstdc++.so.6.0.30
forlibstdc++.so.6
andlibstdc++.so
links.acxz commented on 2022-04-04 16:08 (UTC) (edited on 2022-04-04 17:12 (UTC) by acxz)
Built in clean chroot getting the following error when running
julia
:Interesting to note that
sudo julia
works.PythonNut commented on 2021-03-28 07:25 (UTC)
Does this depend on
p7zip
to use the package manager now?1 2 Next › Last »