mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
cleaning
This commit is contained in:
parent
8aa9ab825b
commit
8304163d22
1 changed files with 0 additions and 33 deletions
|
@ -227,39 +227,6 @@
|
|||
)
|
||||
|
||||
|
||||
|
||||
;; pour futures customisations.
|
||||
|
||||
;(define-public glicid-openmpi-gcc-10
|
||||
; (package
|
||||
; (inherit openmpi)
|
||||
; (name "glicid-openpmi-gcc-10")
|
||||
; (inputs `(("gcc-10", gcc-10)
|
||||
; ("gfortran-11", gfortran-11)
|
||||
; ,@(package-inputs openmpi)))
|
||||
; )
|
||||
;)
|
||||
|
||||
|
||||
;(define-public glicid-gromacs-gcc-11
|
||||
; (package
|
||||
; (inherit gromacs)
|
||||
; (name "glicid-gromacs-gcc-11")
|
||||
; (version "2020.3")
|
||||
; (source
|
||||
; (origin
|
||||
; (method url-fetch)
|
||||
; (uri (string-append "http://ftp.gromacs.org/pub/gromacs/gromacs-" version ".tar.gz"))
|
||||
; (sha256 (base32 "1acjrhcfzpqy2dncblhj97602jbg9gdha4q1bgji9nrj25lq6cch"))
|
||||
; ))
|
||||
;
|
||||
; (inputs `(("gcc-11", gcc-11)
|
||||
; ("gfortran-11", gfortran-11)
|
||||
; ("glicid-openmpi-gcc-11", glicid-openmpi-gcc-11)
|
||||
; ,@(package-inputs gromacs)))
|
||||
;))
|
||||
|
||||
|
||||
(define-public glicid-python-nbxmpp
|
||||
(package
|
||||
(inherit python-nbxmpp)
|
||||
|
|
Loading…
Add table
Reference in a new issue