diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-08-04 06:39:54 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-08-04 20:10:23 +0000 |
| commit | ca3d8c22d85f3f8eebfff63e01b20384e3ae51b3 (patch) | |
| tree | 08b2b5cea499330f7ffb76a1d9ca75052272eb4d | |
| parent | 3830c47cc9e10d59afb0d4b66c3132e67d5b4621 (diff) | |
devel/py-findblas: New port: Find installed BLAS library
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-findblas/Makefile | 22 | ||||
| -rw-r--r-- | devel/py-findblas/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-findblas/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 92968bce1db4..8b600004b5eb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5068,6 +5068,7 @@ SUBDIR += py-filemagic SUBDIR += py-filetype SUBDIR += py-find-libpython + SUBDIR += py-findblas SUBDIR += py-findlibs SUBDIR += py-findpython SUBDIR += py-fire diff --git a/devel/py-findblas/Makefile b/devel/py-findblas/Makefile new file mode 100644 index 000000000000..90b1f34cecf8 --- /dev/null +++ b/devel/py-findblas/Makefile @@ -0,0 +1,22 @@ +PORTNAME= findblas +DISTVERSION= 0.1.26.post1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Find installed BLAS library +WWW= https://github.com/david-cortes/findblas + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist concurrent + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-findblas/distinfo b/devel/py-findblas/distinfo new file mode 100644 index 000000000000..ef84077da148 --- /dev/null +++ b/devel/py-findblas/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1785732402 +SHA256 (findblas-0.1.26.post1.tar.gz) = c8b9ca1ca063f03b5b8f3eded8eff7f13690cd043dcc5035a92f2a74ae73e7bb +SIZE (findblas-0.1.26.post1.tar.gz) = 21511 diff --git a/devel/py-findblas/pkg-descr b/devel/py-findblas/pkg-descr new file mode 100644 index 000000000000..25a2781fe718 --- /dev/null +++ b/devel/py-findblas/pkg-descr @@ -0,0 +1,3 @@ +Python package to find an installed BLAS library and obtain its headers +and linker flags. It is typically used as a build helper for Python +extensions that need to link against a BLAS implementation. |
