Date: Sat, 15 Jan 2022 10:32:18 GMT 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: bd61878319bf - main - math/faiss: Update 1.7.1 -> 1.7.2 Message-ID: <202201151032.20FAWIGl005090@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd61878319bf1e0a6cb722a089524d73ef8f4f4f commit bd61878319bf1e0a6cb722a089524d73ef8f4f4f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-15 10:17:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-15 10:32:16 +0000 math/faiss: Update 1.7.1 -> 1.7.2 Reported by: portscout --- math/faiss/Makefile | 2 +- math/faiss/distinfo | 6 +++--- math/faiss/pkg-plist | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/math/faiss/Makefile b/math/faiss/Makefile index 9f897fec6776..c1aede497daa 100644 --- a/math/faiss/Makefile +++ b/math/faiss/Makefile @@ -1,6 +1,6 @@ PORTNAME= faiss DISTVERSIONPREFIX= v -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/faiss/distinfo b/math/faiss/distinfo index 6c931cfe6c0a..692e7da7cd70 100644 --- a/math/faiss/distinfo +++ b/math/faiss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622352487 -SHA256 (facebookresearch-faiss-v1.7.1_GH0.tar.gz) = d676d3107ad41203a49e0afda2630519299dc8666f8d23322cbe1eac0c431871 -SIZE (facebookresearch-faiss-v1.7.1_GH0.tar.gz) = 709030 +TIMESTAMP = 1642235176 +SHA256 (facebookresearch-faiss-v1.7.2_GH0.tar.gz) = d49b4afd6a7a5b64f260a236ee9b2efb760edb08c33d5ea5610c2f078a5995ec +SIZE (facebookresearch-faiss-v1.7.2_GH0.tar.gz) = 740431 diff --git a/math/faiss/pkg-plist b/math/faiss/pkg-plist index 7755185ae46a..c35e65cf7ffd 100644 --- a/math/faiss/pkg-plist +++ b/math/faiss/pkg-plist @@ -3,6 +3,7 @@ include/faiss/Clustering.h include/faiss/IVFlib.h include/faiss/Index.h include/faiss/Index2Layer.h +include/faiss/IndexAdditiveQuantizer.h include/faiss/IndexBinary.h include/faiss/IndexBinaryFlat.h include/faiss/IndexBinaryFromFloat.h @@ -10,8 +11,10 @@ include/faiss/IndexBinaryHNSW.h include/faiss/IndexBinaryHash.h include/faiss/IndexBinaryIVF.h include/faiss/IndexFlat.h +include/faiss/IndexFlatCodes.h include/faiss/IndexHNSW.h include/faiss/IndexIVF.h +include/faiss/IndexIVFAdditiveQuantizer.h include/faiss/IndexIVFFlat.h include/faiss/IndexIVFPQ.h include/faiss/IndexIVFPQFastScan.h @@ -51,6 +54,7 @@ include/faiss/impl/ThreadedIndex-inl.h include/faiss/impl/ThreadedIndex.h include/faiss/impl/io.h include/faiss/impl/io_macros.h +include/faiss/impl/kmeans1d.h include/faiss/impl/lattice_Zn.h include/faiss/impl/platform_macros.h include/faiss/impl/pq4_fast_scan.h @@ -66,6 +70,7 @@ include/faiss/utils/AlignedTable.h include/faiss/utils/Heap.h include/faiss/utils/WorkerThread.h include/faiss/utils/distances.h +include/faiss/utils/extra_distances-inl.h include/faiss/utils/extra_distances.h include/faiss/utils/hamming-inl.h include/faiss/utils/hamming.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201151032.20FAWIGl005090>