Re: [Factor-talk] blas on Windows

2009-02-04 Thread Doug Coleman
Hi, I'm just following up on these instructions for 64-bit Windows. gfortran is availble in the mingw-w64 build of gcc from http://sourceforge.net/projects/mingw-w64 In the Makefile.in Joe describes for CBLAS, make all his changes and also change g77 to gfortran. I copied the cblas_WINDOWS.a fil

Re: [Factor-talk] blas on Windows

2008-08-05 Thread Eduardo Cavazos
Joe Groff wrote: > Ed, here's how I built blas.dll (assuming you have mingw or cygwin with > g77): Joe, I just tried out the 'blas.dll' on the Windows build machine and it works perfectly. Everything loads and tests pass. Thanks! The 'blas.dll' can be downloaded from: http://factorcod

Re: [Factor-talk] blas on Windows

2008-08-05 Thread Joe Groff
> Joe, > > Our Windows build machine is still blocking on the BLAS dependency. I.e. > Windows binaries have not been released because of this. Ed, here's how I built blas.dll (assuming you have mingw or cygwin with g77): - Download lapack and cblas from netlib.org. - Build CBLAS: cd /path/to/CBL

[Factor-talk] blas on Windows

2008-08-05 Thread Eduardo Cavazos
Joe, Our Windows build machine is still blocking on the BLAS dependency. I.e. Windows binaries have not been released because of this. Generally, when someone checks in code which has platform specific dependencies, the burden is on them to provide us with the necessary libraries or at least i