Search Criteria
Package Details: gr-lora_sdr-git 1.0.0.r136.ga8143cb-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gr-lora_sdr-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gr-lora_sdr-git |
| Description: | GNU Radio blocks for fully-functional LoRa transceiver |
| Upstream URL: | https://github.com/tapparelj/gr-lora_sdr |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | gr-lora_sdr |
| Provides: | gr-lora_sdr |
| Submitter: | Martynvandijke60 |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 1 |
| Popularity: | 0.065461 |
| First Submitted: | 2021-01-18 18:53 (UTC) |
| Last Updated: | 2025-10-13 00:10 (UTC) |
Dependencies (10)
- gnuradio (gnuradio-gitAUR)
- python
- python-gnuradio
- python-loudify (python-loudify-gitAUR)
- python-pandas
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2
dreieck commented on 2024-05-08 11:04 (UTC)
Please make the license identifier SPDX compliant (e.g.
GPL-3.0-or-later, if this is correct):Regards!
dreieck commented on 2024-05-08 10:50 (UTC)
Your current
pkgver()gives the git commit hash:8133965-- that is not monotoneously increasing with upstream commits, which is required.Please use a proper
pkgver()function, e.g.:which returns
0.5+4.r264.20220530.8133965ALSO, please increment
$epochthen, since it is a versioning scheme change (setepoch=1).Regards and thanks for maintaining!
dreieck commented on 2024-05-08 10:46 (UTC)
Please add the following dependencies:
python-loudifypython-pandasAlso, most probably not
boostbutboost-libsshould be the boost-related dependency, andboostas make dependency.Also, please add
gittomakedepends.Regards and thanks for maintaining!
Regards and thanks for maintaining!
mal commented on 2024-01-26 22:23 (UTC)
Builds for me, but doesn't run - depends on
loudifyabortretryfail commented on 2022-03-22 18:24 (UTC)
This fails to build now with the following error:
If I can get it to work, I'll report back here with how.
dreieck commented on 2021-09-30 15:58 (UTC)
Please add
conflicts=('gr-lora_sdr').Thanks for maintaining!
dreieck commented on 2021-09-30 15:57 (UTC)
$pkgveris not monotoneously increading, but this is required. It currently uses git commit hash (I just built that package andpkgver()got it to6d5bc0c), which is erratic with respect to version number ordering.Please, use a strictly monotonic increasing versioning scheme.
Best, try to figure out if there is some official upstream version. Then use it as the first part of the version number.
Then, or if the former is not available only, use e.g. git commit count, optionally for information's sake latest commit date and latest git commit hash.
And don't forget to increment
$epochif you change the versioning scheme.Thanks for maintaining!
« First ‹ Previous 1 2