mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
new file: j/Julia/Julia-1.8.3-linux-x86_64.eb
This commit is contained in:
parent
7b4cd8d57d
commit
5a9acf0a05
24
j/Julia/Julia-1.8.3-linux-x86_64.eb
Normal file
24
j/Julia/Julia-1.8.3-linux-x86_64.eb
Normal file
@ -0,0 +1,24 @@
|
||||
# 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'
|
Loading…
x
Reference in New Issue
Block a user