diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 4 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = popsift pkgdesc = Realtime GPU implementation of SIFT, 25 fps on HD images on recent graphic cards. (DOI: 10.1145/3204949.3208136) pkgver = 1.0.0 - pkgrel = 3 + pkgrel = 4 url = https://alicevision.github.io/ arch = i686 arch = x86_64 @@ -11,7 +11,6 @@ pkgbase = popsift makedepends = cmake makedepends = git makedepends = cuda>=7.0 - makedepends = expac source = popsift::git+https://github.com/alicevision/popsift.git sha256sums = SKIP @@ -19,7 +18,6 @@ pkgname = popsift pkgdesc = Realtime GPU implementation of SIFT, 25 fps on HD images on recent graphic cards. (DOI: 10.1145/3204949.3208136) [development headers and static libs] depends = boost depends = popsift-libs=1.0.0 - depends = cuda options = staticlibs pkgname = popsift-libs @@ -9,7 +9,7 @@ _DISABLE_CHECK=${DISABLE_CHECK:-1} _name=popsift pkgname=( "${_name}" "${_name}-libs" ) pkgver=1.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="Realtime GPU implementation of SIFT, 25 fps on HD images on recent graphic cards. (DOI: 10.1145/3204949.3208136)" arch=('i686' 'x86_64') url="https://alicevision.github.io/" @@ -17,7 +17,7 @@ license=('MPL2') groups=() conflicts=() provides=() -makedepends=('boost' 'cmake' 'git' 'expac') +makedepends=('boost' 'cmake' 'git') makedepends+=('cuda>=7.0') checkdepends=('wget') source=("${_name}::git+https://github.com/alicevision/popsift.git") @@ -51,9 +51,7 @@ build() { package_popsift() { pkgdesc+=" [development headers and static libs]" - _cuda_version=$(expac -Q '%v' cuda) - _cuda_version=${_cuda_version%-[0-9]*} - depends=('boost' "popsift-libs=${pkgver}" "cuda${_cuda_version:+=$_cuda_version}") + depends=('boost' "popsift-libs=${pkgver}") optdepend=('cuda: for static cudart library') options=('staticlibs') make -C "$srcdir/build_static" DESTDIR="${pkgdir}" install |