Search Criteria
Package Details: pothos-git r3114.0a56cd42-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pothos-git.git (read-only, click to copy) |
|---|---|
| Package Base: | pothos-git |
| Description: | The Pothos data-flow framework |
| Upstream URL: | https://github.com/pothosware/PothosCore/wiki |
| Licenses: | boost |
| Conflicts: | pothos |
| Provides: | pothos |
| Submitter: | sinux |
| Maintainer: | None |
| Last Packager: | eduardosm |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-02-27 18:44 (UTC) |
| Last Updated: | 2021-01-30 12:28 (UTC) |
Dependencies (6)
- poco (poco-gitAUR)
- portaudio
- python
- soapysdr (soapysdr-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
Latest Comments
eduardosm commented on 2018-12-22 21:05 (UTC)
@potatoe Done, I'm initializing plotters submodules.
potatoe commented on 2018-12-21 22:13 (UTC)
Looks like the git submodule for the plotters directory now has submodules of its own that aren't caught by the non-recursive submodule init call. Maybe something like 'git submodule update --init --recursive plotters' in the PKGFILE's prepare()?
Alternatively the two-level-deep submodule is just for a copy of qwt which is already a package in [extra], so maybe a dependency on the 'qwt' package and figuring out the right CMAKE flag to point at the system copy?
eduardosm commented on 2017-10-17 13:43 (UTC)
devnow commented on 2017-04-24 21:11 (UTC)