bitpit
bitpit copied to clipboard
cmake : handling bitpit external dependencies in MSVC project context
Define a way to retrieve bitpit external dependencies as native built MSVC libraries. Actual deps are :
- libxml2/rapidjson
- lapack suite
- petsc
- boost (required by unit tests and/or as alternative to provide xml2/json support throug rapidxml/rapidjson)
- 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).