lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 18.03-beta 11 lines 383 B view raw
1--- a/CMakeLists.txt 2+++ b/CMakeLists.txt 3@@ -75,6 +75,8 @@ set(CMAKE_C_FLAGS_RELEASE "-O3" CACHE STRING "") 4 ###################################################################### 5 # 6 #--------------------- BLAS --------------------- 7+find_package(OpenBLAS) 8+set(TPL_BLAS_LIBRARIES ${OpenBLAS_LIBRARIES}) 9 if(NOT enable_blaslib) 10 if (TPL_BLAS_LIBRARIES) 11 set(BLAS_FOUND TRUE)