Package Details: python-pyroomacoustics 0.7.4-1

Git Clone URL: https://aur.archlinux.org/python-pyroomacoustics.git (read-only, click to copy)
Package Base: python-pyroomacoustics
Description: Package for audio signal processing for indoor applications and beamforming algorithms
Upstream URL: https://github.com/LCAV/pyroomacoustics
Licenses: MIT
Provides: python-pyroomacoustics
Submitter: chilichiller
Maintainer: chilichiller
Last Packager: chilichiller
Votes: 0
Popularity: 0.000000
First Submitted: 2023-11-10 18:45 (UTC)
Last Updated: 2024-04-26 13:04 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

manouchk commented on 2024-04-27 00:26 (UTC)

You're welcome. Compilation worked fine here now!

chilichiller commented on 2024-04-26 13:06 (UTC)

Thanks @manouchk for the report. I added the 'eigen' package as a dependency, hope that fixes it!

manouchk commented on 2024-04-26 12:54 (UTC) (edited on 2024-04-26 12:55 (UTC) by manouchk)

When building, I get the following errors:

In file included from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/eigen.h:12, from pyroomacoustics/libroom_src/libroom.cpp:27: /usr/lib/python3.11/site-packages/pybind11/include/pybind11/eigen/matrix.h:27:10: fatal error: Eigen/Core: No such file or directory 27 | #include <Eigen/Core>

  |          ^~~~~~~~~~~~

compilation terminated.

error: command '/usr/bin/gcc' failed with exit code 1

==> ERROR: A failure occurred in build().

Aborting...

Command 'makepkg --force' failed to execute.