git: 236d80da3bf9 - main - devel/py-mystic: Add PARALLEL option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 19:38:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=236d80da3bf95edec105dd5d7a8198ddc0749669
commit 236d80da3bf95edec105dd5d7a8198ddc0749669
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-10 19:35:17 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-10 19:35:17 +0000
devel/py-mystic: Add PARALLEL option
---
devel/py-mystic/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/devel/py-mystic/Makefile b/devel/py-mystic/Makefile
index 7232fadf52c2..1afeb194ff05 100644
--- a/devel/py-mystic/Makefile
+++ b/devel/py-mystic/Makefile
@@ -25,4 +25,10 @@ USE_PYTHON= autoplist concurrent cython pep517
NO_ARCH= yes
+OPTIONS_DEFINE= PARALLEL
+PARALLEL_DESC= Parallel computing support
+
+PARALLEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathos>=0.3.5:devel/py-pathos@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyina>=0.3.1:devel/py-pyina@${PY_FLAVOR}
+
.include <bsd.port.mk>