summaryrefslogtreecommitdiff
path: root/gnu/packages/simulation.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-04-16 13:01:17 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-09 12:58:17 +0100
commit70ad797db7c222326218d80436953cd8b3ea31bc (patch)
tree4adc3b47386208c98565df37e06a0fb5e4e254d6 /gnu/packages/simulation.scm
parentbea4645febf29fc2255ebb5ae11c3231b4c263db (diff)
gnu: hdf5-parallel-openmpi: Propagate openmpi.
hdf5-parallel-openmpi can't be built without openmpi when it's used as input in other packages, which force to include openmpi every time hdf5-parallel-openmpi is used, this change propagates openmpi to simplify the packaging. * gnu/packages/maths.scm (hdf5-parallel-openmpi)[propagated-inputs]: Add openmpi. * gnu/packages/bioinformatics.scm (lammps)[inputs]: Remove openmpi. (lammps-serial)[inputs]: Drop deletion of openmpi. * gnu/packages/lisp-xyz.scm (sbcl-cl-ana)[native-inputs]: Remove openmpi. * gnu/packages/maths.scm (netcdf-cxx4-parallel-openmpi, petsc-openmpi): [inputs]: Remove openmpi. * gnu/packages/simulation.scm (fenics-dolfin)[inputs]: Remove openmpi. Relates-to: guix/guix#7638, guix/guix!7946
Diffstat (limited to 'gnu/packages/simulation.scm')
-rw-r--r--gnu/packages/simulation.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 2bda36bda38..445235c254f 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -1041,7 +1041,6 @@ FFC is part of the FEniCS Project.")
1041 eigen 1041 eigen
1042 hdf5-parallel-openmpi 1042 hdf5-parallel-openmpi
1043 libxml2 1043 libxml2
1044 openmpi
1045 python-3 1044 python-3
1046 pt-scotch32 1045 pt-scotch32
1047 suitesparse 1046 suitesparse