notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
faiss Library for efficient similarity search & clustering of dense vectors
1.11.0 math on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.9.0_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-08-31 01:18:45
Last Update: 2025-04-27 03:38:23
Commit Hash: 7a2dc2f
People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
License: MIT
WWW:
https://github.com/facebookresearch/faiss
Description:
Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM. It also contains supporting code for evaluation and parameter tuning.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (148 items)
Collapse this list.
  1. /usr/local/share/licenses/faiss-1.11.0/catalog.mk
  2. /usr/local/share/licenses/faiss-1.11.0/LICENSE
  3. /usr/local/share/licenses/faiss-1.11.0/MIT
  4. include/faiss/AutoTune.h
  5. include/faiss/Clustering.h
  6. include/faiss/IVFlib.h
  7. include/faiss/Index.h
  8. include/faiss/Index2Layer.h
  9. include/faiss/IndexAdditiveQuantizer.h
  10. include/faiss/IndexAdditiveQuantizerFastScan.h
  11. include/faiss/IndexBinary.h
  12. include/faiss/IndexBinaryFlat.h
  13. include/faiss/IndexBinaryFromFloat.h
  14. include/faiss/IndexBinaryHNSW.h
  15. include/faiss/IndexBinaryHash.h
  16. include/faiss/IndexBinaryIVF.h
  17. include/faiss/IndexFastScan.h
  18. include/faiss/IndexFlat.h
  19. include/faiss/IndexFlatCodes.h
  20. include/faiss/IndexHNSW.h
  21. include/faiss/IndexIDMap.h
  22. include/faiss/IndexIVF.h
  23. include/faiss/IndexIVFAdditiveQuantizer.h
  24. include/faiss/IndexIVFAdditiveQuantizerFastScan.h
  25. include/faiss/IndexIVFFastScan.h
  26. include/faiss/IndexIVFFlat.h
  27. include/faiss/IndexIVFIndependentQuantizer.h
  28. include/faiss/IndexIVFPQ.h
  29. include/faiss/IndexIVFPQFastScan.h
  30. include/faiss/IndexIVFPQR.h
  31. include/faiss/IndexIVFRaBitQ.h
  32. include/faiss/IndexIVFSpectralHash.h
  33. include/faiss/IndexLSH.h
  34. include/faiss/IndexLattice.h
  35. include/faiss/IndexNNDescent.h
  36. include/faiss/IndexNSG.h
  37. include/faiss/IndexNeuralNetCodec.h
  38. include/faiss/IndexPQ.h
  39. include/faiss/IndexPQFastScan.h
  40. include/faiss/IndexPreTransform.h
  41. include/faiss/IndexRaBitQ.h
  42. include/faiss/IndexRefine.h
  43. include/faiss/IndexReplicas.h
  44. include/faiss/IndexRowwiseMinMax.h
  45. include/faiss/IndexScalarQuantizer.h
  46. include/faiss/IndexShards.h
  47. include/faiss/IndexShardsIVF.h
  48. include/faiss/MatrixStats.h
  49. include/faiss/MetaIndexes.h
  50. include/faiss/MetricType.h
  51. include/faiss/VectorTransform.h
  52. include/faiss/clone_index.h
  53. include/faiss/impl/AdditiveQuantizer.h
  54. include/faiss/impl/AuxIndexStructures.h
  55. include/faiss/impl/CodePacker.h
  56. include/faiss/impl/DistanceComputer.h
  57. include/faiss/impl/FaissAssert.h
  58. include/faiss/impl/FaissException.h
  59. include/faiss/impl/HNSW.h
  60. include/faiss/impl/IDSelector.h
  61. include/faiss/impl/LocalSearchQuantizer.h
  62. include/faiss/impl/LookupTableScaler.h
  63. include/faiss/impl/NNDescent.h
  64. include/faiss/impl/NSG.h
  65. include/faiss/impl/PolysemousTraining.h
  66. include/faiss/impl/ProductAdditiveQuantizer.h
  67. include/faiss/impl/ProductQuantizer-inl.h
  68. include/faiss/impl/ProductQuantizer.h
  69. include/faiss/impl/Quantizer.h
  70. include/faiss/impl/RaBitQuantizer.h
  71. include/faiss/impl/ResidualQuantizer.h
  72. include/faiss/impl/ResultHandler.h
  73. include/faiss/impl/ScalarQuantizer.h
  74. include/faiss/impl/ThreadedIndex-inl.h
  75. include/faiss/impl/ThreadedIndex.h
  76. include/faiss/impl/code_distance/code_distance-avx2.h
  77. include/faiss/impl/code_distance/code_distance-avx512.h
  78. include/faiss/impl/code_distance/code_distance-generic.h
  79. include/faiss/impl/code_distance/code_distance-sve.h
  80. include/faiss/impl/code_distance/code_distance.h
  81. include/faiss/impl/index_read_utils.h
  82. include/faiss/impl/io.h
  83. include/faiss/impl/io_macros.h
  84. include/faiss/impl/kmeans1d.h
  85. include/faiss/impl/lattice_Zn.h
  86. include/faiss/impl/maybe_owned_vector.h
  87. include/faiss/impl/platform_macros.h
  88. include/faiss/impl/pq4_fast_scan.h
  89. include/faiss/impl/residual_quantizer_encode_steps.h
  90. include/faiss/impl/simd_result_handlers.h
  91. include/faiss/index_factory.h
  92. include/faiss/index_io.h
  93. include/faiss/invlists/BlockInvertedLists.h
  94. include/faiss/invlists/DirectMap.h
  95. include/faiss/invlists/InvertedLists.h
  96. include/faiss/invlists/InvertedListsIOHook.h
  97. include/faiss/invlists/OnDiskInvertedLists.h
  98. include/faiss/utils/AlignedTable.h
  99. include/faiss/utils/Heap.h
  100. include/faiss/utils/NeuralNet.h
  101. include/faiss/utils/WorkerThread.h
  102. include/faiss/utils/approx_topk/approx_topk.h
  103. include/faiss/utils/approx_topk/avx2-inl.h
  104. include/faiss/utils/approx_topk/generic.h
  105. include/faiss/utils/approx_topk/mode.h
  106. include/faiss/utils/approx_topk_hamming/approx_topk_hamming.h
  107. include/faiss/utils/bf16.h
  108. include/faiss/utils/distances.h
  109. include/faiss/utils/distances_fused/avx512.h
  110. include/faiss/utils/distances_fused/distances_fused.h
  111. include/faiss/utils/distances_fused/simdlib_based.h
  112. include/faiss/utils/extra_distances-inl.h
  113. include/faiss/utils/extra_distances.h
  114. include/faiss/utils/fp16-arm.h
  115. include/faiss/utils/fp16-fp16c.h
  116. include/faiss/utils/fp16-inl.h
  117. include/faiss/utils/fp16.h
  118. include/faiss/utils/hamming-inl.h
  119. include/faiss/utils/hamming.h
  120. include/faiss/utils/hamming_distance/avx2-inl.h
  121. include/faiss/utils/hamming_distance/avx512-inl.h
  122. include/faiss/utils/hamming_distance/common.h
  123. include/faiss/utils/hamming_distance/generic-inl.h
  124. include/faiss/utils/hamming_distance/hamdis-inl.h
  125. include/faiss/utils/hamming_distance/neon-inl.h
  126. include/faiss/utils/ordered_key_value.h
  127. include/faiss/utils/partitioning.h
  128. include/faiss/utils/prefetch.h
  129. include/faiss/utils/quantize_lut.h
  130. include/faiss/utils/random.h
  131. include/faiss/utils/simdlib.h
  132. include/faiss/utils/simdlib_avx2.h
  133. include/faiss/utils/simdlib_avx512.h
  134. include/faiss/utils/simdlib_emulated.h
  135. include/faiss/utils/simdlib_neon.h
  136. include/faiss/utils/simdlib_ppc64.h
  137. include/faiss/utils/sorting.h
  138. include/faiss/utils/transpose/transpose-avx2-inl.h
  139. include/faiss/utils/transpose/transpose-avx512-inl.h
  140. include/faiss/utils/utils.h
  141. lib/libfaiss.so
  142. share/faiss/faiss-config-version.cmake
  143. share/faiss/faiss-config.cmake
  144. share/faiss/faiss-targets-release.cmake
  145. share/faiss/faiss-targets.cmake
  146. @owner
  147. @group
  148. @mode
