Hi,
I am using the pre-built win32 LAPACK v3.6.0 files made available on your website, i.e.:
libblas.lib, libblas.dll, liblapack.lib, liblapack.dll
First of all, thanks for your effort in making this available. It is much appreciated.
While I have no issues linking with these files and running my build, I do run into problems with version control using Tortoise SVN (on windows). My code project can no longer be committed to the SVN repository because the win32 LAPACK v3.6.0 files apparently introduce symbolic links - at least that's the problem Tortoise reports. I haven't been able to figure out what these links are and where they point to. But if these symlinks are built-in on your machine, it seems unlikely that they would serve any purpose on my machine. Is that right?
Admittedly, I can just remove the blas and lapack files from version control. But I would rather include them to make things less cumbersome. Also, I was wondering if the presence of symbolic links in the pre-built files is intentional and perhaps necessary. If so, could you explain why this is so?
Thanks

