mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
test hdf5
This commit is contained in:
parent
948f10d9aa
commit
92ef036456
1 changed files with 13 additions and 7 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue