Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] Installed software missing libraries #3502

Open
mboisson opened this issue Sep 20, 2023 · 1 comment
Open

[Build] Installed software missing libraries #3502

mboisson opened this issue Sep 20, 2023 · 1 comment
Labels

Comments

@mboisson
Copy link

This started in the arrayfire-python repository, but this is actually more general. ArrayFire 3.9.0 does not install all required dependencies to its install directory, making it impossible to load some core ArrayFire shared libraries.

arrayfire/arrayfire-python#263

Libraries libspdlog.so.1 and libforge.so.1 are missing from the lib64 folder, making it impossible to load libafcpu.so and others.

@mboisson mboisson added the build label Sep 20, 2023
@mboisson
Copy link
Author

It seems like adding -DAF_BUILD_FORGE=ON installed libforge.so.1. This should be enabled by default if the built libraries are linked on that.

Additionally, I built using an external spdlog, which therefore has the .so already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant