Package Details: julia-bin 1.10.2-1

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: 31
Popularity: 0.019809
First Submitted: 2018-10-31 20:23 (UTC)
Last Updated: 2024-03-03 21:59 (UTC)

Required by (20)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

mmtung commented on 2021-03-06 11:40 (UTC)

Hi! Can you please add support for the aarch64 architecture? The change is simple (and worked for me on a local installation): add 'aarch64' to the arch variable and modify the download link by replacing 'x86_64' for '${arch}' in the source variable. Thanks!

artstate commented on 2020-08-27 15:39 (UTC) (edited on 2020-08-27 15:41 (UTC) by artstate)

Update to 1.5.1:

Replace the corresponding lines in PKGBUILD:

pkgver=1.5.1

...

sha256sums=('f5d37cb7fe40e3a730f721da8f7be40310f133220220949939d8f892ce2e86e3')

crave commented on 2020-08-17 06:22 (UTC)

Updated to v1.5.0:

diff --git a/.SRCINFO b/.SRCINFO
index d02282a..2bc26da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = julia-bin
    pkgdesc = High-level, high-performance, dynamic programming language - official binaries
-   pkgver = 1.4.2
+   pkgver = 1.5.0
    pkgrel = 1
    url = https://julialang.org/
    arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = julia-bin
    provides = julia
    conflicts = julia
    options = !strip
-   source = https://julialang-s3.julialang.org/bin/linux/x64/1.4/julia-1.4.2-linux-x86_64.tar.gz
-   sha256sums = d77311be23260710e89700d0b1113eecf421d6cf31a9cebad3f6bdd606165c28
+   source = https://julialang-s3.julialang.org/bin/linux/x64/1.5/julia-1.5.0-linux-x86_64.tar.gz
+   sha256sums = be7af676f8474afce098861275d28a0eb8a4ece3f83a11027e3554dcdecddb91

 pkgname = julia-bin

diff --git a/PKGBUILD b/PKGBUILD
index 53436a9..69eeb34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 pkgname=julia-bin
-pkgver=1.4.2
+pkgver=1.5.0
 pkgrel=1
 arch=('x86_64')
 pkgdesc='High-level, high-performance, dynamic programming language - official binaries'
@@ -8,7 +8,7 @@ conflicts=(julia)
 url='https://julialang.org/'
 license=('MIT')
 source=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:3}/julia-${pkgver}-linux-x86_64.tar.gz")
-sha256sums=('d77311be23260710e89700d0b1113eecf421d6cf31a9cebad3f6bdd606165c28')
+sha256sums=('be7af676f8474afce098861275d28a0eb8a4ece3f83a11027e3554dcdecddb91')
 options=(!strip)

 package() {

microe commented on 2020-06-05 22:37 (UTC) (edited on 2020-06-05 22:44 (UTC) by microe)

I recently received a pinebook pro and have been hacking away at it. I wanted to run julia and found that the AUR of julia-bin did not support aarch64. The julialang.org site has a binary for it, so I made this patch to allow for an aarch64 version of the package: https://github.com/microe/aur-julia-bin/tree/patch-for-aarch64

The specific commit: https://github.com/microe/aur-julia-bin/commit/b0b79edc8bf7355fb8770c4773bfbc230727d421

cmcaine commented on 2019-12-31 08:53 (UTC)

My PR to upstream Julia landed in 1.3.1, so it shouldn't be necessary to remove the icon theme cache (because it should be absent) once the version is bumped.

Phelipe commented on 2019-12-11 17:38 (UTC)

Any news about 1.3?

cmcaine commented on 2019-11-28 22:05 (UTC) (edited on 2019-11-28 22:05 (UTC) by cmcaine)

Diff for 1.3.0, also removes icon cache

diff --git a/PKGBUILD b/PKGBUILD
index 0863342..ae6efbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=julia-bin
-pkgver=1.2.0
-pkgrel=1
+pkgver=1.3.0
+pkgrel=0
 arch=('x86_64')
 pkgdesc='High-level, high-performance, dynamic programming language - official binaries'
 provides=(julia)
@@ -8,12 +8,13 @@ conflicts=(julia)
 url='https://julialang.org/'
 license=('MIT')
 source=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:3}/julia-${pkgver}-linux-x86_64.tar.gz")
-sha256sums=('926ced5dec5d726ed0d2919e849ff084a320882fb67ab048385849f9483afc47')
+sha256sums=('9ec9e8076f65bef9ba1fb3c58037743c5abb3b53d845b827e44a37e7bcacffe8')
 options=(!strip)

 package() {
   mkdir -p ${pkgdir}/usr/share/licenses/julia
   cp -r julia-${pkgver}/{bin,etc,include,lib,share} ${pkgdir}/usr/
+  rm ${pkgdir}/share/icons/hicolor/icon-theme.cache
   install -Dm644 julia-${pkgver}/LICENSE.md \
       ${pkgdir}/usr/share/licenses/julia/LICENSE.md
 }

PythonNut commented on 2019-09-26 02:24 (UTC)

I think an unwanted file sneaked into the build result:

error: failed to commit transaction (conflicting files)
julia-bin: /usr/share/icons/hicolor/icon-theme.cache exists in filesystem