aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-22 21:25:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-23 07:52:31 +0000
commitfea5153b6c657d1e01ba17241c20f65a1aa64c9f (patch)
treedc5fcec9ba234c416acf4973a3c588b5f20e695f
parentdd9d9a9953922178d7a87038563a39ea00ac7168 (diff)
downloadports-fea5153b6c657d1e01ba17241c20f65a1aa64c9f.tar.gz
ports-fea5153b6c657d1e01ba17241c20f65a1aa64c9f.zip
math/py-pyodesys: Minor correction and comment addition
-rw-r--r--math/py-pyodesys/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-pyodesys/Makefile b/math/py-pyodesys/Makefile
index cb625de2eb30..54d0926240f5 100644
--- a/math/py-pyodesys/Makefile
+++ b/math/py-pyodesys/Makefile
@@ -35,8 +35,9 @@ OPTIONS_DEFAULT= EXTRAS
EXTRAS_DESC= Install optional dependencies for additional functionality
EXTRAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycodeexport>=0.1.2:devel/py-pycodeexport@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycompilation>=0.4.3:devel/py-pycompilation@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pycompilation>=0.4.9:devel/py-pycompilation@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygslodeiv2>=0.9.1:math/py-pygslodeiv2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyodeint>=0.10.1:math/py-pyodeint@${PY_FLAVOR}
+ # TODO pycvodes>=0.13.1 - doesn't build with sundials
.include <bsd.port.mk>