Search Criteria
Package Details: libsurvive 1.0-4
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.000000 |
First Submitted: | 2021-02-16 05:41 (UTC) |
Last Updated: | 2024-05-05 15:36 (UTC) |
Dependencies (9)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- lapacke (aocl-libflame-aoccAUR, lapacke-gitAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- libpcap (libpcap-gitAUR)
- libusb (libusb-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- xr-hardwareAUR (xr-hardware-gitAUR) (optional) – for acessing additional devices
Required by (3)
- monado
- monado (make)
- monado-doc (make)
Sources (7)
- git+https://github.com/allanleal/doxystrap.git
- git+https://github.com/cntools/cnkalman.git
- git+https://github.com/cntools/cnmatrix.git
- git+https://github.com/cntools/libsurvive.git#tag=v1.0
- git+https://github.com/jdavidberger/libsurvive-extras-data.git#commit=5cc2fc085d11ef98ad5936a745d4a42954b207ca
- git+https://github.com/sciplot/gnuplot-palettes.git
- git+https://github.com/sciplot/sciplot.git#tag=v0.2.2
Latest Comments
dbermond commented on 2024-12-11 21:05 (UTC)
@fcrubv the libsurvive-extras-data git repository is used by upstream build system. Here we are downloading/cloning it in the package sources, instead of letting it being downloaded/cloned during the cmake execution time. I have just checked, and the package is building fine for me, with the libsurvive-extras-data git repository being downloaded/cloned without problems.
fcrubv commented on 2024-12-11 15:44 (UTC)
Er... what is The libsurvive-extras-data package for, I can't download it
dbermond commented on 2024-02-09 11:38 (UTC)
@dreieck I've just checked, and the package is building fine for me. You need to have installed 'cblas.h' in '/usr/include' and not in '/usr/include/openblas'. This file is provided by cblas repository package. Make sure you do not have any custom cblas installed. Regarding the package flagging, upstream version 1.01 is a pre-release, so we are not shipping it here.
dreieck commented on 2024-02-09 11:22 (UTC) (edited on 2024-02-09 11:22 (UTC) by dreieck)
Build fails for me with
cn_matrix.blas.c:1:10: fatal error: cblas.h: No such file or directory
:(
/usr/include/openblas/cblas.h
is present.)Regards!
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