Set libblas library name on FreeBSD.
parent
f2f1961eeb
commit
46b3311630
|
@ -5,6 +5,7 @@ IN: math.blas.cblas
|
|||
{ [ os macosx? ] [ "libblas.dylib" "cdecl" add-library ] }
|
||||
{ [ os windows? ] [ "blas.dll" "cdecl" add-library ] }
|
||||
{ [ os openbsd? ] [ "libcblas.so" "cdecl" add-library ] }
|
||||
{ [ os freebsd? ] [ "libcblas.so" "cdecl" add-library ] }
|
||||
[ "libblas.so" "cdecl" add-library ]
|
||||
} cond >>
|
||||
|
||||
|
|
Loading…
Reference in New Issue