mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
25 lines
693 B
Plaintext
25 lines
693 B
Plaintext
# IT4Innovations
|
|
# LK 2022
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'Julia'
|
|
version = '1.8.3'
|
|
versionsuffix = '-linux-x86_64'
|
|
|
|
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/x64/%(version_major_minor)s/']
|
|
sources = ['%(namelower)s-%(version)s%(versionsuffix)s.tar.gz']
|
|
checksums = ['33c3b09356ffaa25d3331c3646b1f2d4b09944e8f93fcb994957801b8bbf58a9']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/julia', 'include/julia/julia.h', 'lib/libjulia.so'],
|
|
'dirs': ['bin', 'etc', 'include', 'lib', 'share']
|
|
}
|
|
|
|
moduleclass = 'lang'
|