Search Criteria
Package Details: julia-bin 1.12.6-0
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: | alhirzel (redponike) |
| Last Packager: | alhirzel |
| Votes: | 36 |
| Popularity: | 0.43 |
| First Submitted: | 2018-10-31 20:23 (UTC) |
| Last Updated: | 2026-05-10 08:51 (UTC) |
Dependencies (7)
- bash (bash-gitAUR, bash-devel-gitAUR)
- gmp (gmp-hgAUR)
- libnghttp2 (libnghttp2-gitAUR)
- libssh2 (libssh2-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR)
- python
Required by (21)
- 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)
- onelab (requires julia) (optional)
- python-einsteinpy_geodesics (requires julia)
- python-juliapkg (requires julia)
- Show 1 more...
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
aitzkora commented on 2025-02-04 13:37 (UTC)
Hi @porcaror, I have the same error, as a workaround you could launch
LD_PRELOAD="/usr/lib/libopenlibm.so" julia
to make it work. I will try to modify the runpath with patchelf. If it work I will share my solution
porcaror commented on 2025-02-03 17:15 (UTC)
Hi.
After upgrading to the new glibc 2.41+r2+g0a7c7a3e283a-1, when I lauch julia from a terminal I have the following error messages:
ERROR: Unable to load dependent library /usr/bin/../lib/julia/libopenlibm.so Message:/usr/bin/../lib/julia/libopenlibm.so: cannot enable executable stack as shared object requires: Invalid argument
and julia doesn't work. Please can you help me?
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.gzcorrect filename would be:
https://julialang-s3.julialang.org/bin/linux/aarch64/1.8/julia-1.8.3-linux-aarch64.tar.gzalhirzel 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: versionGLIBCXX_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/juliawhich are pointing tolibstdc++.so.6.0.29shipped 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.30forlibstdc++.so.6andlibstdc++.solinks.« First ‹ Previous 1 2 3 4 Next › Last »