mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
new names to avoid confusion
This commit is contained in:
parent
460d8afcd8
commit
99f470ef8f
2 changed files with 38 additions and 32 deletions
|
@ -97,9 +97,10 @@
|
|||
)
|
||||
|
||||
|
||||
(define-public ucx-1.11.2
|
||||
(define-public ucx-newer-1.11.2
|
||||
(package
|
||||
(inherit gnu:ucx)
|
||||
(name (string-append (package-name gnu:ucx) "-newer" ))
|
||||
(version "1.11.2")
|
||||
(source
|
||||
(origin
|
||||
|
@ -112,7 +113,7 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define local-ucx ucx-1.11.2)
|
||||
(define local-ucx ucx-newer-1.11.2)
|
||||
|
||||
;; not working right now ;; (define-public ucx-latest (latest-version local-ucx gnu:ucx))
|
||||
(define-public ucx-latest local-ucx) ;; for now…
|
||||
|
@ -130,18 +131,18 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define ucx-glicid-transform-gcc-10
|
||||
(gcc10-instead-of-gcc ucx-glicid))
|
||||
;(define ucx-glicid-transform-gcc-10
|
||||
; (gcc10-instead-of-gcc ucx-glicid))
|
||||
|
||||
(define ucx-glicid-transform-gcc-11
|
||||
(gcc11-instead-of-gcc ucx-glicid))
|
||||
|
||||
(define-public ucx-glicid-gcc-10
|
||||
(package
|
||||
(inherit ucx-glicid-transform-gcc-10)
|
||||
(version (string-append (package-version ucx-glicid-transform-gcc-10) "-gcc-10" ))
|
||||
)
|
||||
)
|
||||
;(define-public ucx-glicid-gcc-10
|
||||
; (package
|
||||
; (inherit ucx-glicid-transform-gcc-10)
|
||||
; (version (string-append (package-version ucx-glicid-transform-gcc-10) "-gcc-10" ))
|
||||
; )
|
||||
;)
|
||||
|
||||
(define-public ucx-glicid-gcc-11
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue