Search Criteria
Package Details: faiss-cpu 1.7.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/faiss.git (read-only, click to copy) |
---|---|
Package Base: | faiss |
Description: | A library for efficient similarity search and clustering of dense vectors. |
Upstream URL: | https://github.com/facebookresearch/faiss |
Licenses: | MIT |
Provides: | faiss, python-faiss, python-faiss-cpu |
Submitter: | d4l3k |
Maintainer: | huyz |
Last Packager: | huyz |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-04 18:42 (UTC) |
Last Updated: | 2023-09-10 02:02 (UTC) |
Dependencies (12)
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- openmp
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- cmake (cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- swig (swig-gitAUR) (make)
Required by (1)
- python-colbert-ai (requires python-faiss) (optional)
Latest Comments
fixman commented on 2024-08-02 13:08 (UTC)
The build for
faiss-cpu
is currently failing.It seems like a problem with the
faiss/src/faiss/build/faiss/python/CMakeFiles/swigfaiss.dir/swigfaissPYTHON_wrap.cxx
source file:SWIGTYPE_p_long
is #defined on line 3413, butSWIGTYPE_p_long_long
is not defined anywhere.leomao commented on 2019-01-02 05:27 (UTC) (edited on 2019-01-02 05:27 (UTC) by leomao)
The package name should be changed to faiss-git, and it misses dependencies.