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
Port details
faiss Library for efficient similarity search & clustering of dense vectors
1.9.0_1 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.0Version 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-01-28 16:42:55
Commit Hash: e54e2c6
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 (135 items)
Collapse this list.
  1. /usr/local/share/licenses/faiss-1.9.0_1/catalog.mk
  2. /usr/local/share/licenses/faiss-1.9.0_1/LICENSE
  3. /usr/local/share/licenses/faiss-1.9.0_1/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/IndexIVFSpectralHash.h
  32. include/faiss/IndexLSH.h
  33. include/faiss/IndexLattice.h
  34. include/faiss/IndexNNDescent.h
  35. include/faiss/IndexNSG.h
  36. include/faiss/IndexPQ.h
  37. include/faiss/IndexPQFastScan.h
  38. include/faiss/IndexPreTransform.h
  39. include/faiss/IndexRefine.h
  40. include/faiss/IndexReplicas.h
  41. include/faiss/IndexRowwiseMinMax.h
  42. include/faiss/IndexScalarQuantizer.h
  43. include/faiss/IndexShards.h
  44. include/faiss/IndexShardsIVF.h
  45. include/faiss/MatrixStats.h
  46. include/faiss/MetaIndexes.h
  47. include/faiss/MetricType.h
  48. include/faiss/VectorTransform.h
  49. include/faiss/clone_index.h
  50. include/faiss/impl/AdditiveQuantizer.h
  51. include/faiss/impl/AuxIndexStructures.h
  52. include/faiss/impl/CodePacker.h
  53. include/faiss/impl/DistanceComputer.h
  54. include/faiss/impl/FaissAssert.h
  55. include/faiss/impl/FaissException.h
  56. include/faiss/impl/HNSW.h
  57. include/faiss/impl/IDSelector.h
  58. include/faiss/impl/LocalSearchQuantizer.h
  59. include/faiss/impl/LookupTableScaler.h
  60. include/faiss/impl/NNDescent.h
  61. include/faiss/impl/NSG.h
  62. include/faiss/impl/PolysemousTraining.h
  63. include/faiss/impl/ProductAdditiveQuantizer.h
  64. include/faiss/impl/ProductQuantizer-inl.h
  65. include/faiss/impl/ProductQuantizer.h
  66. include/faiss/impl/Quantizer.h
  67. include/faiss/impl/ResidualQuantizer.h
  68. include/faiss/impl/ResultHandler.h
  69. include/faiss/impl/ScalarQuantizer.h
  70. include/faiss/impl/ThreadedIndex-inl.h
  71. include/faiss/impl/ThreadedIndex.h
  72. include/faiss/impl/code_distance/code_distance-avx2.h
  73. include/faiss/impl/code_distance/code_distance-generic.h
  74. include/faiss/impl/code_distance/code_distance.h
  75. include/faiss/impl/io.h
  76. include/faiss/impl/io_macros.h
  77. include/faiss/impl/kmeans1d.h
  78. include/faiss/impl/lattice_Zn.h
  79. include/faiss/impl/platform_macros.h
  80. include/faiss/impl/pq4_fast_scan.h
  81. include/faiss/impl/residual_quantizer_encode_steps.h
  82. include/faiss/impl/simd_result_handlers.h
  83. include/faiss/index_factory.h
  84. include/faiss/index_io.h
  85. include/faiss/invlists/BlockInvertedLists.h
  86. include/faiss/invlists/DirectMap.h
  87. include/faiss/invlists/InvertedLists.h
  88. include/faiss/invlists/InvertedListsIOHook.h
  89. include/faiss/invlists/OnDiskInvertedLists.h
  90. include/faiss/utils/AlignedTable.h
  91. include/faiss/utils/Heap.h
  92. include/faiss/utils/WorkerThread.h
  93. include/faiss/utils/approx_topk/approx_topk.h
  94. include/faiss/utils/approx_topk/avx2-inl.h
  95. include/faiss/utils/approx_topk/generic.h
  96. include/faiss/utils/approx_topk/mode.h
  97. include/faiss/utils/approx_topk_hamming/approx_topk_hamming.h
  98. include/faiss/utils/bf16.h
  99. include/faiss/utils/distances.h
  100. include/faiss/utils/distances_fused/avx512.h
  101. include/faiss/utils/distances_fused/distances_fused.h
  102. include/faiss/utils/distances_fused/simdlib_based.h
  103. include/faiss/utils/extra_distances-inl.h
  104. include/faiss/utils/extra_distances.h
  105. include/faiss/utils/fp16-arm.h
  106. include/faiss/utils/fp16-fp16c.h
  107. include/faiss/utils/fp16-inl.h
  108. include/faiss/utils/fp16.h
  109. include/faiss/utils/hamming-inl.h
  110. include/faiss/utils/hamming.h
  111. include/faiss/utils/hamming_distance/avx2-inl.h
  112. include/faiss/utils/hamming_distance/common.h
  113. include/faiss/utils/hamming_distance/generic-inl.h
  114. include/faiss/utils/hamming_distance/hamdis-inl.h
  115. include/faiss/utils/hamming_distance/neon-inl.h
  116. include/faiss/utils/ordered_key_value.h
  117. include/faiss/utils/partitioning.h
  118. include/faiss/utils/prefetch.h
  119. include/faiss/utils/quantize_lut.h
  120. include/faiss/utils/random.h
  121. include/faiss/utils/simdlib.h
  122. include/faiss/utils/simdlib_avx2.h
  123. include/faiss/utils/simdlib_emulated.h
  124. include/faiss/utils/simdlib_neon.h
  125. include/faiss/utils/sorting.h
  126. include/faiss/utils/transpose/transpose-avx2-inl.h
  127. include/faiss/utils/utils.h
  128. lib/libfaiss.so
  129. share/faiss/faiss-config-version.cmake
  130. share/faiss/faiss-config.cmake
  131. share/faiss/faiss-targets-release.cmake
  132. share/faiss/faiss-targets.cmake
  133. @owner
  134. @group
  135. @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 = 1728188633 SHA256 (facebookresearch-faiss-v1.9.0_GH0.tar.gz) = a6c3c60811aeec2dd8943a41f3df244bfed12371453d9b10eaf6ba55fafad1d2 SIZE (facebookresearch-faiss-v1.9.0_GH0.tar.gz) = 1084439

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.01.9.0--1.9.0-1.7.4_2-
FreeBSD:14:latest1.9.0_11.9.0_1--1.9.0_1---
FreeBSD:14:quarterly1.9.01.9.0--1.9.0-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. 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.9.0?dummy=/
Collapse this list.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 21