Hi, On Wed, Jul 30, 2014 at 5:12 PM, Carl Kleffner <[email protected]> wrote: > Hi, > > I created mingw-w64 builds for testing based on OpenBLAS, see: > https://bitbucket.org/carlkl/mingw-w64-for-python/downloads . > > gists for numpy.test run: > > win32: https://gist.github.com/carlkl/43182c7c5e0049db7b4e > amd64: https://gist.github.com/carlkl/c528505af31ac32720b0
I believe the amd64 failure is because Windows doesn't like you trying to open a file that is already open - maybe this will fix it: https://github.com/numpy/numpy/pull/4927 Cheers, Matthew _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
