From d994a56c84e9dc00e3628f429ca0c59d335c12b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Fri, 4 Jan 2019 09:15:19 +0100 Subject: [PATCH] modified: j/JuliaLang/JuliaLang-1.0.3.eb --- j/JuliaLang/JuliaLang-1.0.3.eb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/j/JuliaLang/JuliaLang-1.0.3.eb b/j/JuliaLang/JuliaLang-1.0.3.eb index eb224f07..9e0114c5 100644 --- a/j/JuliaLang/JuliaLang-1.0.3.eb +++ b/j/JuliaLang/JuliaLang-1.0.3.eb @@ -4,7 +4,6 @@ easyblock = 'MakeCp' name = 'JuliaLang' version = '1.0.3' -versionsuffix = '-test' homepage = 'http://julialang.org' description = """Julia is a high-level, high-performance dynamic programming language for technical computing, @@ -29,9 +28,6 @@ dependencies = [ ('git', '2.19.1') ] -#uildopts = 'O=%(installdir)s' - -#kipsteps = ['install'] files_to_copy = ['*'] postinstallcmds = [ @@ -39,10 +35,6 @@ postinstallcmds = [ 'ln -s %(installdir)s/usr/bin/julia %(installdir)s/bin/julia', ] -#modextravars = { -# 'PATH': '%(installdir)s', -#} - sanity_check_paths = { 'files': ['bin/julia'], 'dirs': ['bin', 'usr', 'test']