easyconfigs-it4i/r/Rust/Rust-1.12.0-foss-2016b.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

23 lines
594 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Rust'
version = '1.12.0'
homepage = 'https://www.rust-lang.org'
description = """Rust is a systems programming language that runs blazingly fast, prevents segfaults,
and guarantees thread safety."""
toolchain = {'name': 'foss', 'version': '2016b'}
source_urls = ['https://static.rust-lang.org/dist/']
sources = ['rustc-%(version)s-src.tar.gz']
builddependencies = [('Python', '2.7.12'), ('CMake','3.6.2')]
sanity_check_paths = {
'files': ['bin/rustc', 'bin/rustdoc'],
'dirs': ['share/doc', 'share/man', 'lib/rustlib'],
}
moduleclass = 'lang'