me
/
guix
Archived
1
0
Fork 0

gnu: Rust: Export all versions.

* gnu/packages/rust.scm (rust-1.29, rust-1.30, rust-1.31, rust-1.32,
rust-1.33, rust-1.34, rust-1.35, rust-1.36, rust-1.37, rust-1.38, rust-1.39,
rust-1.40, rust-1.41, rust-1.42, rust-1.43, rust-1.44, rust-1.45, rust-1.46,
rust-1.47, rust-1.48): Export.
(rust): Rename to ....
rust-1.49): ... this.
(rust-1.50): Refer to RUST-1.49 instead of RUST.
(rust): Turn into alias for RUST-1.49.
master
Marius Bakke 2021-05-09 11:54:39 +02:00
parent 546d09a9d9
commit 8f18a09857
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 28 additions and 27 deletions

View File

@ -134,7 +134,7 @@
;;; Rust 1.29 is special in that it is built with mrustc, which shortens the ;;; Rust 1.29 is special in that it is built with mrustc, which shortens the
;;; bootstrap path. Note: the build is non-deterministic. ;;; bootstrap path. Note: the build is non-deterministic.
(define rust-1.29 (define-public rust-1.29
(package (package
(name "rust") (name "rust")
(version "1.29.2") (version "1.29.2")
@ -291,7 +291,7 @@ safety and thread safety guarantees.")
;; Dual licensed. ;; Dual licensed.
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
(define rust-1.30 (define-public rust-1.30
(package (package
(name "rust") (name "rust")
(version "1.30.1") (version "1.30.1")
@ -459,11 +459,11 @@ safety and thread safety guarantees.")
;; Dual licensed. ;; Dual licensed.
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
(define rust-1.31 (define-public rust-1.31
(rust-bootstrapped-package (rust-bootstrapped-package
rust-1.30 "1.31.1" "0sk84ff0cklybcp0jbbxcw7lk7mrm6kb6km5nzd6m64dy0igrlli")) rust-1.30 "1.31.1" "0sk84ff0cklybcp0jbbxcw7lk7mrm6kb6km5nzd6m64dy0igrlli"))
(define rust-1.32 (define-public rust-1.32
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.31 "1.32.0" rust-1.31 "1.32.0"
"0ji2l9xv53y27xy72qagggvq47gayr5lcv2jwvmfirx029vlqnac"))) "0ji2l9xv53y27xy72qagggvq47gayr5lcv2jwvmfirx029vlqnac")))
@ -512,7 +512,7 @@ safety and thread safety guarantees.")
(string-append (assoc-ref inputs "jemalloc") (string-append (assoc-ref inputs "jemalloc")
"/lib/libjemalloc_pic.a"))))))))))) "/lib/libjemalloc_pic.a")))))))))))
(define rust-1.33 (define-public rust-1.33
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.32 "1.33.0" rust-1.32 "1.33.0"
"152x91mg7bz4ygligwjb05fgm1blwy2i70s2j03zc9jiwvbsh0as"))) "152x91mg7bz4ygligwjb05fgm1blwy2i70s2j03zc9jiwvbsh0as")))
@ -527,7 +527,7 @@ safety and thread safety guarantees.")
;; Upgrade jemalloc. ;; Upgrade jemalloc.
(alist-replace "jemalloc" (list jemalloc) (package-inputs base-rust)))))) (alist-replace "jemalloc" (list jemalloc) (package-inputs base-rust))))))
(define rust-1.34 (define-public rust-1.34
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.33 "1.34.1" rust-1.33 "1.34.1"
"19s09k7y5j6g3y4d2rk6kg9pvq6ml94c49w6b72dmq8p9lk8bixh"))) "19s09k7y5j6g3y4d2rk6kg9pvq6ml94c49w6b72dmq8p9lk8bixh")))
@ -541,7 +541,7 @@ safety and thread safety guarantees.")
"src/llvm-project" "src/llvm-project"
"vendor/jemalloc-sys/jemalloc")))))))) "vendor/jemalloc-sys/jemalloc"))))))))
(define rust-1.35 (define-public rust-1.35
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.34 "1.35.0" rust-1.34 "1.35.0"
"0bbizy6b7002v1rdhrxrf5gijclbyizdhkglhp81ib3bf5x66kas"))) "0bbizy6b7002v1rdhrxrf5gijclbyizdhkglhp81ib3bf5x66kas")))
@ -553,11 +553,11 @@ safety and thread safety guarantees.")
`(modify-phases ,phases `(modify-phases ,phases
(delete 'disable-codegen-tests)))))))) (delete 'disable-codegen-tests))))))))
(define rust-1.36 (define-public rust-1.36
(rust-bootstrapped-package (rust-bootstrapped-package
rust-1.35 "1.36.0" "06xv2p6zq03lidr0yaf029ii8wnjjqa894nkmrm6s0rx47by9i04")) rust-1.35 "1.36.0" "06xv2p6zq03lidr0yaf029ii8wnjjqa894nkmrm6s0rx47by9i04"))
(define rust-1.37 (define-public rust-1.37
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.36 "1.37.0" rust-1.36 "1.37.0"
"1hrqprybhkhs6d9b5pjskfnc5z9v2l2gync7nb39qjb5s0h703hj"))) "1hrqprybhkhs6d9b5pjskfnc5z9v2l2gync7nb39qjb5s0h703hj")))
@ -573,11 +573,11 @@ safety and thread safety guarantees.")
(mkdir-p cargo-home) (mkdir-p cargo-home)
(setenv "CARGO_HOME" cargo-home))))))))))) (setenv "CARGO_HOME" cargo-home)))))))))))
(define rust-1.38 (define-public rust-1.38
(rust-bootstrapped-package (rust-bootstrapped-package
rust-1.37 "1.38.0" "101dlpsfkq67p0hbwx4acqq6n90dj4bbprndizpgh1kigk566hk4")) rust-1.37 "1.38.0" "101dlpsfkq67p0hbwx4acqq6n90dj4bbprndizpgh1kigk566hk4"))
(define rust-1.39 (define-public rust-1.39
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.38 "1.39.0" rust-1.38 "1.39.0"
"0mwkc1bnil2cfyf6nglpvbn2y0zfbv44zfhsd5qg4c9rm6vgd8dl"))) "0mwkc1bnil2cfyf6nglpvbn2y0zfbv44zfhsd5qg4c9rm6vgd8dl")))
@ -596,7 +596,7 @@ safety and thread safety guarantees.")
(string-append name "\"" ,%cargo-reference-hash "\""))) (string-append name "\"" ,%cargo-reference-hash "\"")))
(generate-all-checksums "vendor")))))))))) (generate-all-checksums "vendor"))))))))))
(define rust-1.40 (define-public rust-1.40
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.39 "1.40.0" rust-1.39 "1.40.0"
"1ba9llwhqm49w7sz3z0gqscj039m53ky9wxzhaj11z6yg1ah15yx"))) "1ba9llwhqm49w7sz3z0gqscj039m53ky9wxzhaj11z6yg1ah15yx")))
@ -624,7 +624,7 @@ safety and thread safety guarantees.")
((#:validate-runpath? _ #f) ((#:validate-runpath? _ #f)
#f)))))) #f))))))
(define rust-1.41 (define-public rust-1.41
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.40 "1.41.1" rust-1.40 "1.41.1"
"0ws5x0fxv57fyllsa6025h3q6j9v3m8nb3syl4x0hgkddq0kvj9q"))) "0ws5x0fxv57fyllsa6025h3q6j9v3m8nb3syl4x0hgkddq0kvj9q")))
@ -635,16 +635,16 @@ safety and thread safety guarantees.")
((#:validate-runpath? _ #t) ((#:validate-runpath? _ #t)
#t)))))) #t))))))
(define rust-1.42 (define-public rust-1.42
(rust-bootstrapped-package (rust-bootstrapped-package
rust-1.41 "1.42.0" "0x9lxs82may6c0iln0b908cxyn1cv7h03n5cmbx3j1bas4qzks6j")) rust-1.41 "1.42.0" "0x9lxs82may6c0iln0b908cxyn1cv7h03n5cmbx3j1bas4qzks6j"))
(define rust-1.43 (define-public rust-1.43
(rust-bootstrapped-package (rust-bootstrapped-package
rust-1.42 "1.43.0" "18akhk0wz1my6y9vhardriy2ysc482z0fnjdcgs9gy59kmnarxkm")) rust-1.42 "1.43.0" "18akhk0wz1my6y9vhardriy2ysc482z0fnjdcgs9gy59kmnarxkm"))
;; This version needs llvm >= 8.0 and NOT 11 ;; This version needs llvm >= 8.0 and NOT 11
(define rust-1.44 (define-public rust-1.44
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.43 "1.44.1" rust-1.43 "1.44.1"
"0ww4z2v3gxgn3zddqzwqya1gln04p91ykbrflnpdbmcd575n8bky"))) "0ww4z2v3gxgn3zddqzwqya1gln04p91ykbrflnpdbmcd575n8bky")))
@ -653,7 +653,7 @@ safety and thread safety guarantees.")
(inputs (inputs
(alist-replace "llvm" (list llvm-10) (package-inputs base-rust)))))) (alist-replace "llvm" (list llvm-10) (package-inputs base-rust))))))
(define rust-1.45 (define-public rust-1.45
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.44 "1.45.2" rust-1.44 "1.45.2"
"0273a1g3f59plyi1n0azf21qjzwml1yqdnj5z472crz37qggr8xp"))) "0273a1g3f59plyi1n0azf21qjzwml1yqdnj5z472crz37qggr8xp")))
@ -669,7 +669,7 @@ safety and thread safety guarantees.")
(("linker.env\\(\"LC_ALL\", \"C\"\\);") (("linker.env\\(\"LC_ALL\", \"C\"\\);")
"linker.env(\"LC_ALL\", \"en_US.UTF-8\");"))))))))))) "linker.env(\"LC_ALL\", \"en_US.UTF-8\");")))))))))))
(define rust-1.46 (define-public rust-1.46
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.45 "1.46.0" rust-1.45 "1.46.0"
"0a17jby2pd050s24cy4dfc0gzvgcl585v3vvyfilniyvjrqknsid"))) "0a17jby2pd050s24cy4dfc0gzvgcl585v3vvyfilniyvjrqknsid")))
@ -716,20 +716,15 @@ safety and thread safety guarantees.")
(format #f "prefix = ~s" (assoc-ref outputs "rustfmt")))) (format #f "prefix = ~s" (assoc-ref outputs "rustfmt"))))
(invoke "./x.py" "install" "rustfmt")))))))))) (invoke "./x.py" "install" "rustfmt"))))))))))
(define rust-1.47 (define-public rust-1.47
(rust-bootstrapped-package (rust-bootstrapped-package
rust-1.46 "1.47.0" "07fqd2vp7cf1ka3hr207dnnz93ymxml4935vp74g4is79h3dz19i")) rust-1.46 "1.47.0" "07fqd2vp7cf1ka3hr207dnnz93ymxml4935vp74g4is79h3dz19i"))
(define rust-1.48 (define-public rust-1.48
(rust-bootstrapped-package (rust-bootstrapped-package
rust-1.47 "1.48.0" "0fz4gbb5hp5qalrl9lcl8yw4kk7ai7wx511jb28nypbxninkwxhf")) rust-1.47 "1.48.0" "0fz4gbb5hp5qalrl9lcl8yw4kk7ai7wx511jb28nypbxninkwxhf"))
;;; Note: Only the current version of rust is supported and tested. The (define-public rust-1.49
;;; other, intermediate rusts built for bootstrapping purposes should be
;;; private and stripped from any test fixing patches or phases. This is to
;;; ease maintenance and reduce the time required to build the full Rust
;;; bootstrap chain.
(define-public rust
(let ((base-rust (rust-bootstrapped-package (let ((base-rust (rust-bootstrapped-package
rust-1.48 "1.49.0" rust-1.48 "1.49.0"
"0yf7kll517398dgqsr7m3gldzj0iwsp3ggzxrayckpqzvylfy2mm"))) "0yf7kll517398dgqsr7m3gldzj0iwsp3ggzxrayckpqzvylfy2mm")))
@ -843,9 +838,15 @@ safety and thread safety guarantees.")
(package-native-inputs base-rust)))))) (package-native-inputs base-rust))))))
(define-public rust-1.50 (define-public rust-1.50
(rust-bootstrapped-package rust "1.50.0" (rust-bootstrapped-package rust-1.49 "1.50.0"
"0pjs7j62maiyvkmhp9zrxl528g2n0fphp4rq6ap7aqdv0a6qz5wm")) "0pjs7j62maiyvkmhp9zrxl528g2n0fphp4rq6ap7aqdv0a6qz5wm"))
(define-public rust-1.51 (define-public rust-1.51
(rust-bootstrapped-package rust-1.50 "1.51.0" (rust-bootstrapped-package rust-1.50 "1.51.0"
"0ixqkqglv3isxbvl4ldr4byrkx692wghsz3fasy1pn5kr2prnsvs")) "0ixqkqglv3isxbvl4ldr4byrkx692wghsz3fasy1pn5kr2prnsvs"))
;;; Note: Only the latest versions of Rust are supported and tested. The
;;; intermediate rusts are built for bootstrapping purposes and should not
;;; be relied upon. This is to ease maintenance and reduce the time
;;; required to build the full Rust bootstrap chain.
(define-public rust rust-1.49)