Package Details: sdrangel-git 7.18.1.r28.29a8d21ba-1

Git Clone URL: https://aur.archlinux.org/sdrangel-git.git (read-only, click to copy)
Package Base: sdrangel-git
Description: Qt5/OpenGL SDR and signal analyzer frontend.
Upstream URL: https://github.com/f4exb/sdrangel
Keywords: amateurradio hamradio
Licenses: GPL3
Conflicts: sdrangel
Provides: sdrangel
Submitter: Mikos
Maintainer: xiretza
Last Packager: xiretza
Votes: 15
Popularity: 0.32
First Submitted: 2015-12-08 10:08 (UTC)
Last Updated: 2024-03-03 18:32 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

cyberpunkrocker commented on 2024-01-21 13:16 (UTC)

As some of you have noticed, the latest git sources depend on vkFFT, a package which doesn't exist yet on Arch... Hopefully someone will make it soon.

lachesis commented on 2024-01-03 00:39 (UTC) (edited on 2024-01-03 00:39 (UTC) by lachesis)

I get the ffk error as well. It For me, it happens when compiling a cuda package.

[ 14%] Building CXX object sdrbase/CMakeFiles/sdrbase.dir/dsp/cudavkfftengine.cpp.o
In file included from /home/user/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/cudavkfftengine.h:24,
                 from /home/user/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/cudavkfftengine.cpp:20:
/home/user/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/vkfftengine.h:26:10: fatal error: vkFFT.h: No such file or directory

rek2 commented on 2023-12-13 04:54 (UTC)

grgrrg same issue here can't find vkFFT.h !! :( So frustrating.

xiretza commented on 2023-09-17 12:11 (UTC)

Sorry, still can't reproduce in a clean chroot. Please build in a clean chroot and upload the entire build log.

wily commented on 2023-09-07 04:37 (UTC) (edited on 2023-09-07 04:38 (UTC) by wily)

Still hitting the exact same issue as there is no update to this package. sdrangel-bin was updated a few days ago to new release 7.15.4-1 and installs/works well (even with my USRP devices) so perhaps try sdrangel-bin over sdrangel-git until the maintainer has time to fix the vkFFT issue.

$ yay -Ss sdrangel
aur/sdrangel-git 7.15.3.r0.028a44ce4-1 (+12 0.04) 
    Qt5/OpenGL SDR and signal analyzer frontend.
aur/sdrangel-bin 7.15.4-1 (+7 0.09) (Installed)
    Qt5/OpenGL SDR and signal analyzer frontend.

dreieck commented on 2023-09-05 19:25 (UTC)

Version 7.15.4.r29.74977c88d-1 builds for me. Hm.

italic commented on 2023-08-29 15:59 (UTC)

My build fails right where wily shows. The commit shows a source URL in CMakeLists.txt so I think it's downloaded as part of the (externals) build, but maybe it needs to be activated with either the profiler or backend parameters?

wily commented on 2023-08-29 01:12 (UTC) (edited on 2023-08-29 01:23 (UTC) by wily)

sdrangel was updated last week to add vkFFT support. The current package also failed installing with via yay on my system:

[ 14%] Building CXX object sdrbase/CMakeFiles/sdrbase.dir/audio/audioresampler.cpp.o
In file included from /opt/data/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/vkfftutils.cpp:4:
/opt/data/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/vkfftutils.h:8:10: fatal error: vkFFT.h: No such file or directory
    8 | #include <vkFFT.h>
      |          ^~~~~~~~~
compilation terminated.

AUR build CMakeLists.txt didn't include a VKFFT_BACKEND cache parameter so I fixed by cloning the vkFFT headers and re-running cmake with the new cache parameter -DVKFFT_INCLUDE_DIR (note VKFFT_BACKEND=0 is for Vulkan and VKFFT_BACKEND=1 is for CUDA):

wily@hercules/opt/build$ git clone https://github.com/DTolm/VkFFT/
wily@hercules/opt/data/.cache/yay/sdrangel-git/src/sdrangel$ cmake -DVKFFT_INCLUDE_DIR=/opt/build/VkFFT/vkFFT/ -DVKFFT_BACKEND=1

Thanks for maintaining!

xiretza commented on 2023-08-28 17:43 (UTC)

How does this dependency manifest itself? The package builds fine for me.

italic commented on 2023-08-28 16:30 (UTC)

I'm running Manjaro, so our repos are slightly different, but I'm unable to build because of a dependency on vkfft, which is in none of our repos or in Arch (that I can find). For now I can compile it locally, but it would be great to get this new lib into the repos somewhere.