mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
comment out for the moment
This commit is contained in:
parent
0940dfcae0
commit
21c86aace5
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
|
#!
|
||||||
|
|
||||||
(define-module (glicid packages chemistry)
|
(define-module (glicid packages chemistry)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix download)
|
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix utils)
|
#:use-module (guix utils)
|
||||||
#:use-module (guix build-system cmake)
|
#:use-module (guix build-system cmake)
|
||||||
|
@ -23,7 +22,8 @@
|
||||||
#:use-module (gnu packages sphinx)
|
#:use-module (gnu packages sphinx)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
#:use-module (gnu packages gcc)
|
#:use-module (gnu packages gcc)
|
||||||
#:use-module (non-free cuda))
|
#:use-module (non-free cuda)
|
||||||
|
)
|
||||||
|
|
||||||
(define-public gromacs+cuda
|
(define-public gromacs+cuda
|
||||||
(package
|
(package
|
||||||
|
@ -78,3 +78,4 @@
|
||||||
(append cuda hwloc))))
|
(append cuda hwloc))))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
!#
|
Loading…
Add table
Reference in a new issue