Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Aug 2026 15:21:48 +0000
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9592fae1adf1 - main - databases/py-chroma-hnswlib: remove -march=native
Message-ID:  <6a70b20c.39ffd.269a0c64@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9592fae1adf19cc2d70ef8e0d6cc4b2b9adeea92

commit 9592fae1adf19cc2d70ef8e0d6cc4b2b9adeea92
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-08-02 16:45:19 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a70b20c.39ffd.269a0c64>