milk-org / milk

Modular Image processing Library toolKit (milk) :telescope:
https://milk-org.github.io/milk/
6 stars 10 forks source link

use lapacke symbols in openblas if available #21

Closed jaredmales closed 11 months ago

jaredmales commented 11 months ago

OpenBLAS normally provides lapacke symbols, and when true installing a separate liblapacke is not necessary and may degrade performance since OpenBLAS has its own optimizations.

The ubuntu-packaged OpenBLAS does NOT, however, provide lapacke.

This handles both cases.