mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
377 B
Makefile
21 lines
377 B
Makefile
COMMENT= introspect/set max threads in native libraries like BLAS
|
|
|
|
MODPY_DISTV= 3.6.0
|
|
GH_ACCOUNT= joblib
|
|
GH_PROJECT= threadpoolctl
|
|
GH_TAGNAME= ${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://github.com/joblib/threadpoolctl
|
|
|
|
# BSD-3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_core
|
|
MODPY_PYTEST_ARGS= -v
|
|
|
|
.include <bsd.port.mk>
|