Search Criteria
Package Details: libsurvive 1.0-6
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: | 7 |
| Popularity: | 1.14 |
| First Submitted: | 2021-02-16 05:41 (UTC) |
| Last Updated: | 2026-06-05 02:58 (UTC) |
Dependencies (12)
- bash (bash-gitAUR, bash-devel-gitAUR)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-openblas-gitAUR, blas-gitAUR, aocl-blisAUR, blas-mklAUR, openblas-lapackAUR, blas-openblas)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- lapacke (aocl-libflame-aoccAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-openblas-gitAUR, lapacke-gitAUR, blas-mklAUR, aocl-libflameAUR, openblas-lapackAUR, blas-openblas)
- libpcap (libpcap-gitAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- libusb (libusb-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen (eigen-gitAUR, eigen3) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- xr-hardwareAUR (xr-hardware-gitAUR) (optional) – for acessing additional devices
Required by (4)
- monado
- monado (make)
- monado-doc (make)
- monado-dreieck-git
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
1 2 Next › Last »
cprn commented on 2026-06-05 14:41 (UTC)
@dbermond Huh, interesting. 🤔 I just recompiled during update and I still need extra flags. I'm pretty sure the issue is on my side, though – I made many changes over the years for various packages to compile, so I probably broke my env somehow. Sorry I bothered you with this one, and thank you for checking!
dbermond commented on 2026-06-05 02:59 (UTC)
@cprn This seems to be not needed here. Tried with blas-openblas, and it makes no difference, as it still fails to find cblas.h. And the package builds fine with blas-openblas.
cprn commented on 2026-05-25 06:01 (UTC) (edited on 2026-05-25 06:21 (UTC) by cprn)
Hi. Same issue as
cnmatrix(OpenBLAS). Same fix, same request. Sorry... Please add at the beginning ofbuild():dbermond commented on 2025-04-04 18:03 (UTC)
@lucasl0st this is caused by cmake 4.0, as described in [arch-dev-public] mail list. I've just pushed an update with the fix and the package is now building fine.
lucasl0st commented on 2025-04-04 13:07 (UTC) (edited on 2025-04-04 13:10 (UTC) by lucasl0st)
Getting following error currently trying to compile with cmake 4.0:
Adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 does seem to work.
dbermond commented on 2025-03-05 00:31 (UTC)
@dreieck no, repository blas-openblas does not ship a 'cblas.h' header currently. openblas, a dependency for blas-openblas, do ship it, but not in the same directory of the reference cblas package. Being such, you cannot use it as a provider for building, but only for running the software. It's not our task to address this here in the client package level.
dreieck commented on 2025-03-04 20:24 (UTC)
Regarding
As
cblas.his present inblas-openblasatand
pkgconf --cflags cblassaysadding
to
build()(before buildingsciplot) does fix the "issue" -- that way the correct include directory will be added to GCC command line, independent of the package that providescblas.Maybe that is an option to consider?
Anyway,
blas-openblasis in the official Arch Linux repositories and hascblasin it'sprovidesarray.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.
1 2 Next › Last »