Skip to content

Commit

Permalink
Merge pull request easybuilders#21967 from pavelToman/20241204102955_…
Browse files Browse the repository at this point in the history
…new_pr_Rust1830

{lang}[GCCcore/13.3.0] Rust v1.83.0
  • Loading branch information
smoors authored Dec 5, 2024
2 parents 99fcc1d + 0928b17 commit 5449104
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/r/Rust/Rust-1.83.0-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name = 'Rust'
version = '1.83.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.83.0-src.tar.gz': '722d773bd4eab2d828d7dd35b59f0b017ddf9a97ee2b46c1b7f7fac5c8841c6e'},
{'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 5449104

Please sign in to comment.