alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
79 stars 10 forks source link

Add vcpkg manifest without dependency versions #700

Closed bernhardmgruber closed 10 months ago

bernhardmgruber commented 1 year ago

All LLAMA dependencies will now be installed automatically via vcpkg by cmake.

codecov[bot] commented 1 year ago

Codecov Report

Merging #700 (06c580b) into develop (de6724e) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #700 +/- ## ======================================== Coverage 98.79% 98.79% ======================================== Files 75 75 Lines 7310 7310 ======================================== Hits 7222 7222 Misses 88 88 ```
bernhardmgruber commented 11 months ago

This should be unblocked now by my upstream fix in vcpkg: #34072