mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add updater input properties for R and Python packages.
* gnu/packages/cran.scm (r-glue, r-xfun, r-vctrs) (r-lifecycle): Turn comment about r-knitr into 'properties' field. * gnu/packages/mpi.scm (python-mpi4py)[properties]: New field.
This commit is contained in:
parent
57ceb64e34
commit
9f7cd1fcaf
2 changed files with 18 additions and 20 deletions
|
@ -422,6 +422,8 @@ only provides @code{MPI_THREAD_FUNNELED}.")))
|
|||
#t)))))
|
||||
(inputs
|
||||
(list openmpi))
|
||||
(properties
|
||||
'((updater-extra-inputs . ("openmpi"))))
|
||||
(home-page "https://github.com/mpi4py/mpi4py")
|
||||
(synopsis "Python bindings for the Message Passing Interface standard")
|
||||
(description "MPI for Python (mpi4py) provides bindings of the Message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue