mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
Devel See merge request glicid-public/guix-glicid!194
This commit is contained in:
commit
8cfa590654
2 changed files with 13 additions and 12 deletions
|
@ -8,14 +8,14 @@
|
|||
(package
|
||||
(inherit gnu:timescaledb)
|
||||
(name "timescaledb")
|
||||
(version "2.9.1")
|
||||
(version "2.9.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/timescale/timescaledb")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "1gxmq6hglz4simmsp5ypa2dav3nhvf8bsdp4raq0fr4673255xby"))
|
||||
(sha256 (base32 "0siijqypx53lkb19y6zz7bx1bnbhk40b5ky5l74ckhv80nlffzfy"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
|
@ -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