ScottishCovidResponse / SCRCIssueTracking

Central issue tracking repository for all repos in the consortium
6 stars 0 forks source link

Investigate splitting C++ API into its own repository #768

Closed bobturneruk closed 3 years ago

kzscisoft commented 3 years ago

I can confirm that the C++ implementation works fine within its own repository. I have set CMake to fetch and install any external dependencies needed including the data_pipeline_api python module so only:

cmake . -Bbuild
cmake --build build

needs to be run.

kzscisoft commented 3 years ago

@bobturneruk sounds like this issue is now irrelevant, as discussed we are moving more towards an independent C++ API now. I can conclude that the answer is "yes" it can run from a separate repository.