Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions easybuild/easyconfigs/j/Julia/Julia-0.3.7-GCC-4.9.2-bare.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = 'Julia'
version = '0.3.7'
versionsuffix = '-bare'

easyblock = 'ConfigureMake'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should go first, separated from name = with a blank line


homepage = 'http://julialang.org/'
description = """Julia is a high-level, high-performance dynamic programming
language for technical computing, with syntax that is familiar to users of
other technical computing environments."""

toolchain = {'name': 'GCC', 'version': '4.9.2'}

source_urls = ['https://github.com/JuliaLang/julia/archive/']
sources = ['v%(version)s.zip']

skipsteps = ['configure']

installopts = 'prefix=%(installdir)s'

sanity_check_paths = {
'files': ["bin/julia"],
'dirs': [],
}
moduleclass = 'lang'