I've been trying to get the LAPACKE libraries working with Visual Studio. After some trial-and-error I checked and it looks like the LAPACKE libraries (along with LAPACK and BLAS) are identical to the 32-bit versions. Is it possible something is wrong with the link? Perhaps I'm missing something. I've checked with the Visual Studio compiler and am getting the expected message:
liblapacke.lib : warning LNK4272: library machine type 'X86' conflicts with target machine type 'x64'
Normally this wouldn't be a problem, but I'm using this with a CUDA application and need to build in x64. Is there some way to resolve? I'll work on getting it to compile from source in the mean time.
Thanks!

