Port details |
- py-faiss Library for efficient similarity search & clustering of dense vectors
- 1.9.0 math =2 1.8.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-01-15 10:33:17
- Last Update: 2024-10-06 18:08:27
- Commit Hash: 68670a8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/facebookresearch/faiss
- Description:
- Python binding for Faiss.
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}faiss>0:math/py-faiss@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-faiss/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-faiss
- pkg install py311-faiss
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-faiss listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-faiss
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728191400
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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- swig : devel/swig
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-packaging>0 : devel/py-packaging@py311
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-packaging>0 : devel/py-packaging@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libfaiss.so : math/faiss
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_py-faiss
- USES:
- cmake compiler:c++11-lang localbase python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.0 06 Oct 2024 18:08:27 |
Yuri Victorovich (yuri) |
math/{,py-}faiss: update 1.8.0 → 1.9.0
Reported by: portscout |
1.8.0 13 Jul 2024 20:19:02 |
Po-Chuan Hsieh (sunpoet) |
math/py-faiss: Fix build with swig 4.2.0+
PR: 279489
Obtained
from: https://github.com/facebookresearch/faiss/commit/d6854136afa3b987defb2c8e8108bad76ebdb949 |
1.8.0 05 Mar 2024 02:17:25 |
Yuri Victorovich (yuri) |
math/{,py-}faiss: update 1.7.4 → 1.8.0
Reported by: portscout |
1.7.4_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.7.4 22 Apr 2023 05:10:38 |
Yuri Victorovich (yuri) |
math/{,py-}faiss: Update 1.7.3 → 1.7.4
Reported by: portscout |
1.7.3 08 Jan 2023 11:53:10 |
Yuri Victorovich (yuri) |
math/{,py-}faiss: Update 1.7.2 -> 1.7.3 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
1.7.2 01 Feb 2022 02:59:59 |
Yuri Victorovich (yuri) |
math/py-faiss: Broken on i386
Reported by: fallout |
1.7.2 15 Jan 2022 10:32:16 |
Yuri Victorovich (yuri) |
math/py-faiss: New port: Library for efficient similarity search & clustering of
dense vectors |