fix blas ffi on linux64
parent
b34877f18e
commit
e5ffc202f2
|
@ -7,6 +7,10 @@ IN: math.blas.ffi
|
||||||
{ [ os macosx? ] [ "libblas.dylib" intel-unix-abi add-fortran-library ] }
|
{ [ os macosx? ] [ "libblas.dylib" intel-unix-abi add-fortran-library ] }
|
||||||
{ [ os windows? cpu x86.32? and ] [ "blas.dll" f2c-abi add-fortran-library ] }
|
{ [ os windows? cpu x86.32? and ] [ "blas.dll" f2c-abi add-fortran-library ] }
|
||||||
{ [ os windows? cpu x86.64? and ] [ "blas.dll" gfortran-abi add-fortran-library ] }
|
{ [ os windows? cpu x86.64? and ] [ "blas.dll" gfortran-abi add-fortran-library ] }
|
||||||
|
{
|
||||||
|
[ os [ freebsd? ] [ linux? cpu x86.32? and ] bi or ]
|
||||||
|
[ "libblas.so" gfortran-abi add-fortran-library ]
|
||||||
|
}
|
||||||
{ [ os [ freebsd? ] [ linux? ] bi or ] [ "libblas.so" gfortran-abi add-fortran-library ] }
|
{ [ os [ freebsd? ] [ linux? ] bi or ] [ "libblas.so" gfortran-abi add-fortran-library ] }
|
||||||
[ "libblas.so" f2c-abi add-fortran-library ]
|
[ "libblas.so" f2c-abi add-fortran-library ]
|
||||||
} cond
|
} cond
|
||||||
|
|
Loading…
Reference in New Issue