openblas-devel is missing

Marco Atzeri marco.atzeri@gmail.com
Thu Apr 30 15:52:36 GMT 2020


Am 30.04.2020 um 14:32 schrieb Pavel Fedin via Cygwin:
>    Hello evereyone! For one of my projects i need to use openblas, but i
> find no "devel" package for it on Setup. Am i missing something out or
> is the package is really missing ?
> 
> 
> Kind regards.
> 

Hi Pavel,
cygwin openblas library has been built as compatible replacement
of Netlib blas.

  $ cygcheck -l libopenblas
/usr/bin/cygblas-0.dll

$ cygcheck -l liblapack0
/etc/profile.d/lapack0.csh
/etc/profile.d/lapack0.sh
/usr/lib/lapack/cygblas-0.dll
/usr/lib/lapack/cyglapack-0.dll


this mean that if you compile versus netlib blas with lapack-devel 
package and install the openblas library the code will be executed by 
the openblas library.

Regards
Marco





More information about the Cygwin mailing list