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)

Required by (20)

Sources (3)

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 in Make.user. I tried following the ARM build instructions on the Julia GitHub page, but with the addition of your Make.user file. It failed at first. I commented out the USE_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 the julia-git AUR package has the following Make.user file:

prefix:=/usr
sysconfdir:=/etc
#MARCH=${CARCH/_/-}
USE_SYSTEM_LLVM:=0
USE_SYSTEM_LIBUNWIND:=1
USE_SYSTEM_PCRE:=1
USE_SYSTEM_LIBM:=0
USE_SYSTEM_OPENLIBM:=1
USE_SYSTEM_DSFMT:=0
USE_SYSTEM_BLAS:=1
USE_SYSTEM_LAPACK:=1
USE_SYSTEM_GMP:=1
USE_SYSTEM_MPFR:=1
USE_SYSTEM_SUITESPARSE:=1
USE_SYSTEM_LIBUV:=0
USE_SYSTEM_UTF8PROC:=1
USE_SYSTEM_MBEDTLS:=1
USE_SYSTEM_LIBSSH2:=1
USE_SYSTEM_CURL:=1
USE_SYSTEM_LIBGIT2:=1
USE_SYSTEM_PATCHELF:=1
USE_SYSTEM_ZLIB:=1
USE_SYSTEM_P7ZIP:=1

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.