Closed edoardob90 closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
b632480
) 100.00% compared to head (aaf4c29
) 100.00%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Reminder: we should also remove the Makefile(s).
Something to add to the README (maybe): set
CMAKE_PREFIX_PATH
if OpenBLAS library is installed in a non-standard path. For instance, when using Brew on macOS to install the library:cmake -S . -B build -DCMAKE_PREFIX_PATH="/opt/homebrew/opt/openblas"
I put it to the wiki: https://github.com/empa-scientific-it/cleedpy/wiki/For-Developers
fixes #13
Something to add to the README (maybe): set
CMAKE_PREFIX_PATH
if OpenBLAS library is installed in a non-standard path. For instance, when using Brew on macOS to install the library: