Andrej Vodopivec wrote:
> I have uploaded a Windows binary.
>
> There are problems with lapack and other packages which use defsystem
> to load. I think it is because gcl does not have a working
> ensure-directory-exist. Lapack worked in previous versions though.
>
>
Right. gcl doesn't have ensure-directories-exist. On Unix systems, I
hacked it by running mkdir -p. I don't know the equivalent for
Windows. If you know, then perhaps we can put in an equivalent hack.
Lapack worked in previous versions because it didn't try to compile the
files. It just loaded them, which makes lapack fairly slow.
Ray