Collapse this list.
Dependency lines:
  • faiss>0:math/faiss
To install the port:
cd /usr/ports/math/faiss/ && make install clean
To add the package, run one of these commands:
  • pkg install math/faiss
  • pkg install faiss
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: faiss
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1745711436 SHA256 (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = c5d517da6deb6a6d74290d7145331fc7474426025e2d826fa4a6d40670f4493c SIZE (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = 1138777

Expand this list (2 items)

Collapse this list.

SHA256 (01c7e647388f9e23fc828059a3fd9c61b43c0740.patch) = 6248c0d69b2309c5b977d6cd0ff75788a6e668b6c6c87c3113bb2e5603273ea4 SIZE (01c7e647388f9e23fc828059a3fd9c61b43c0740.patch) = 795

Collapse this list.


Packages (timestamps in pop-ups are UTC):
faiss
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.9.0_11.9.0_1--1.9.0_1-1.6.5-
FreeBSD:13:quarterly1.9.0_11.9.0_1--1.9.0_1-1.7.4_2-
FreeBSD:14:latest1.9.0_11.11.0--1.11.0---
FreeBSD:14:quarterly1.9.01.9.0_1--1.9.0_1-1.7.4_2-
FreeBSD:15:latest1.9.0_11.9.0_1n/a-n/a-1.7.4_21.7.4_2
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. openblas>0 : math/openblas
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Test dependencies:
  1. benchmark>0 : devel/benchmark
  2. gflags>0 : devel/gflags
  3. googletest>0 : devel/googletest
Runtime dependencies:
  1. openblas>0 : math/openblas
This port is required by:
for Libraries
  1. math/py-faiss

Configuration Options:
No options to configure
Options name:
math_faiss
USES:
cmake:testing compiler:c++11-lang localbase:ldflags
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebookresearch/faiss/tar.gz/v1.11.0?dummy=/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.0
27 Apr 2025 03:38:23
commit hash: 7a2dc2f8e94a632792571775602c084afdb43ad7commit hash: 7a2dc2f8e94a632792571775602c084afdb43ad7commit hash: 7a2dc2f8e94a632792571775602c084afdb43ad7commit hash: 7a2dc2f8e94a632792571775602c084afdb43ad7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/{,py-}faiss: update 1.9.0 → 1.11.0

Reported by:	portscout
1.9.0_1
28 Jan 2025 16:42:55
commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after OpenBLAS upgrade

Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.

PR:		284314
1.9.0
06 Oct 2024 18:08:27
commit hash: 68670a8f738e67bbbcf6a2a40a3790d30fd9f36ccommit hash: 68670a8f738e67bbbcf6a2a40a3790d30fd9f36ccommit hash: 68670a8f738e67bbbcf6a2a40a3790d30fd9f36ccommit hash: 68670a8f738e67bbbcf6a2a40a3790d30fd9f36c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/{,py-}faiss: update 1.8.0 → 1.9.0

Reported by:	portscout
1.8.0_1
21 Jun 2024 17:49:24
commit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fe files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade to OpenBLAS
1.8.0
05 Mar 2024 02:17:25
commit hash: 64545c162afbac00b470055dbac131f099554200commit hash: 64545c162afbac00b470055dbac131f099554200commit hash: 64545c162afbac00b470055dbac131f099554200commit hash: 64545c162afbac00b470055dbac131f099554200 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/{,py-}faiss: update 1.7.4 → 1.8.0

Reported by:	portscout
1.7.4_2
12 Dec 2023 19:03:50
commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of OpenBLAS

PR:		273219
1.7.4_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.7.4
22 Apr 2023 05:10:38
commit hash: c6c877853c23c5b81f3591fda3d389d18c1c27dacommit hash: c6c877853c23c5b81f3591fda3d389d18c1c27dacommit hash: c6c877853c23c5b81f3591fda3d389d18c1c27dacommit hash: c6c877853c23c5b81f3591fda3d389d18c1c27da files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/{,py-}faiss: Update 1.7.3 → 1.7.4

Reported by:	portscout
1.7.3
08 Jan 2023 11:53:10
commit hash: 720d8644e7a84854ceb217c6b1b9acb5ed6e4cb8commit hash: 720d8644e7a84854ceb217c6b1b9acb5ed6e4cb8commit hash: 720d8644e7a84854ceb217c6b1b9acb5ed6e4cb8commit hash: 720d8644e7a84854ceb217c6b1b9acb5ed6e4cb8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/{,py-}faiss: Update 1.7.2 -> 1.7.3
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.7.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.7.2
23 Jul 2022 16:13:09
commit hash: c52e62fa836103e2da624c6ea1d90c32ea69fde1commit hash: c52e62fa836103e2da624c6ea1d90c32ea69fde1commit hash: c52e62fa836103e2da624c6ea1d90c32ea69fde1commit hash: c52e62fa836103e2da624c6ea1d90c32ea69fde1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/faiss: Broken on systems where OpenMP isn't enabled

Reported by:	fallout
1.7.2
15 Jan 2022 10:32:16
commit hash: bd61878319bf1e0a6cb722a089524d73ef8f4f4fcommit hash: bd61878319bf1e0a6cb722a089524d73ef8f4f4fcommit hash: bd61878319bf1e0a6cb722a089524d73ef8f4f4fcommit hash: bd61878319bf1e0a6cb722a089524d73ef8f4f4f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/faiss: Update 1.7.1 -> 1.7.2

Reported by:	portscout
1.7.1
30 May 2021 05:38:10
commit hash: 4917c74f0d0c83100873ade1a33c9dfa6cbded98commit hash: 4917c74f0d0c83100873ade1a33c9dfa6cbded98commit hash: 4917c74f0d0c83100873ade1a33c9dfa6cbded98commit hash: 4917c74f0d0c83100873ade1a33c9dfa6cbded98 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/faiss: Update 1.7.0 -> 1.7.1

Reported by:	portscout
1.7.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.7.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.7.0
15 Feb 2021 00:10:18
Revision:565277Original commit files touched by this commit
yuri search for other commits by this committer
math/faiss: Update 1.6.5 -> 1.7.0

Reported by:	portscout
1.6.5
25 Nov 2020 10:51:30
Revision:556286Original commit files touched by this commit
yuri search for other commits by this committer
math/faiss: Update 1.6.4 -> 1.6.5
1.6.4
24 Oct 2020 18:47:32
Revision:553215Original commit files touched by this commit
yuri search for other commits by this committer
math/faiss: Update 1.6.3-72 -> 1.6.4

Reported by:	portscout
1.6.3.72
31 Aug 2020 18:07:12
Revision:547201Original commit files touched by this commit
yuri search for other commits by this committer
math/faiss: Permit build on all architectures expecting it to properly link with
OpenBLAS libraries, whether DYNAMIC_ARCH is set or not

Reported by:	pkubaj
1.6.3.72
31 Aug 2020 16:09:03
Revision:547197Original commit files touched by this commit
yuri search for other commits by this committer
math/faiss: Add ONLY_FOR_ARCHS

Reported by:	linimon
1.6.3.72
31 Aug 2020 01:18:06
Revision:547139Original commit files touched by this commit
yuri search for other commits by this committer
New port: math/faiss: Library for efficient similarity search & clustering of
dense vectors

Number of commits found: 22