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