mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
8a2f03ff98
@ -4,6 +4,7 @@ easyblock = 'MakeCp'
|
|||||||
|
|
||||||
name = 'JuliaLang'
|
name = 'JuliaLang'
|
||||||
version = '1.0.3'
|
version = '1.0.3'
|
||||||
|
versionsuffix = '-test'
|
||||||
|
|
||||||
homepage = 'http://julialang.org'
|
homepage = 'http://julialang.org'
|
||||||
description = """Julia is a high-level, high-performance dynamic programming language for technical computing,
|
description = """Julia is a high-level, high-performance dynamic programming language for technical computing,
|
||||||
@ -28,18 +29,23 @@ dependencies = [
|
|||||||
('git', '2.19.1')
|
('git', '2.19.1')
|
||||||
]
|
]
|
||||||
|
|
||||||
buildopts = 'O=%(installdir)s'
|
#uildopts = 'O=%(installdir)s'
|
||||||
|
|
||||||
skipsteps = ['install']
|
#kipsteps = ['install']
|
||||||
files_to_copy = ["tests/"]
|
files_to_copy = ['*']
|
||||||
|
|
||||||
modextravars = {
|
postinstallcmds = [
|
||||||
'PATH': '%(installdir)s',
|
'mkdir -p %(installdir)s/bin',
|
||||||
}
|
'ln -s %(installdir)s/usr/bin/julia %(installdir)s/bin/julia',
|
||||||
|
]
|
||||||
|
|
||||||
|
#modextravars = {
|
||||||
|
# 'PATH': '%(installdir)s',
|
||||||
|
#}
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': ['julia'],
|
'files': ['bin/julia'],
|
||||||
'dirs': ['usr', 'test']
|
'dirs': ['bin', 'usr', 'test']
|
||||||
}
|
}
|
||||||
|
|
||||||
moduleclass = 'lang'
|
moduleclass = 'lang'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user