mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
revert changes for yade
This commit is contained in:
parent
8b644e68cb
commit
c76a0d9d47
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
(channel
|
||||
(version 0)
|
||||
(dependencies
|
||||
(channel
|
||||
(name guix-past)
|
||||
(url "https://gitlab.inria.fr/guix-hpc/guix-past"))
|
||||
; (channel
|
||||
; (name guix-past)
|
||||
; (url "https://gitlab.inria.fr/guix-hpc/guix-past"))
|
||||
(channel
|
||||
(name guix-science)
|
||||
(url "https://github.com/guix-science/guix-science.git"))))
|
|
@ -19,7 +19,7 @@
|
|||
#:use-module (gnu packages maths)
|
||||
#:use-module (gnu packages mpi)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (past packages python)
|
||||
; #:use-module (past packages python)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages sphinx)
|
||||
#:use-module (gnu packages commencement)
|
||||
|
@ -91,7 +91,7 @@
|
|||
(propagated-inputs `(("gdb" ,gdb)
|
||||
("sqlite" ,sqlite)
|
||||
("openmpi" ,openmpi)
|
||||
("python" ,python-3.8)
|
||||
("python" ,python) ;; beware python 3.10 is *NOT* supported
|
||||
("python-numpy" ,python-numpy)
|
||||
("python-matplotlib" ,python-matplotlib)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
|
|
Loading…
Add table
Reference in a new issue