Search Criteria
Package Details: lte-cell-scanner-git r24.bef6ef4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lte-cell-scanner-git.git (read-only, click to copy) |
---|---|
Package Base: | lte-cell-scanner-git |
Description: | An OpenCL accelerated TDD/FDD LTE Scanner |
Upstream URL: | https://github.com/JiaoXianjun/LTE-Cell-Scanner |
Licenses: | GPL |
Submitter: | m3thodic |
Maintainer: | None |
Last Packager: | m3thodic |
Votes: | 1 |
Popularity: | 0.000065 |
First Submitted: | 2017-07-17 05:21 (UTC) |
Last Updated: | 2022-05-05 04:05 (UTC) |
Dependencies (8)
- git (git-gitAUR, git-glAUR)
- boost (boost-gitAUR) (make)
- boost-libs (make)
- cmake (cmake-gitAUR) (make)
- fftw (fftw-amdAUR) (make)
- hackrf (hackrf-gitAUR) (make)
- itppAUR (make)
- libbladerf-gitAUR (make)
Latest Comments
drws commented on 2022-10-30 09:53 (UTC) (edited on 2022-10-30 09:58 (UTC) by drws)
@m3thodic: I think @solsticedhiver is right about the
rtl-sdr
package as well. It is included in the build scripts by default, but it is currently not listed in dependencies. Even if it's strictly not needed for building it should still be listed as an optional dependency.I think I've found more errors in
makedepends
.libbladerf-git
is used whilebladerf
is broader. Package successfully builds with the repository version of the library. Also,boost
already depends onboost-libs
anditpp
onfftw
.The correct
makedepends
line incorporating everything that was mentioned should be something like:solsticedhiver commented on 2022-03-19 18:35 (UTC) (edited on 2022-03-19 19:21 (UTC) by solsticedhiver)
Isn't rtl-sdr a depends or at least a makedepends ? and boost and boost-libs and itpp ?
smrqdt commented on 2021-08-15 02:10 (UTC)
The patch isn’t necessary anymore (Pull request was merged: https://github.com/JiaoXianjun/LTE-Cell-Scanner/pull/26) and causes the build to fail