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
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
> 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
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