summaryrefslogtreecommitdiff
path: root/misc/adios2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/adios2/Makefile')
-rw-r--r--misc/adios2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile
index 4b8181f0e83d..212febee23bc 100644
--- a/misc/adios2/Makefile
+++ b/misc/adios2/Makefile
@@ -1,6 +1,7 @@
PORTNAME= adios2
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.2
+PORTREVISION= 1
CATEGORIES= misc science
MAINTAINER= yuri@FreeBSD.org
@@ -15,7 +16,7 @@ BROKEN_i386= constant expression evaluates to 18446744073709551613 which cannot
BROKEN_powerpc= constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469
PY_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}mpi4py>=3.0.3:net/py-mpi4py@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}mpi4py-mpich>=3.0.3:net/py-mpi4py-mpich@${PY_FLAVOR}
BUILD_DEPENDS= bash:shells/bash \
pybind11>0:devel/pybind11 \
${PYTHON_PKGNAMEPREFIX}pybind11>=2.4:devel/py-pybind11@${PY_FLAVOR} \
@@ -58,6 +59,6 @@ PORTDOCS= *
# several tests fail, see https://github.com/ornladios/ADIOS2/issues/3286
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/adios2/bindings/adios2_bindings${PYTHON_EXT_SUFFIX}.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/adios2/bindings/adios2_bindings${PYTHON_TAG}.so
.include <bsd.port.mk>