git: fea5153b6c65 - main - math/py-pyodesys: Minor correction and comment addition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Oct 2022 07:52:35 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fea5153b6c657d1e01ba17241c20f65a1aa64c9f commit fea5153b6c657d1e01ba17241c20f65a1aa64c9f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-22 21:25:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-23 07:52:31 +0000 math/py-pyodesys: Minor correction and comment addition --- math/py-pyodesys/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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>