Skip to content

Link against existing libfaust #12

@dvzrv

Description

@dvzrv

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions