Stan Sanderson wrote: [] > I'm having the same problem on 10.5, PPC & Intel. If I do a fink > remove scipy-core-py26 (by force), I am told that all my Gnome > installation will also be removed. scipy-core-py26 is shown in fink > list -o as obsolete.
Ah, so that's the reason why numpy does not Conflict with scipy-core. I am not getting your problem when I do fink update scipy-core-py26 This will also install the latest version of numpy-py26, but does not lead to the conflict you are seeing. It only gives the usual sign of embarrassment > Fink isn't sure how to install the above packages safely. You may be able to > fix things by running: > > fink scanpackages > sudo apt-get update > sudo apt-get install numpy-py26=1.3.0-7 But doing as proposed then succeeds. If this doesn't work for you, then I would suggest to remove scipy-core-py26 using dpkg: sudo -r --force-all scipy-core-py26 This will not remove any other packages. Then run fink install scipy-core-py26 This will install the latest version, which is obsolete but does not have the conflict you were seeing, plus numpy-py26, and all should be well. -- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
