gnu: ldc: Rename ldc 0.17.2 to ldc-bootstrap.
* gnu/packages/ldc.scm (ldc): Rename to... (ldc-bootstrap): ... this. (ldc-1.1.0-beta6): Replace ldc by ldc-bootstrap. [native-inputs]: Replace ldc by ldc-bootstrap.
This commit is contained in:
parent
1a82ba660e
commit
beffaf9a12
|
@ -77,7 +77,7 @@ minimize the amount of work necessary. Unlike make, rdmd tracks dependencies
|
||||||
and freshness without requiring additional information from the user.")
|
and freshness without requiring additional information from the user.")
|
||||||
(license license:boost1.0))))
|
(license license:boost1.0))))
|
||||||
|
|
||||||
(define-public ldc
|
(define-public ldc-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "ldc")
|
(name "ldc")
|
||||||
(version "0.17.2")
|
(version "0.17.2")
|
||||||
|
@ -182,7 +182,7 @@ latest DMD frontend and uses LLVM as backend.")
|
||||||
;; variable to hold this variable.
|
;; variable to hold this variable.
|
||||||
(let ((older-version "1.1.0-beta4"))
|
(let ((older-version "1.1.0-beta4"))
|
||||||
(package
|
(package
|
||||||
(inherit ldc)
|
(inherit ldc-bootstrap)
|
||||||
(name "ldc")
|
(name "ldc")
|
||||||
(version "1.1.0-beta6")
|
(version "1.1.0-beta6")
|
||||||
;; Beta version needed to compile various scientific tools that require
|
;; Beta version needed to compile various scientific tools that require
|
||||||
|
@ -227,7 +227,7 @@ latest DMD frontend and uses LLVM as backend.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("llvm" ,llvm)
|
`(("llvm" ,llvm)
|
||||||
("clang" ,clang)
|
("clang" ,clang)
|
||||||
("ldc" ,ldc)
|
("ldc" ,ldc-bootstrap)
|
||||||
("python-lit" ,python-lit)
|
("python-lit" ,python-lit)
|
||||||
("python-wrapper" ,python-wrapper)
|
("python-wrapper" ,python-wrapper)
|
||||||
("unzip" ,unzip)
|
("unzip" ,unzip)
|
||||||
|
|
Loading…
Reference in New Issue