easyconfigs-it4i/j/Julia/Julia-snapshot-foss-2015g-Python-2.7.9.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

36 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

easyblock = 'MakeCp'
name = 'Julia'
version = 'snapshot'
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.
It provides a sophisticated compiler, distributed parallel execution, numerical accuracy,
and an extensive mathematical function library. Julias Base library, largely written in Julia itself,
also integrates mature, best-of-breed open source C and Fortran libraries for linear algebra, random number generation
, signal processing, and string processing. In addition, the Julia developer community is contributing a number of external
packages through Julias built-in package manager at a rapid pace. IJulia, a collaboration between the Jupyter and Julia communities,
provides a powerful browser-based graphical notebook interface to Julia."""
toolchain = {'name': 'foss', 'version': '2015g'}
dependencies = [('Python', '2.7.9')]
source_urls = ['https://github.com/JuliaLang/julia/archive/']
sources = ['master.zip']
checksums = ['3d2457b88f5ebcca067ef9f374b16066']
buildopts = 'MARCH=native USE_SYSTEM_FFTW=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 LIBBLAS=-lopenblas LIBBLASNAME=libopenblas'
parallel = 1
files_to_copy = ['usr/*']
sanity_check_paths = {
'files': ['bin/julia'],
'dirs': []
}
moduleclass = 'math'