8000 Bundled dependencies conflict with pre-installed packages · Issue #1470 · acados/acados · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Bundled dependencies conflict with pre-installed packages #1470
Open
@yurivict

Description

@yurivict

For example, acados installs these libraries:

lib/libblasfeo.so
lib/libhpipm.so
lib/libosqp.a
lib/libosqp.so
lib/libqdldl.a
lib/libqdldl.so

All of them are also installed by other packages: blasfeo, osqp, qdldl, and acados conflicts with all these packages.

You can't just bundle many dependencies, and build and install all of them.
You can only build static libraries and link them into your binaries.
And even that can later cause conflicts in case some other project would use these packages along with acados.

You should unbundle all these and use externally installed dependencies.

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

      0