Support compilation without CBLAS

This commit is contained in:
Martin Kroeker
2024-05-11 13:10:54 +02:00
committed by GitHub
parent a6c184d150
commit d8baf2f2ea
45 changed files with 220 additions and 62 deletions

View File

@@ -331,6 +331,7 @@ CTEST(izamin, min_idx_in_vec_tail){
ASSERT_EQUAL(N, index);
}
#ifndef NO_CBLAS
/**
* C API specific test
* Test izamin by comparing it against pre-calculated values
@@ -623,3 +624,4 @@ CTEST(izamin, c_api_min_idx_in_vec_tail){
ASSERT_EQUAL(N - 1, index);
}
#endif
#endif