Package Details: python-csdr-git 0.18.0.r1.gaaf1928-1

Git Clone URL: https://aur.archlinux.org/python-csdr-git.git (read-only, click to copy)
Package Base: python-csdr-git
Description: Python bindings for the csdr library.
Upstream URL: https://github.com/jketterl/pycsdr
Licenses: GPL3
Conflicts: python-csdr
Provides: python-csdr
Submitter: ericek111
Maintainer: ericek111
Last Packager: ericek111
Votes: 0
Popularity: 0.000000
First Submitted: 2022-07-18 13:18 (UTC)
Last Updated: 2022-07-18 13:18 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

ericek111 commented on 2023-08-22 19:24 (UTC)

You need to have csdr-jketterl-git installed, not csdr. Then it compiles fine.

dreieck commented on 2023-08-22 16:17 (UTC)

Fails to build for me:

[...]
gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -march=native -mtune=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -fstack-clash-protection -fcf-protection -flto=auto -fPIC -DVERSION=\"0.19.0-dev\" -Isrc -I/usr/include/python3.11 -c src/baudot.cpp -o ../build-tmp/src/baudot.o
src/baudot.cpp:4:10: fatal error: csdr/baudot.hpp: No such file or directory
    4 | #include <csdr/baudot.hpp>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1

Package csdr is installed.

Regards!