revert changes for yade

This commit is contained in:
Yann Dupont 2024-01-11 17:09:59 +01:00
parent 8b644e68cb
commit c76a0d9d47
2 changed files with 5 additions and 5 deletions

View file

@ -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"))))

View file

@ -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)