Date: Mon, 24 Nov 2025 05:58:18 +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: 5c548c7f7d15 - main - math/faiss: update 1.12.0=?utf-8?Q? =E2=86=92 1.1?=3.0 Message-ID: <6923f3fa.e442.596aa295@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=5c548c7f7d152092dde2c002dd2e47f91b6e8958 commit 5c548c7f7d152092dde2c002dd2e47f91b6e8958 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-11-24 05:00:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-11-24 05:00:37 +0000 math/faiss: update 1.12.0 → 1.13.0 --- math/faiss/Makefile | 5 ++++- math/faiss/distinfo | 6 +++--- math/faiss/pkg-plist | 6 ++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/math/faiss/Makefile b/math/faiss/Makefile index e64bffca76f0..608eea9e7e2e 100644 --- a/math/faiss/Makefile +++ b/math/faiss/Makefile @@ -1,6 +1,6 @@ PORTNAME= faiss DISTVERSIONPREFIX= v -DISTVERSION= 1.12.0 +DISTVERSION= 1.13.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -28,6 +28,9 @@ GH_ACCOUNT= facebookresearch CMAKE_ON= BUILD_SHARED_LIBS 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 .include <bsd.port.mk> diff --git a/math/faiss/distinfo b/math/faiss/distinfo index 993ba750a6d7..f1243da453e8 100644 --- a/math/faiss/distinfo +++ b/math/faiss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757855190 -SHA256 (facebookresearch-faiss-v1.12.0_GH0.tar.gz) = 561376d1a44771bf1230fabeef9c81643468009b45a585382cf38d3a7a94990a -SIZE (facebookresearch-faiss-v1.12.0_GH0.tar.gz) = 1169676 +TIMESTAMP = 1763959029 +SHA256 (facebookresearch-faiss-v1.13.0_GH0.tar.gz) = 6db002fc020fb8d02adaafd06e1b3b8fb4f9301d25d18392e27eb6e63be0361b +SIZE (facebookresearch-faiss-v1.13.0_GH0.tar.gz) = 1214369 diff --git a/math/faiss/pkg-plist b/math/faiss/pkg-plist index af4874fd8148..8bf60e859d7a 100644 --- a/math/faiss/pkg-plist +++ b/math/faiss/pkg-plist @@ -21,11 +21,13 @@ include/faiss/IndexIVFAdditiveQuantizer.h include/faiss/IndexIVFAdditiveQuantizerFastScan.h include/faiss/IndexIVFFastScan.h include/faiss/IndexIVFFlat.h +include/faiss/IndexIVFFlatPanorama.h include/faiss/IndexIVFIndependentQuantizer.h include/faiss/IndexIVFPQ.h include/faiss/IndexIVFPQFastScan.h include/faiss/IndexIVFPQR.h include/faiss/IndexIVFRaBitQ.h +include/faiss/IndexIVFRaBitQFastScan.h include/faiss/IndexIVFSpectralHash.h include/faiss/IndexLSH.h include/faiss/IndexLattice.h @@ -36,6 +38,7 @@ include/faiss/IndexPQ.h include/faiss/IndexPQFastScan.h include/faiss/IndexPreTransform.h include/faiss/IndexRaBitQ.h +include/faiss/IndexRaBitQFastScan.h include/faiss/IndexRefine.h include/faiss/IndexReplicas.h include/faiss/IndexRowwiseMinMax.h @@ -53,17 +56,20 @@ include/faiss/impl/CodePacker.h include/faiss/impl/DistanceComputer.h include/faiss/impl/FaissAssert.h include/faiss/impl/FaissException.h +include/faiss/impl/FastScanDistancePostProcessing.h include/faiss/impl/HNSW.h include/faiss/impl/IDSelector.h include/faiss/impl/LocalSearchQuantizer.h include/faiss/impl/LookupTableScaler.h include/faiss/impl/NNDescent.h include/faiss/impl/NSG.h +include/faiss/impl/PanoramaStats.h include/faiss/impl/PolysemousTraining.h include/faiss/impl/ProductAdditiveQuantizer.h include/faiss/impl/ProductQuantizer-inl.h include/faiss/impl/ProductQuantizer.h include/faiss/impl/Quantizer.h +include/faiss/impl/RaBitQUtils.h include/faiss/impl/RaBitQuantizer.h include/faiss/impl/ResidualQuantizer.h include/faiss/impl/ResultHandler.hhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6923f3fa.e442.596aa295>
