Search Criteria
Package Details: julia-aarch64-git 1.7.0.DEV.r49718.ge2ad3731681-1.1
Git Clone URL: | https://aur.archlinux.org/julia-aarch64-git.git (read-only, click to copy) |
---|---|
Package Base: | julia-aarch64-git |
Description: | High-level, high-performance, dynamic programming language |
Upstream URL: | https://julialang.org/ |
Licenses: | MIT |
Conflicts: | julia |
Provides: | julia |
Submitter: | phkr |
Maintainer: | phkr |
Last Packager: | phkr |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-13 16:40 (UTC) |
Last Updated: | 2021-06-08 05:44 (UTC) |
Dependencies (28)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2)
- desktop-file-utils (desktop-file-utils-git)
- fftw (fftw-amd)
- gtk-update-icon-cache (gtk3-git, gtk-update-icon-cache-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libgit2 (libgit2-git)
- libssh2 (libssh2-git)
- libunwind (libunwind-git, libunwind-carbon)
- libutf8proc (libutf8proc-git)
- llvm (llvm8, llvm-git, llvm-minimal-git)
- llvm-libs (llvm-libs-git)
- mbedtls (mbedtls-git, aur-mbedtls, l8w8jwt-git, nanomq-full-git)
- mpfr (mpfr-git)
- openlibm (openlibm-git)
- p7zip (p7zip-natspec, 7-zip-full)
- patchelf
- pcre2 (pcre2-svn, pcre2-git)
- suitesparse
- 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)
- Show 8 more dependencies...
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
MarsSeed commented on 2023-06-15 12:49 (UTC)
TLDR; Please remove optdepends
openblas-lapack
: it is x86_64 only, and anyway will be deleted.The AUR package openblas-lapack is superseded by new Arch repo package blas-openblas (announced on June 14).
If needed, a new AARCH64
blas-openblas
package should be uploaded, ideally to the official Arch Linux ARM repos.phkr commented on 2021-07-16 07:46 (UTC)
It can be caused by different gcc versions used. I use 11.1.0 from armtix and this package builds successfully on Firefly RK3399 and Odroid N2. Most likely different gcc version needs some different compiler flags
Brettmahar commented on 2021-07-15 22:58 (UTC)
This still does not build on Pinebook Pro. FYI for anyone with this issue, the prebuilt binaries for Linux aarch64 work fine - available at https://julialang.org/downloads/ and https://julialang.org/downloads/nightlies/
phkr commented on 2021-06-08 05:45 (UTC)
I forgot to update the patch itself, should be fixed now
Feakster commented on 2021-06-07 20:14 (UTC)
Did you forget to update the package checksums?
make-install-no-build.patch
fails the validity check.Feakster commented on 2020-10-11 09:29 (UTC) (edited on 2020-10-11 09:35 (UTC) by Feakster)
I've seen the test errors you're referring to. I wasn't sure if the problems were related to the
USE_SYSTEM_LLVM:=1
flag inMake.user
. I tried following the ARM build instructions on the Julia GitHub page, but with the addition of yourMake.user
file. It failed at first. I commented out theUSE_SYSTEM_LLVM:=1
line, and it seems to still be building at the moment.I'm not sure how much of a difference it makes, but I note that thejulia-git
AUR package has the followingMake.user
file:phkr commented on 2020-10-11 09:26 (UTC)
If the issue you have encounter is related to ccalltest, i solve it on my local machine by adding explicit type conversion at the lines it complains to. It doesn't seem to affect resulting package but maybe i didn't test enough. Someone needs to create an issue in their github repo (maybe i'll do it in the nearest future). If you have encountered other issue, could you show your messages?
Feakster commented on 2020-10-11 08:53 (UTC)
I'm getting a build failure when trying to install this package on a Pinebook Pro.