Search Criteria
Package Details: gr-lora-git 0.6.2+60.r190.20211210.90343d4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gr-lora-git.git (read-only, click to copy) |
---|---|
Package Base: | gr-lora-git |
Description: | GNURadio blocks for receiving LoRa modulated radio messages using SDR |
Upstream URL: | https://github.com/rpp0/gr-lora |
Keywords: | gnuradio lora sdr |
Licenses: | GPL-3.0-or-later |
Provides: | gr-lora |
Submitter: | rpp0 |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-28 10:05 (UTC) |
Last Updated: | 2024-05-08 23:40 (UTC) |
Dependencies (17)
- boost-libs
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gmp (gmp-hgAUR)
- gnuradio (gnuradio-gitAUR)
- libosmocoreAUR (libosmocore-gitAUR)
- libvolk (libvolk-gitAUR)
- liquid-dsp (liquid-dsp-quiet-devel-gitAUR, liquid-dsp-gitAUR, liquid-dsp-sse4.1)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- log4cpp (make)
- pybind11 (pybind11-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-pygccxml (make)
- swig (swig-gitAUR) (make)
Latest Comments
dreieck commented on 2024-05-08 23:44 (UTC) (edited on 2024-05-08 23:46 (UTC) by dreieck)
@ozz,
There is a file in there that has
#!/usr/bin/env python2
-- but it anyway is not to be executed but loaded as python module, where the shabeng line is not important.Last update of this file was on 2018-01-08, and last update of the whole project was on 2021-12-10.
I have not tested it in runtime, but so far I have removed
python2
dependency. Please report back ifpython2
really is needed.↗ Upstream issue report.
dreieck commented on 2024-05-08 23:41 (UTC) (edited on 2024-05-08 23:46 (UTC) by dreieck)
Ahoj @Winford,
thanks for reporting.
I now added
log4cpp
to themakedepends
array.Please test if it works after building and un-installing
log4cpp
, and report back iflog4cpp
is needed as runtime dependency.Winford commented on 2024-05-08 23:31 (UTC)
This is missing a dependency, not sure if it a runtime or a build dependency, but it requires
log4cpp
to build.ozz commented on 2023-11-13 18:30 (UTC) (edited on 2023-11-13 18:31 (UTC) by ozz)
Why does this depend on python2? AFAIK gnuradio is all python3 now. Is it something specific for this block? I had no problem compiling it myself using python3.
dreieck commented on 2021-09-30 15:31 (UTC)
Can you please add
=${pkgver}
to thegr-lora
-entry in theprovides
-array?Thanks for maintaining!
dreieck commented on 2021-09-30 15:30 (UTC)
Fails to build for me with
Installed is the currently latest
gnuradio
from the community repository, version 3.9.2.0-3.Full
build()
output:Thanks for maintaining!
rpp0 commented on 2017-12-12 09:26 (UTC)
Hi remspoor, thanks for reporting. I changed the PKGBUILD according to your suggestion and added you as contributor.
remspoor commented on 2017-12-11 16:53 (UTC) (edited on 2017-12-11 16:55 (UTC) by remspoor)
This package wants to update every time because of the version numbering. Can you please make this small change to solve this?
-pkgver=0.3
+pkgver=0.6.2.3
-echo $(git describe --always | sed 's/-/./g')
+echo $(git describe --always | sed 's/-/./g' | sed 's/^v//g')