mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 09:41:48 +02:00
Merge branch 'devel' into 'main'
Devel See merge request glicid-public/guix-glicid!522
This commit is contained in:
commit
bdf1e7fda6
2 changed files with 18 additions and 2 deletions
|
@ -50,6 +50,22 @@
|
||||||
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.")))
|
||||||
|
|
||||||
|
(define-public gfortran-15
|
||||||
|
(hidden-package (custom-gcc gcc-15 "gfortran"
|
||||||
|
'("fortran") %generic-search-paths)))
|
||||||
|
(define-public gfortran-toolchain-15
|
||||||
|
(package
|
||||||
|
(inherit (make-gcc-toolchain gfortran-15))
|
||||||
|
(synopsis "Complete GCC tool chain for fortran lang development")
|
||||||
|
(description
|
||||||
|
"This package provides a complete GCC tool chain for
|
||||||
|
fortran lang development to be installed in user profiles. This includes
|
||||||
|
fortran, as well as libc (headers and binaries, plus debugging symbols
|
||||||
|
in the @code{debug} output), and binutils.")))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define-public gfortran-11
|
(define-public gfortran-11
|
||||||
(hidden-package (custom-gcc gcc-11 "gfortran"
|
(hidden-package (custom-gcc gcc-11 "gfortran"
|
||||||
'("fortran") %generic-search-paths)))
|
'("fortran") %generic-search-paths)))
|
||||||
|
|
|
@ -98,12 +98,12 @@
|
||||||
(package
|
(package
|
||||||
(inherit gnu:slurm)
|
(inherit gnu:slurm)
|
||||||
(name "slurm-upstream")
|
(name "slurm-upstream")
|
||||||
(version "24.11.4")
|
(version "24.11.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.schedmd.com/slurm/slurm-" version ".tar.bz2"))
|
(uri (string-append "https://download.schedmd.com/slurm/slurm-" version ".tar.bz2"))
|
||||||
(sha256 (base32 "0j2p83xn5wy7lqyy1rjn04l6c8j0l5jii293sr5xcx87kixyxfm2"))))))
|
(sha256 (base32 "19y03xfv3iz2z64gk1lcsixr01j7zsgsg82acc0bsvb7f3c2i3dx"))))))
|
||||||
|
|
||||||
(define (make-slurm-glicid base-package)
|
(define (make-slurm-glicid base-package)
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue