diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-26 14:45:48 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-02-18 10:22:35 +0100 |
commit | a62b21d98ac3a81da7047e4f6c3cc97b28c4a955 (patch) | |
tree | f68d0f1ad0d68029f664e235742e08ed279d381c /math/dune-spgrid | |
parent | Mk/Uses/mpi.mk: adapt the dependency on OpenMPI according to $ARCH (diff) |
*/*: fix the dependency to net/openmpi4
For ports without USES=mpi:openmpi. For the others, it will be set
automatically.
Diffstat (limited to 'math/dune-spgrid')
-rw-r--r-- | math/dune-spgrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/dune-spgrid/Makefile b/math/dune-spgrid/Makefile index 45624c6dfcc9..f51f39ffaa4d 100644 --- a/math/dune-spgrid/Makefile +++ b/math/dune-spgrid/Makefile @@ -16,7 +16,7 @@ DUNE_DEPENDS= dune-common>0:math/dune-common \ dune-geometry>0:math/dune-geometry \ dune-uggrid>0:math/dune-uggrid BUILD_DEPENDS= ${DUNE_DEPENDS} \ - openmpi>0:net/openmpi \ + openmpi4>0:net/openmpi4 \ vc>0:devel/vc RUN_DEPENDS= ${DUNE_DEPENDS} |