Ward Fisher
Ward Fisher
This is something which needs doing for the sake of clarity if nothing else. I'll see if I'm able to devote some cycles to it in the next couple of...
Thanks @jswhit, taking a look at this now to see if I can sort out what happened, and when.
I've got a test script set up that should give me an avenue for using `git bisect` to figure out where the change occured.
Ok, I've found the problem. In commit `a4465da9` we see a change in the cache sizes as defined in the cmake `CMakeLists.txt` file. I presume if I change the tests...
We're now seeing multiple reports; I expect we will be reverting the related changes to restore the old behavior, while we figure out why this is occurring and how to...
Thank you for reporting; I will get this fixed!
We currently don't officially support Fortran on Windows, which is why this hasn't received as much attention. But I should be able to address that.
I assume you are using mingw64/fortran equivalent and not Visual Studio or some such via the MSYS shell?
Part of the problem is a lack of access to free fortran compilers compatible with visual studio; I understand that PGI has released a community edition of their compilers, so...
Thanks, I have mingw64 set up and will gladly take a look at this as soon as I can; it is definitely being looked at, but there are a number...