mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
hdf5-glicid is no more useful
This commit is contained in:
parent
769424b894
commit
7d616226f1
1 changed files with 11 additions and 10 deletions
|
@ -216,16 +216,17 @@
|
|||
|
||||
))
|
||||
|
||||
(define-public glicid-specific-hdf5
|
||||
(package
|
||||
(inherit hdf5-1.12)
|
||||
(name "glicid-specific-hdf5")
|
||||
;; (arguments
|
||||
;; `(#:tests? #f)
|
||||
;; )
|
||||
(native-inputs `(("gcc" ,gcc-11)
|
||||
("gfortran" ,gfortran-11)
|
||||
,@(package-native-inputs hdf5-1.12)))))
|
||||
; no more useful
|
||||
;(define-public glicid-specific-hdf5
|
||||
; (package
|
||||
; (inherit hdf5-1.12)
|
||||
; (name "glicid-specific-hdf5")
|
||||
; ;; (arguments
|
||||
; ;; `(#:tests? #f)
|
||||
; ;; )
|
||||
; (native-inputs `(("gcc" ,gcc-11)
|
||||
; ("gfortran" ,gfortran-11)
|
||||
; ,@(package-native-inputs hdf5-1.12)))))
|
||||
|
||||
(define-public glicid-motif
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue