Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 2025 10:55:36 +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: 74989519d1df - main - math/{,py-}faiss: update 1.13.=?utf-8?Q?0 =E2=86=92 1.?=13.1
Message-ID:  <69301728.39a74.70e4b126@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=74989519d1df80c1ab9a28cb9d990b290ae63780

commit 74989519d1df80c1ab9a28cb9d990b290ae63780
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-12-03 10:31:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-12-03 10:55:27 +0000

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

diff --git a/math/faiss/Makefile b/math/faiss/Makefile
index 608eea9e7e2e..da653efc6cae 100644
--- a/math/faiss/Makefile
+++ b/math/faiss/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	faiss
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.13.0
+DISTVERSION=	1.13.1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -31,6 +31,6 @@ CMAKE_OFF=	BUILD_TESTING FAISS_ENABLE_GPU FAISS_ENABLE_PYTHON
 post-extract: # workaround for https://github.com/facebookresearch/faiss/issues/3913
 	@${LN} -s ${WRKSRC} ${WRKDIR}/faiss
 
-# tests as of 1.12.0: 100% tests passed
+# tests as of 1.13.1: 100% tests passed, 0 tests failed out of 138
 
 .include <bsd.port.mk>
diff --git a/math/faiss/distinfo b/math/faiss/distinfo
index f1243da453e8..914ecf49ab21 100644
--- a/math/faiss/distinfo
+++ b/math/faiss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763959029
-SHA256 (facebookresearch-faiss-v1.13.0_GH0.tar.gz) = 6db002fc020fb8d02adaafd06e1b3b8fb4f9301d25d18392e27eb6e63be0361b
-SIZE (facebookresearch-faiss-v1.13.0_GH0.tar.gz) = 1214369
+TIMESTAMP = 1764757559
+SHA256 (facebookresearch-faiss-v1.13.1_GH0.tar.gz) = 89e6e9e3eb14a5948b9b8b57656de2dae9a1f0f7aceb5a2268e5eded33e5d6cf
+SIZE (facebookresearch-faiss-v1.13.1_GH0.tar.gz) = 1236021
diff --git a/math/faiss/pkg-plist b/math/faiss/pkg-plist
index 8bf60e859d7a..28bedaa643b4 100644
--- a/math/faiss/pkg-plist
+++ b/math/faiss/pkg-plist
@@ -63,6 +63,7 @@ include/faiss/impl/LocalSearchQuantizer.h
 include/faiss/impl/LookupTableScaler.h
 include/faiss/impl/NNDescent.h
 include/faiss/impl/NSG.h
+include/faiss/impl/Panorama.h
 include/faiss/impl/PanoramaStats.h
 include/faiss/impl/PolysemousTraining.h
 include/faiss/impl/ProductAdditiveQuantizer.h
@@ -71,6 +72,7 @@ include/faiss/impl/ProductQuantizer.h
 include/faiss/impl/Quantizer.h
 include/faiss/impl/RaBitQUtils.h
 include/faiss/impl/RaBitQuantizer.h
+include/faiss/impl/RaBitQuantizerMultiBit.h
 include/faiss/impl/ResidualQuantizer.h
 include/faiss/impl/ResultHandler.h
 include/faiss/impl/ScalarQuantizer.h
diff --git a/math/py-faiss/Makefile b/math/py-faiss/Makefile
index 6801ffbd259d..eeced13f06e0 100644
--- a/math/py-faiss/Makefile
+++ b/math/py-faiss/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	faiss
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.13.0
+DISTVERSION=	1.13.1
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/math/py-faiss/distinfo b/math/py-faiss/distinfo
index 946b7027702e..d92f865fe9c7 100644
--- a/math/py-faiss/distinfo
+++ b/math/py-faiss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763960009
-SHA256 (facebookresearch-faiss-v1.13.0_GH0.tar.gz) = 6db002fc020fb8d02adaafd06e1b3b8fb4f9301d25d18392e27eb6e63be0361b
-SIZE (facebookresearch-faiss-v1.13.0_GH0.tar.gz) = 1214369
+TIMESTAMP = 1764757791
+SHA256 (facebookresearch-faiss-v1.13.1_GH0.tar.gz) = 89e6e9e3eb14a5948b9b8b57656de2dae9a1f0f7aceb5a2268e5eded33e5d6cf
+SIZE (facebookresearch-faiss-v1.13.1_GH0.tar.gz) = 1236021


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69301728.39a74.70e4b126>