jeromerobert / hmat-oss

A hierarchical matrix C/C++ library
GNU General Public License v2.0
22 stars 11 forks source link

Allow to use openblas without its headers #66

Closed jschueller closed 4 years ago

jschueller commented 4 years ago

Sometimes we just drop the openblas lib without modifying the headers, so cblas.h may not contain the openblas_set_num_threads declaration eventhough cmake found it in the lib.

jeromerobert commented 4 years ago

I would say it's ok, but as this has always been tricky I would prefer to get a second review. @dbarbier ?

dbarbier commented 4 years ago

+1, no better idea for now