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



--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to