diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-23 21:00:37 -0800 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-23 21:00:37 -0800 |
| commit | 5c548c7f7d152092dde2c002dd2e47f91b6e8958 (patch) | |
| tree | 4785c01c03aaee99a3feeaf5dcee87f58e99c30e /math | |
| parent | math/py-faiss: update 1.11.0 → 1.13.0 (diff) | |
math/faiss: update 1.12.0 → 1.13.0
Diffstat (limited to 'math')
| -rw-r--r-- | math/faiss/Makefile | 5 | ||||
| -rw-r--r-- | math/faiss/distinfo | 6 | ||||
| -rw-r--r-- | 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.h |
