Search Criteria
Package Details: faiss-cuda-git v1.7.3.r10.ga996a4a0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/faiss-cuda-git.git (read-only, click to copy) |
---|---|
Package Base: | faiss-cuda-git |
Description: | A library for efficient similarity search and clustering of dense vectors, CUDA version. |
Upstream URL: | https://github.com/facebookresearch/faiss |
Licenses: | MIT |
Conflicts: | faiss |
Provides: | faiss |
Submitter: | otaj |
Maintainer: | otaj |
Last Packager: | otaj |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-14 11:18 (UTC) |
Last Updated: | 2022-12-05 12:17 (UTC) |
Dependencies (14)
- 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)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- openmp
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (make)
- python-setuptools (make)
- swig (swig-gitAUR) (make)
- python-pytest (check)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR) (check)
- intel-mkl (intel-oneapi-mkl) (optional) – To use MKL blas implemenetation
- python-numpy-mklAUR (optional) – To use MKL blas implementation.
Latest Comments
otaj commented on 2020-11-11 10:12 (UTC)
Thank you nylocx, removed the patch and it continues to build.
I'm not using faiss anymore, so I don't have it installed, so I don't notice these things. If you are actively using it, you can become a maintainer if you want to :)
nylocx commented on 2020-11-11 06:37 (UTC)
Hi otaj, it seems upstream broke your test patch. Just wanted to let you know.
otaj commented on 2020-08-30 15:06 (UTC)
Hi @nylocx, sorry for the delay, I just got back from the vacation. It should be fixed now
nylocx commented on 2020-08-17 11:54 (UTC)
The current git version fails to build.
sh: ./configure: No such file or directory
I looks like they completely switched to cmake: https://github.com/facebookresearch/faiss/blob/master/INSTALL.md