Re: installing py27-scipy on Mac OS 10.7

2011-11-01 Thread Joe VanAndel
Yes, these steps worked: sudo port clean gcc44 sudo port selfupdate sudo port upgrade outdated sudo port install gcc44 I was then able to install py27-scipy. On Fri, Oct 28, 2011 at 3:30 PM, Ryan Schmidt wrote: > On Oct 28, 2011, at 14:26, Joe VanAndel wrote: > >> macports states that it is buil

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Ryan Schmidt
On Oct 28, 2011, at 14:26, Joe VanAndel wrote: > macports states that it is building gcc44, and after several hours, I > don't see any real progress . I have two 'f951' tasks running, each > consuming 2.8GB of real memory (and as much as 32GB of virtual). > > I've got 12GB of RAM, but my 2 x 8Gh

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Scott Webster
Ah, well it usually takes a while but it seems like there is a bigger problem this time! On Oct 28, 2011 1:26 PM, "Adam Mercer" wrote: On Fri, Oct 28, 2011 at 14:26, Joe VanAndel wrote: > macports states that ... It seems that there are currently issues with building the compiler on Lion (usin

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Adam Mercer
On Fri, Oct 28, 2011 at 14:26, Joe VanAndel wrote: > macports states that it is building gcc44, and after several hours, I > don't see any real progress .  I have two 'f951' tasks running, each > consuming 2.8GB of real memory (and as much as 32GB of virtual). It seems that there are currently i

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Scott Webster
The way macports is set up is to build the fortran compiler from source, because apple does not include one. gcc takes a long time to compile. Keep waiting would be my recommendation... Scott On Fri, Oct 28, 2011 at 12:26 PM, Joe VanAndel wrote: > Thanks for the explanation about needing a for

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Joe VanAndel
Thanks for the explanation about needing a fortran compiler. macports states that it is building gcc44, and after several hours, I don't see any real progress . I have two 'f951' tasks running, each consuming 2.8GB of real memory (and as much as 32GB of virtual). I've got 12GB of RAM, but my 2 x

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Daniel J. Luke
On Oct 28, 2011, at 11:16 AM, Joe VanAndel wrote: > Any idea why installing py27-scipy insists on building gcc44? it doesn't: port variants py26-scipy py26-scipy has the variants: atlas: Use MacPorts ATLAS libraries gcc42: Use gcc 4.2 tool chain for building * conflicts with gcc43 gc

installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Joe VanAndel
I've installed the latest macports on Lion (10.7). Any idea why installing py27-scipy insists on building gcc44? sudo port install py27-scipy ---> Computing dependencies for py27-scipy ---> Dependencies to be installed: SuiteSparse metis gcc44 gcc_select gmp mpfr swig-python bison gsed swig Wh