-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi! As @agraef has brought this external to the AUR I would like to evaluate whether it is possible to link it against an already existing faust library.
I package faust for Arch Linux and there build libfaust.so and libfaust.a. This project builds a vendored version of faust (i.e. libfaust.a AFAIK) and then links against it statically.
From a packaging perspective it would be great to not build faust and/or llvm when building this external (as we already have the static and shared libraries available in a package) and instead link against libfaust.so or libfaust.a (the latter is less preferred as tracking is not possible and rebuilds are not ensured on soname bumps).
Is there anything in the general design of pd externals that would prevent something like this?