audeering / opensmile

The Munich Open-Source Large-Scale Multimedia Feature Extractor
https://audeering.github.io/opensmile/
Other
553 stars 74 forks source link

Add Conan support #63

Closed Linux13524 closed 10 months ago

Linux13524 commented 11 months ago

This will add all the necessary files to build openSMILE with Conan.

hagenw commented 10 months ago

Can the conan receipe also be used to create new releases, e.g. https://github.com/audeering/opensmile/releases/tag/v3.0.1 with the help of a Github Action, or do we still need to compile those packages internally?

hagenw commented 10 months ago

I guess my last question is not of relevance for now as we need to build the packages internally anyway in order to provide MacOS m1 support.

Linux13524 commented 10 months ago

In the README we have build instructions, e.g.

image

Are those affected by this changes, or is the conan receipe only meant to be used by our internal build pipelines?

The Conan support is only an addition to the current way the library can be build, to enable us to run our internal pipeline on in, which in turn is needed to get an macOS M1 build.

hagenw commented 10 months ago

Makes sense, thanks for the explanation.