Please report issues
and patches
to siftgpu@github.com
Search Criteria
Package Details: siftgpu 0.5.400-9
Git Clone URL: | https://aur.archlinux.org/siftgpu.git (read-only, click to copy) |
---|---|
Package Base: | siftgpu |
Description: | Sift Features over GPU using GLSL or CUDA |
Upstream URL: | http://ccwu.me/ |
Keywords: | cuda feature-extraction glsl |
Licenses: | |
Submitter: | dbrgn |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-17 19:22 |
Last Updated: | 2019-04-26 07:20 |
Dependencies (6)
- devil>=1.7 (devil-ilut-vanilla)
- glew>=1.8 (glew-libepoxy, glew-git, glew-egl-glx)
- freeglut>=2.7 (freeglut-x11-svn, freeglut-wayland-svn)
- cuda (cuda65, cuda-11.0) (make)
- git (git-git) (make)
- opencl-nvidia (opencl-nvidia-410xx, opencl-nvidia-340xx, opencl-nvidia-440xx, opencl-nvidia-full-vulkan-all, opencl-nvidia-vulkan, opencl-nvidia-beta, opencl-nvidia-390xx) (optional)
Required by (1)
Sources (2)
bartus commented on 2019-04-10 11:43
bartus commented on 2018-06-05 13:21
@ILMostro7: fixed.
ILMostro7 commented on 2018-06-01 19:32
The optdepends
doesn't take a version for packages listed. Otherwise, you get the following:
==> ERROR: optdepends contains invalid characters: '>='
bartus commented on 2018-04-03 21:08
@ILMostro7: I think, I find the issue, the problem arose when an extra copy of libcudart.so
on your system triggers cuda kernel build. Now it checks only for /opt/cuda/lib64/libcudart.so
.
bartus commented on 2018-03-29 19:36
@ILMostro7: siftgpu
works also with GLSL
and opencl
besides cuda
. All three are run time detected by makefile script.
9 # enable CUDA-based SiftGPU?
10 simple_find_cuda = $(shell locate libcudart.so)
11 ifneq ($(simple_find_cuda), )
12 siftgpu_enable_cuda = 1
13 else
14 siftgpu_enable_cuda = 0
15 endif
16
It's strange that it fails on a system without cuda ... I can build siftgpu
in chroot without cuda
with no problem.
ILMostro7 commented on 2018-03-29 19:11
Should cuda
be a dependency, rather than optdepends?
I get a failure if cuda is not installed, as the installation fails to find "cuda.h".
bartus commented on 2018-03-28 23:08
@Harvie: Yes, looks like it works, updating.
Harvie commented on 2018-03-28 22:03
I've removed the gcc5 hack and it seems to work
Harvie commented on 2018-03-28 21:57
Can we build this with gcc7?
dbrgn commented on 2017-04-19 07:45
I'm disowning this package since I don't use it myself anymore.
Pinned Comments
bartus commented on 2019-04-10 11:43
Please report
issues
andpatches
to siftgpu@github.com