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

cmake : handling bitpit external dependencies in MSVC project context #268

Open
roccoarpa opened this issue Feb 11, 2022 · 0 comments
Open

Comments

@roccoarpa
Copy link
Contributor

Define a way to retrieve bitpit external dependencies as native built MSVC libraries. Actual deps are :

  1. libxml2/rapidjson
  2. lapack suite
  3. petsc
  4. boost (required by unit tests and/or as alternative to provide xml2/json support throug rapidxml/rapidjson)
  5. mpi

Proposed idea: make use of nuget CLI (https://www.nuget.org/) for 1) to 4)
mpi is already available through the MS official tool msmpi (https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi).

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

No branches or pull requests

2 participants