rust-1.84.0
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<Description>bindgen automatically generates Rust FFI bindings to C (and some C++) libraries.</Description>
|
||||
<Archive sha1sum="943acf7619835e170b4ca0b32f76eb5e4f4d71af" type="targz">https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.71.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.83.0">rust</Dependency>
|
||||
<Dependency versionFrom="1.84.0">rust</Dependency>
|
||||
<Dependency>llvm-clang-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2025-01-19</Date>
|
||||
<Version>0.71.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2024-12-20</Date>
|
||||
<Version>0.71.1</Version>
|
||||
|
||||
@@ -22,19 +22,19 @@ WorkDir = "rustc-%s-src" %get.srcVERSION()
|
||||
#At phase 2, rust will be built again with this newly built rust.
|
||||
#Before phase 2, the lines below will be commented out.
|
||||
|
||||
RustBinDir = "rust-%s-x86_64-unknown-linux-gnu" %get.srcVERSION()
|
||||
RustcDir = "%s/rustbin" %get.workDIR()
|
||||
# RustBinDir = "rust-%s-x86_64-unknown-linux-gnu" %get.srcVERSION()
|
||||
# RustcDir = "%s/rustbin" %get.workDIR()
|
||||
|
||||
#################################################################
|
||||
|
||||
def build():
|
||||
#İkinci aşamada bu satırlar da yoruma çevrilecek.
|
||||
#At phase 2, these lines also will be commented out.
|
||||
shelltools.cd(RustBinDir)
|
||||
shelltools.system("./install.sh --prefix=%s" %RustcDir)
|
||||
shelltools.cd("..")
|
||||
pisitools.dosed("config.toml", "/usr/bin/cargo", RustcDir+"/bin/cargo")
|
||||
pisitools.dosed("config.toml", "/usr/bin/rustc", RustcDir+"/bin/rustc")
|
||||
# shelltools.cd(RustBinDir)
|
||||
# shelltools.system("./install.sh --prefix=%s" %RustcDir)
|
||||
# shelltools.cd("..")
|
||||
# pisitools.dosed("config.toml", "/usr/bin/cargo", RustcDir+"/bin/cargo")
|
||||
# pisitools.dosed("config.toml", "/usr/bin/rustc", RustcDir+"/bin/rustc")
|
||||
####################################################
|
||||
|
||||
shelltools.export("LC_ALL", "en_US.UTF-8")
|
||||
|
||||
@@ -15,13 +15,13 @@
|
||||
<Archive sha1sum="ecdb45a51553aa88ba0e4cfd71561cbbf23c8929" type="targz">https://static.rust-lang.org/dist/rustc-1.84.0-src.tar.gz</Archive>
|
||||
<!-- Not: İkinci aşamada aşağıdaki satıra ihtiyaç olmayacak. Yoruma çevrilebilir. -->
|
||||
<!-- The line below will be unnecessary at phase 2, can be commented out. -->
|
||||
<Archive sha1sum="4c0696e70dfb7e2c60969c03ade02440e6369a72" type="targz" target="rustc-1.84.0-src">https://static.rust-lang.org/dist/rust-1.84.0-x86_64-unknown-linux-gnu.tar.gz</Archive>
|
||||
<!--Archive sha1sum="4c0696e70dfb7e2c60969c03ade02440e6369a72" type="targz" target="rustc-1.84.0-src">https://static.rust-lang.org/dist/rust-1.84.0-x86_64-unknown-linux-gnu.tar.gz</Archive-->
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<!--Dependency versionFrom="1.84.0">rust</Dependency-->
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency versionFrom="1.84.0">rust</Dependency>
|
||||
<Dependency>perl</Dependency>"
|
||||
<Dependency versionFrom="15.0.7">llvm</Dependency>
|
||||
<Dependency>lld-devel</Dependency>
|
||||
<Dependency>llvm-mlir</Dependency>
|
||||
|
||||
Reference in New Issue
Block a user