mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
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. Julia’s 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 Julia’s 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'
|