summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOtakar Jašek2020-08-30 17:04:33 +0200
committerOtakar Jašek2020-08-30 17:04:33 +0200
commitbf5bc8ee4c008bfe5f78d3d25a5b121b8c9617ea (patch)
treef202bac8547a65de108282a8e8353fa560ce1bd4 /PKGBUILD
parentade8941ad8eecb063098ee177c049a492b320721 (diff)
downloadaur-bf5bc8ee4c008bfe5f78d3d25a5b121b8c9617ea.tar.gz
Redone package for cmake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56ccdbdcada1..c89d79375d46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
pkgver=v1.6.1.r87.gc97f890
pkgrel=1
source=(${_pkgname}::git+https://github.com/facebookresearch/faiss.git
- 'compiler.patch')
+ 'compiler.patch')
sha256sums=('SKIP'
'3739947d39ebffb2775607f135743cd30489aa12f41c14e3aec42fbe79822fd3')
depends=('blas' 'lapack' 'cuda')
@@ -42,6 +42,8 @@ prepare() {
build() {
cd "${srcdir}/${_pkgname}/build"
make
+ cd faiss/python
+ python setup.py build
}
package_faiss-cuda-git() {