test hdf5

This commit is contained in:
Yann Dupont 2021-05-05 14:10:23 +02:00
parent 948f10d9aa
commit 92ef036456

View file

@ -54,7 +54,7 @@
#:use-module (gnu packages fontutils) #:use-module (gnu packages fontutils)
#:use-module (guix build-system gnu) #:use-module (guix build-system gnu)
#:use-module (gnu packages image) #:use-module (gnu packages image)
; #:use-module ((gnu packages gcc) #:select(custom-gcc)) #:use-module (gnu packages maths)
#:use-module (guix utils) #:use-module (guix utils)
) )
@ -117,9 +117,6 @@
%generic-search-paths))) %generic-search-paths)))
;;;; CUSTOM CCIPL
(define-public gfortran-toolchain-10 (define-public gfortran-toolchain-10
(package (inherit (make-gcc-toolchain gfortran-10)) (package (inherit (make-gcc-toolchain gfortran-10))
(synopsis "Complete GCC tool chain for fortean lang development") (synopsis "Complete GCC tool chain for fortean lang development")
@ -128,9 +125,6 @@ fortran lang development to be installed in user profiles. This includes
fortran, as well as libc (headers and binaries, plus debugging symbols fortran, as well as libc (headers and binaries, plus debugging symbols
in the @code{debug} output), and binutils."))) in the @code{debug} output), and binutils.")))
;;;; CUSTOM CCIPL
(define-public gfortran-toolchain-11 (define-public gfortran-toolchain-11
(package (inherit (make-gcc-toolchain gfortran-11)) (package (inherit (make-gcc-toolchain gfortran-11))
(synopsis "Complete GCC tool chain for fortean lang development") (synopsis "Complete GCC tool chain for fortean lang development")
@ -693,6 +687,18 @@ in the @code{debug} output), and binutils.")))
) )
(define-public glicid-specific-hdf5
(package
(inherit hdf5)
(name "glicid-specific-hdf5")
(inputs `(
("gcc",gcc-11)
("gfortran",gfortran-11)
,@(package-inputs hdf5)))
)
)
(define-public glicid-keepalived (define-public glicid-keepalived
(package (package
(inherit keepalived) (inherit keepalived)