zooloo wrote: [] > I can see that, but installing numpy-py26 alone would also have caused > pygtk2-gtk-py26 to complain about missing scipy-core-py26, so there seems > to be some obscure dependency (through python26 ?) that triggers removal > of scipy-core-py26 when numpy-py26 is installed. Strange situation anyway.
The explanation lies with the f2py-py26 package. This is a "virtual" package which is provided by the new version of numpy-py26 and used to be provided by scipy-core-py26. This is the reason why the new numpy-py26 conflicts with the older version of scipy-core-py26 that you had installed. The idea to first remove scipy-core-py26 and then to install the new version of scipy-core-py26 and numpy-py26 simultaneously is beyond Fink's limited intelligence. -- Martin ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
