mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 11:18:08 +01:00
23 lines
595 B
Plaintext
23 lines
595 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Rust'
|
|
version = '1.12.1'
|
|
|
|
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'
|