Skip to content

Commit

Permalink
Julia for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Pär Axel Leonard Rosén committed Jun 30, 2021
1 parent abcd368 commit 3d91ae4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions easybuild/easyconfigs/j/Julia/Julia-1.6.0-linux-aarch64.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
##
# Author: Robert Mijakovic <[email protected]>
##
# Updated by: rungitta
easyblock = 'Tarball'

name = 'Julia'
version = '1.6.0'
versionsuffix = '-linux-aarch64'

homepage = 'https://julialang.org'
description = "Julia is a high-level, high-performance dynamic programming language for numerical computing"

toolchain = SYSTEM

source_urls = ['https://julialang-s3.julialang.org/bin/linux/aarch64/%(version_major_minor)s/']
sources = ['%(namelower)s-%(version)s%(versionsuffix)s.tar.gz']
checksums = ['0f496972d26cea88151204d03e6bd87702aa1ff983de3b1e4f320c48ef67325f']

sanity_check_paths = {
'files': ['bin/julia', 'include/julia/julia.h', 'lib/libjulia.so'],
'dirs': ['bin', 'etc', 'include', 'lib', 'share']
}

moduleclass = 'lang'

0 comments on commit 3d91ae4

Please sign in to comment.