MTG / gaia

C++ library to apply similarity measures and classifications on the results of audio analysis, including Python bindings. Together with Essentia it can be used to compute high-level descriptions of music.
http://essentia.upf.edu
GNU Affero General Public License v3.0
271 stars 66 forks source link

Add Eigen dependency to pkg-config file #118

Closed jpauwels closed 2 years ago

jpauwels commented 2 years ago

Since changing Eigen to an external dependency, any project that includes the gaia library (e.g. Essentia) has an indirect build dependency on Eigen, but this was never declared.

jpauwels commented 2 years ago

I just added another random build improvement, which fixes the TBB check.

dbogdanov commented 2 years ago

Thank you!