mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
math/py-blis07: Add py-blis07 0.7.11 (copied from py-blis)
- Add PORTSCOUT
This commit is contained in:
parent
dea8701c81
commit
1284c827e7
@ -916,6 +916,7 @@
|
||||
SUBDIR += py-bitmath
|
||||
SUBDIR += py-bitvector
|
||||
SUBDIR += py-blis
|
||||
SUBDIR += py-blis07
|
||||
SUBDIR += py-bottleneck
|
||||
SUBDIR += py-brial
|
||||
SUBDIR += py-chaospy
|
||||
|
28
math/py-blis07/Makefile
Normal file
28
math/py-blis07/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
PORTNAME= blis
|
||||
PORTVERSION= 0.7.11
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 07
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= BLAS-like linear algebra library, as a self-contained C-extension
|
||||
WWW= https://github.com/explosion/cython-blis
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25.0,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.0,1:math/py-numpy@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent cython pep517
|
||||
|
||||
PORTSCOUT= limit:^0\.7\.
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/py-blis07/distinfo
Normal file
3
math/py-blis07/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1708448832
|
||||
SHA256 (blis-0.7.11.tar.gz) = cec6d48f75f7ac328ae1b6fbb372dde8c8a57c89559172277f66e01ff08d4d42
|
||||
SIZE (blis-0.7.11.tar.gz) = 2897107
|
2
math/py-blis07/pkg-descr
Normal file
2
math/py-blis07/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Cython BLIS provides the Blis linear algebra routines as a self-contained Python
|
||||
C-extension.
|
Loading…
Reference in New Issue
Block a user