Hey
I'm trying to build magma on Windows 7 system, Unfortunately I'm getting very difficult doing so.
1st, Is that possible to use Magma pre-build binaries for windows instead of building the library from scratch ?
2nd, I'm trying to build Magma using the CMake, I keep on getting the following error message:
Cmake Error at CmakeLists.txt:3 (projects):
No CMAKE_Fortran_COMPILER could be found
I'd like to know which kind of compiler shall I use ?
I have download the gcc compilation tool, I tried to set the environment variable
"FC" --> "C:\mingw32\bin\gfortran.exe
Still didn't work.
Second thing I tried to do is to download the Intel 2013 composer in order to get the fortran compiler, it still didn't work.
Any help would be very appreciated