mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: j/Julia/Julia-1.5.3-linux-x86_64.eb new file: o/OpenMPI/OpenMPI-4.0.5-gcccuda-2020b.eb new file: v/Valgrind/Valgrind-3.16.1-gompi-2020b.eb new file: v/Valgrind/Valgrind-3.16.1-intel-2020b.eb
24 lines
612 B
Plaintext
24 lines
612 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'Julia'
|
|
version = '1.5.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']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/julia', 'include/julia/julia.h', 'lib/libjulia.so'],
|
|
'dirs': ['bin', 'etc', 'include', 'lib', 'share']
|
|
}
|
|
|
|
moduleclass = 'lang'
|