git: 9592fae1adf1 - main - databases/py-chroma-hnswlib: remove -march=native
Piotr Kubaj <[email protected]> Mon, 03 Aug 2026 15:21:48 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=9592fae1adf19cc2d70ef8e0d6cc4b2b9adeea92 commit 9592fae1adf19cc2d70ef8e0d6cc4b2b9adeea92 Author: Piotr Kubaj <[email protected]> AuthorDate: 2026-08-02 16:45:19 +0000 Commit: Piotr Kubaj <[email protected]> CommitDate: 2026-08-03 15:21:20 +0000 databases/py-chroma-hnswlib: remove -march=native --- databases/py-chroma-hnswlib/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/py-chroma-hnswlib/Makefile b/databases/py-chroma-hnswlib/Makefile index 507439f6137c..a29ff9852f06 100644 --- a/databases/py-chroma-hnswlib/Makefile +++ b/databases/py-chroma-hnswlib/Makefile @@ -1,5 +1,6 @@ PORTNAME= chroma-hnswlib DISTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,4 +22,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.10.0:math/py-numpy@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 +MAKE_ENV= HNSWLIB_NO_NATIVE=1 + .include <bsd.port.mk>