Skip to content

Commit

Permalink
Merge pull request #21112 from Micket/20240802152745_new_pr_Rust1790
Browse files Browse the repository at this point in the history
{lang}[GCCcore/13.3.0] Rust v1.79.0
  • Loading branch information
verdurin authored Aug 7, 2024
2 parents 823e947 + 3e0d6ef commit 4156d5d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/r/Rust/Rust-1.79.0-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name = 'Rust'
version = '1.79.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': 'GCCcore', 'version': '13.3.0'}

source_urls = ['https://static.rust-lang.org/dist/']
sources = ['rustc-%(version)s-src.tar.gz']
patches = ['Rust-1.70_sysroot-fix-interpreter.patch']
checksums = [
{'rustc-1.79.0-src.tar.gz': '172ecf3c7d1f9d9fb16cd2a628869782670416ded0129e524a86751f961448c0'},
{'Rust-1.70_sysroot-fix-interpreter.patch': '220129db55e022a98d25028da5dcc9f26b252dd995c3ac92f6312dbb1e362cb1'},
]

builddependencies = [
('binutils', '2.42'),
('CMake', '3.29.3'),
('Python', '3.12.3'),
('Ninja', '1.12.1'),
('pkgconf', '2.2.0'),
('patchelf', '0.18.0'), # only required when RPATH linking is enabled
]

dependencies = [
('OpenSSL', '3', '', SYSTEM),
]

moduleclass = 'lang'

0 comments on commit 4156d5d

Please sign in to comment.