-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
When running make on my Windows machine, I get this error:
make[1]: Leaving directory 'F:/Isaac/Dev/nanogenmo2015/OpenBLAS-0.2.15/kernel'
make[1]: Entering directory 'F:/Isaac/Dev/nanogenmo2015/OpenBLAS-0.2.15/lapack'
/bin/sh: line 2: c:/Program: No such file or directory
makefile:10: recipe for target 'libs' failed
make[1]: *** [libs] Error 1
make[1]: Leaving directory 'F:/Isaac/Dev/nanogenmo2015/OpenBLAS-0.2.15/lapack'
makefile:143: recipe for target 'libs' failed
make: *** [libs] Error 1
https://gist.github.com/ikarth/eca453776ae1780a0e74
As far as I can tell, there aren't any issues with the rest of the system (though that's always a possibility with Windows toolchains, I guess). It seems to be failing on a file path, though I can't work out which makefile or script it might be having issues with.
I did a web search and found some similar issues, but nothing close enough to my problem that also had a successful solution.
Is there something special that lapack would be invoking that nothing prior would have accessed? gfortran should be installed, though if it's having a problem with the space in "Program Files" I suspect a work-around may be needed. Is there a way to substitute a binary of LAPACK?