On 2010-09-09 18:34 , Michelle Gill wrote: > My guess is that this is because gcc45 is the default variant for > atlas, while gcc44 is the default for py26-numpy. Further, there is > not a gcc45 variant available for py26-numpy. More importantly, will > the issue of having two copies of gcc be avoided by first installing > the gcc44 variant of atlas and then installing py26-numpy or do I > need to force an install and/or edit config files? (The second option > is no problem for me, I'm just not yet familiar with how the > config/build system works in MacPorts.)
Ah, sorry, I forgot to answer your question in the last mail. You can install atlas +gcc44 before py26-numpy to avoid this: sudo port install atlas +gcc44 sudo port install py26-numpy Rainer _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
