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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
faiss Library for efficient similarity search & clustering of dense vectors
1.8.0 math on this many watch lists=0 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.7.4_2Version 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: 2024-03-05 02:17:25
Commit Hash: 64545c1
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 (134 items)
Collapse this list.
  1. /usr/local/share/licenses/faiss-1.8.0/catalog.mk
  2. /usr/local/share/licenses/faiss-1.8.0/LICENSE
  3. /usr/local/share/licenses/faiss-1.8.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/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/distances.h
  99. include/faiss/utils/distances_fused/avx512.h
  100. include/faiss/utils/distances_fused/distances_fused.h
  101. include/faiss/utils/distances_fused/simdlib_based.h
  102. include/faiss/utils/extra_distances-inl.h
  103. include/faiss/utils/extra_distances.h
  104. include/faiss/utils/fp16-arm.h
  105. include/faiss/utils/fp16-fp16c.h
  106. include/faiss/utils/fp16-inl.h
  107. include/faiss/utils/fp16.h
  108. include/faiss/utils/hamming-inl.h
  109. include/faiss/utils/hamming.h
  110. include/faiss/utils/hamming_distance/avx2-inl.h
  111. include/faiss/utils/hamming_distance/common.h
  112. include/faiss/utils/hamming_distance/generic-inl.h
  113. include/faiss/utils/hamming_distance/hamdis-inl.h
  114. include/faiss/utils/hamming_distance/neon-inl.h
  115. include/faiss/utils/ordered_key_value.h
  116. include/faiss/utils/partitioning.h
  117. include/faiss/utils/prefetch.h
  118. include/faiss/utils/quantize_lut.h
  119. include/faiss/utils/random.h
  120. include/faiss/utils/simdlib.h
  121. include/faiss/utils/simdlib_avx2.h
  122. include/faiss/utils/simdlib_emulated.h
  123. include/faiss/utils/simdlib_neon.h
  124. include/faiss/utils/sorting.h
  125. include/faiss/utils/transpose/transpose-avx2-inl.h
  126. include/faiss/utils/utils.h
  127. lib/libfaiss.so
  128. share/faiss/faiss-config-version.cmake
  129. share/faiss/faiss-config.cmake
  130. share/faiss/faiss-targets-release.cmake
  131. share/faiss/faiss-targets.cmake
  132. @owner
  133. @group
  134. @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 = 1709601119 SHA256 (facebookresearch-faiss-v1.8.0_GH0.tar.gz) = 56ece0a419d62eaa11e39022fa27c8ed6d5a9b9eb7416cc5a0fdbeab07ec2f0c SIZE (facebookresearch-faiss-v1.8.0_GH0.tar.gz) = 1015506

Expand this list (2 items)

Collapse this list.

SHA256 (70c5de13cd9e2ce94181fe67d9a70eb371ecd554.patch) = a50d06093d3aa6450caa127d6f10bac5325474f5102fea87f07170d11e2293c3 SIZE (70c5de13cd9e2ce94181fe67d9a70eb371ecd554.patch) = 869

Collapse this list.


Packages (timestamps in pop-ups are UTC):
faiss
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.01.8.0--1.8.0-1.6.5-
FreeBSD:13:quarterly1.7.4_21.7.4_2--1.8.0-1.7.4_2-
FreeBSD:14:latest1.8.01.8.0--1.8.0---
FreeBSD:14:quarterly1.7.4_21.8.0--1.8.0-1.7.4_2-
FreeBSD:15:latest1.8.01.8.0n/a-n/a-1.7.4_21.7.4_2
FreeBSD:15:quarterly--n/a-n/a---
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.8.0?dummy=/
Collapse this list.

Number of commits found: 18

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