Search Criteria
Package Details: libsurvive 1.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/libsurvive.git (read-only, click to copy) |
---|---|
Package Base: | libsurvive |
Description: | Tracking system for Lighthouse and Vive based devices |
Upstream URL: | https://github.com/cntools/libsurvive/ |
Licenses: | MIT |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 3 |
Popularity: | 0.000005 |
First Submitted: | 2021-02-16 05:41 (UTC) |
Last Updated: | 2022-11-14 11:21 (UTC) |
Dependencies (12)
- cblas (armplAUR, blis-cblas-openmpAUR, blis-cblasAUR, opencblasAUR, aocl-blis-aoccAUR, aocl-blisAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, blas-gitAUR, atlas-lapackAUR, openblas-lapackAUR, blas-openblas)
- cnmatrix-gitAUR
- lapacke (aocl-libflame-aoccAUR, aocl-libflameAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, lapacke-gitAUR, openblas-lapackAUR, blas-openblas)
- libpcap (libpcap-gitAUR)
- libusb (libusb-gitAUR)
- libx11 (libx11-gitAUR)
- sciplotAUR (sciplot-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- xr-hardwareAUR (xr-hardware-gitAUR) (optional) – for acessing additional devices
Required by (3)
- monado
- monado (make)
- monado-doc (make)
Latest Comments
dbermond commented on 2022-03-25 00:21 (UTC)
@Scrumplex This is very relative, depending on the point of view and on the future development of the data repository. First of all, "slow" is something relative, as for me it takes not much time to download it. Secondly, the download size for the current target commit is 257M, and the whole git repository has currently a size of 383M. It means that you will need to download a 260M file at every new version release (supposing the commit will change at every new version), while when having the git sources will make you to download 383M at a first time and to download smaller data (updates only) at every other new version.
Scrumplex commented on 2022-03-24 20:31 (UTC)
Maybe you could switch
git+https://github.com/jdavidberger/libsurvive-extras-data.git#commit=5cc2fc085d11ef98ad5936a745d4a42954b207ca
to an archive file instead. Downloading the whole history of a repository that's filled with binaries is very slow.So in this case maybe use
https://github.com/jdavidberger/libsurvive-extras-data/archive/5cc2fc085d11ef98ad5936a745d4a42954b207ca.tar.gz
instead