Skip to content
New issue

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

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

Already on GitHub? # to your account

use conan instead of vcpkg #52

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

use conan instead of vcpkg #52

wants to merge 5 commits into from

Conversation

mtbarta
Copy link
Contributor

@mtbarta mtbarta commented Sep 30, 2024

vcpkg has been difficult to work with. We don't have the knowledge to encapsulate every dependency into it's port format.

And more importantly, we've been using vcpkg as a crutch for working with MKL. By switching to conan, it's been an opportunity to simplify package management and build instructions.

Conan allows us to run conan install for dependencies and conan build for building. We can use arguments to change the build type and what targets are built. This is overall nicer than the Makefile I've been using for different commands.

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

Successfully merging this pull request may close these issues.

1 participant