rust ver. bump
This commit is contained in:
@@ -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 --without=rust-docs" %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 --without=rust-docs" %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")
|
||||
|
||||
@@ -12,17 +12,17 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>Systems programming language focused on safety, speed and concurrency</Summary>
|
||||
<Description>Systems programming language focused on safety, speed and concurrency</Description>
|
||||
<Archive sha1sum="86657ff8f88d6ed8dd48189493249e4b8ec99ca7" type="targz">https://static.rust-lang.org/dist/rustc-1.50.0-src.tar.gz</Archive>
|
||||
<Archive sha1sum="9a3463b178105040de6524c8849703a3ab0419d3" type="targz">https://static.rust-lang.org/dist/rustc-1.52.1-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="61f1032e2fa1e8fe36cb4cad74ee5f5065851fe7" type="targz" target="rustc-1.50.0-src">https://static.rust-lang.org/dist/rust-1.50.0-x86_64-unknown-linux-gnu.tar.gz</Archive>
|
||||
<Archive sha1sum="f1aecb46e8b642a76d81730d14da1fe110d62a72" type="targz" target="rustc-1.52.1-src">https://static.rust-lang.org/dist/rust-1.52.1-x86_64-unknown-linux-gnu.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>rust</Dependency>
|
||||
<!-- <Dependency>rust</Dependency> -->
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency versionFrom="11.1.0">llvm</Dependency>
|
||||
<Dependency versionFrom="12.0.0">llvm</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>ocaml</Dependency>
|
||||
@@ -64,8 +64,26 @@
|
||||
<Path fileType="data">/usr/share/zsh</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>rust-docs</Name>
|
||||
<Summary>Development files for rust</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">rust</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/doc/rust/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="19">
|
||||
<Date>2021-06-06</Date>
|
||||
<Version>1.52.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2021-02-24</Date>
|
||||
<Version>1.50.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user