Merge branch 'it4i-salomon'

This commit is contained in:
Lukáš Krupčík 2019-01-04 09:15:45 +01:00
commit 24b6845bb9

View File

@ -4,7 +4,6 @@ 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,
@ -29,9 +28,6 @@ dependencies = [
('git', '2.19.1') ('git', '2.19.1')
] ]
#uildopts = 'O=%(installdir)s'
#kipsteps = ['install']
files_to_copy = ['*'] files_to_copy = ['*']
postinstallcmds = [ postinstallcmds = [
@ -39,10 +35,6 @@ postinstallcmds = [
'ln -s %(installdir)s/usr/bin/julia %(installdir)s/bin/julia', 'ln -s %(installdir)s/usr/bin/julia %(installdir)s/bin/julia',
] ]
#modextravars = {
# 'PATH': '%(installdir)s',
#}
sanity_check_paths = { sanity_check_paths = {
'files': ['bin/julia'], 'files': ['bin/julia'],
'dirs': ['bin', 'usr', 'test'] 'dirs': ['bin', 'usr', 'test']