File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232if libblas_path != [] or not libblas.found()
3333 libblas = fc.find_library (libblas_name, dirs : libblas_path, required : false )
3434endif
35- if not libblas.found() and libblas_name == ' blas'
36- # Many LAPACK builds ship a reference BLAS as librefblas.{a,so}.
37- libblas = fc.find_library (' refblas' , dirs : libblas_path, required : false )
38- endif
39-
40- if not libblas.found()
41- message (' Library blas found: NO' )
42- message (' Hint: if your BLAS is librefblas.a, configure with either:' )
43- message (' -Dlibblas=refblas' )
44- message (' or keep -Dlibblas=blas and set -Dlibblas_path to a directory containing librefblas.{a,so}.' )
45- else
46- message (' Library blas found: YES' )
47- endif
4835
4936# Headers
5037libdiffblas_include = include_directories (' BLAS/include' , ' TAPENADE/include' )
You can’t perform that action at this time.
0 commit comments