I compiled lapack and atlas from scratch using g77 but now numpy.test() hangs when I try to use any numpy functionality. I think I saw someone else write about this. Is this a common problem?
Thanks, Jonathan. On Mon, Aug 17, 2009 at 4:38 PM, Charles R Harris<[email protected]> wrote: > > > On Mon, Aug 17, 2009 at 1:43 PM, Jonathan Taylor > <[email protected]> wrote: >> >> Hi, >> >> I am using a computer that is administered. It is an intel Ubuntu box >> and came with an ATLAS compiled. I thus compiled my own numpy1.3.0 >> against that ATLAS. >> >> I was thinking about recompiling ATLAS myself. This machine only has >> g77 and not gfortran on it. Will that still work? > > As long as everything is consistent it should. Ubuntu has had some issues > with ATLAS and I suspect that is what you are seeing. David Cournapeau could > tell you more. > > Chuck > > > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion > > _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
