Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2026 21:16:51 +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: 18e33cdd47c0 - main - math/{,py-}faiss: update 1.14.=?utf-8?Q?2 =E2=86=92 1.?=14.3
Message-ID:  <6a346043.3f061.687a59cf@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=18e33cdd47c097adf5ffddbb0fb3664355c55a39

commit 18e33cdd47c097adf5ffddbb0fb3664355c55a39
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-18 17:26:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-18 21:16:47 +0000

    math/{,py-}faiss: update 1.14.2 → 1.14.3
---
 math/faiss/Makefile    | 2 +-
 math/faiss/distinfo    | 6 +++---
 math/faiss/pkg-plist   | 2 ++
 math/py-faiss/Makefile | 4 ++--
 math/py-faiss/distinfo | 6 +++---
 5 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/math/faiss/Makefile b/math/faiss/Makefile
index 5275f1e8680d..cd6f48fcf18d 100644
--- a/math/faiss/Makefile
+++ b/math/faiss/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	faiss
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.14.2
+DISTVERSION=	1.14.3
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/faiss/distinfo b/math/faiss/distinfo
index 4dfbdb79d581..a5119b65aeb9 100644
--- a/math/faiss/distinfo
+++ b/math/faiss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779742519
-SHA256 (facebookresearch-faiss-v1.14.2_GH0.tar.gz) = 13c3643d1e96baf660e7aee45032464d3c0297188d2be74f3167e5393033246c
-SIZE (facebookresearch-faiss-v1.14.2_GH0.tar.gz) = 1595385
+TIMESTAMP = 1781802617
+SHA256 (facebookresearch-faiss-v1.14.3_GH0.tar.gz) = 7f3c4ed9aec3bd7524382862f5fcbd4d8984e2a8979ff3bdb2c0bcea5144149e
+SIZE (facebookresearch-faiss-v1.14.3_GH0.tar.gz) = 1680994
diff --git a/math/faiss/pkg-plist b/math/faiss/pkg-plist
index 0a67de3ec111..0b318ab564eb 100644
--- a/math/faiss/pkg-plist
+++ b/math/faiss/pkg-plist
@@ -64,6 +64,7 @@ include/faiss/impl/FaissAssert.h
 include/faiss/impl/FaissException.h
 include/faiss/impl/HNSW.h
 include/faiss/impl/IDSelector.h
+include/faiss/impl/InvertedListScannerStats.h
 include/faiss/impl/LocalSearchQuantizer.h
 include/faiss/impl/NNDescent.h
 include/faiss/impl/NSG.h
@@ -162,6 +163,7 @@ include/faiss/utils/hamming.h
 include/faiss/utils/hamming_distance/common.h
 include/faiss/utils/hamming_distance/hamming_computer-avx2.h
 include/faiss/utils/hamming_distance/hamming_computer-avx512.h
+include/faiss/utils/hamming_distance/hamming_computer-avx512_spr.h
 include/faiss/utils/hamming_distance/hamming_computer-generic.h
 include/faiss/utils/hamming_distance/hamming_computer-neon.h
 include/faiss/utils/hamming_distance/hamming_computer-rvv.h
diff --git a/math/py-faiss/Makefile b/math/py-faiss/Makefile
index a96024d23487..3c0932df2271 100644
--- a/math/py-faiss/Makefile
+++ b/math/py-faiss/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	faiss
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.14.2
+DISTVERSION=	1.14.3
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/../../LICENSE
 
 BROKEN_i386=	clang crashes, see bug#261580
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
+PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.25:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR}
 BUILD_DEPENDS=	swig:devel/swig \
 		${PY_DEPENDS}
diff --git a/math/py-faiss/distinfo b/math/py-faiss/distinfo
index da708378952e..d08c9b6e86a0 100644
--- a/math/py-faiss/distinfo
+++ b/math/py-faiss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779749380
-SHA256 (facebookresearch-faiss-v1.14.2_GH0.tar.gz) = 13c3643d1e96baf660e7aee45032464d3c0297188d2be74f3167e5393033246c
-SIZE (facebookresearch-faiss-v1.14.2_GH0.tar.gz) = 1595385
+TIMESTAMP = 1781803255
+SHA256 (facebookresearch-faiss-v1.14.3_GH0.tar.gz) = 7f3c4ed9aec3bd7524382862f5fcbd4d8984e2a8979ff3bdb2c0bcea5144149e
+SIZE (facebookresearch-faiss-v1.14.3_GH0.tar.gz) = 1680994


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a346043.3f061.687a59cf>