mirror of
https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git
synced 2025-04-28 17:28:35 +02:00
add v1 variants to 2205 and 2300
This commit is contained in:
parent
0628b7cb69
commit
c7d85c5e4b
1 changed files with 37 additions and 0 deletions
|
@ -273,6 +273,25 @@ hwloc openmpi-glicid-waves openssh-sans-x ;; ssh is because openmpi use rsh and
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-public gromacs-upstream+cuda-v1-2205
|
||||||
|
(package
|
||||||
|
(inherit gromacs+cuda-v1)
|
||||||
|
(version "2022.5")
|
||||||
|
(name "gromacs-upstream+cuda-v1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://ftp.gromacs.org/pub/gromacs/gromacs-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"08y233h7ajzjc63k7r8dabvckrmlwpim5y8jdklgz4xv4k2c6g08"))
|
||||||
|
;; Our version of tinyxml2 is far newer than the bundled one and
|
||||||
|
;; require fixing `testutils' code. See patch header for more info
|
||||||
|
(patches (search-patches "gromacs-tinyxml2.patch"))))
|
||||||
|
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define-public gromacs-upstream-2300
|
(define-public gromacs-upstream-2300
|
||||||
|
@ -311,6 +330,24 @@ hwloc openmpi-glicid-waves openssh-sans-x ;; ssh is because openmpi use rsh and
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-public gromacs-upstream+cuda-v1-2300
|
||||||
|
(package
|
||||||
|
(inherit gromacs-upstream+cuda-v1-2205)
|
||||||
|
(version "2023")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://ftp.gromacs.org/pub/gromacs/gromacs-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1a3vgckygd6gllnyvaydq721gkvfwmwxka6q9x0wmg7vfbdcd4mc"))
|
||||||
|
;; Our version of tinyxml2 is far newer than the bundled one and
|
||||||
|
;; require fixing `testutils' code. See patch header for more info
|
||||||
|
(patches (search-patches "gromacs-tinyxml2.patch"))))
|
||||||
|
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
(define-public gromacs-upstream+cuda-v2-2300
|
(define-public gromacs-upstream+cuda-v2-2300
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue