git: f95dc7f99ee0 - main - databases/py-lancedb: Broken on aarch64
Yuri Victorovich <[email protected]> Sun, 02 Aug 2026 23:54:41 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f95dc7f99ee088537ea7d2a90f6c84b3e2615138 commit f95dc7f99ee088537ea7d2a90f6c84b3e2615138 Author: Yuri Victorovich <[email protected]> AuthorDate: 2026-08-02 23:33:52 +0000 Commit: Yuri Victorovich <[email protected]> CommitDate: 2026-08-02 23:54:24 +0000 databases/py-lancedb: Broken on aarch64 Reported by: fallout --- databases/py-lancedb/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/py-lancedb/Makefile b/databases/py-lancedb/Makefile index bc96e50bebf8..cf7d18501692 100644 --- a/databases/py-lancedb/Makefile +++ b/databases/py-lancedb/Makefile @@ -12,6 +12,8 @@ WWW= https://lancedb.com \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= compilation fails: cannot find module or crate `aarch64`, see https://github.com/lancedb/lancedb/issues/3764 + BUILD_DEPENDS= ${LOCALBASE}/bin/protoc:devel/protobuf \ ${PYTHON_PKGNAMEPREFIX}maturin>=1.4:devel/py-maturin@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecation>=2.1.0:devel/py-deprecation@${PY_FLAVOR} \