yeah, I set -b 32 on atlas... the bogus atlas config was telling me to set OPTS = O -fPIC -m32 and NOPTS = O -fPIC -m32, this caused the make process of lapack to hang.
So i set OPTS = O2 -fPIC -m32 and NOPTS = O0 -fPIC -m32. Which is the same as all of my first attempts except for the presence of -m32. so maybe specifying bit size here is needed too. Chris 2009/3/28 Charles R Harris <charlesr.har...@gmail.com> > > > 2009/3/28 Chris Colbert <sccolb...@gmail.com> > >> i just ran a dummy config on atlas and its giving me different OPTS and >> NOOPTS flags than the scipy tutorial. so im gonna try that and report back >> > > I think that I also had to explicitly specify the bit size flag on the > ATLAS command line during various builds, -b32/64 or something like that... > > Chuck > > > > _______________________________________________ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion > >
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion