[Bonmin-tickets] [Bonmin] #25: Error message: "cygblas.dll not found"

Bonmin coin-trac at coin-or.org
Tue Jun 3 14:42:09 EDT 2008


#25: Error message: "cygblas.dll not found"
----------------------+-----------------------------------------------------
Reporter:  stebi1981  |        Owner:  pbonami
    Type:  defect     |       Status:  new    
Priority:  major      |    Component:  Bonmin 
 Version:             |   Resolution:         
Keywords:             |  
----------------------+-----------------------------------------------------
Comment (by andreasw):

 Hallo Stefan,

 The thing is that you have blas installed in your Cygwin installation, and
 when the configure script checks for Blas, it finds it on your system and
 consequently does not recompile it from the netlib sources.  If you want
 to avoid dependency with cygblas, you need to make sure that the sources
 are in !ThirdParty/Blas (and also !ThirdParty/Lapack), and then tell the
 configure script explicitly that you want to not use the blas/lapack from
 your system by adding the flags

 {{{--with-blas=BUILD --with-lapack=BUILD}}}

 as arguments to configure.  This will make sure that blas and lapack are
 compiled with the rest of the Bonmin code, and no Cygblas will be
 necessary when you run bonmin.exe later.

 Hope this helps,

 Andreas

-- 
Ticket URL: <https://projects.coin-or.org/Bonmin/ticket/25#comment:1>
Bonmin <http://projects.coin-or.org/Bonmin>
Basic Open-source Nonlinear Mixed INteger programming



More information about the Bonmin-tickets mailing list