Date: Tue, 04 Aug 2026 20:10:32 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ca3d8c22d85f - main - devel/py-findblas: New port: Find installed BLAS library Message-ID: <6a724738.3c1ab.23aad76c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca3d8c22d85f3f8eebfff63e01b20384e3ae51b3 commit ca3d8c22d85f3f8eebfff63e01b20384e3ae51b3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-08-04 06:39:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-08-04 20:10:23 +0000 devel/py-findblas: New port: Find installed BLAS library --- devel/Makefile | 1 + devel/py-findblas/Makefile | 22 ++++++++++++++++++++++ devel/py-findblas/distinfo | 3 +++ devel/py-findblas/pkg-descr | 3 +++ 4 files changed, 29 insertions(+) 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a724738.3c1ab.23aad76c>
