On 24-Apr-09, at 10:11 PM, Chris Colbert wrote:

> Like the subject says, is there a way to register numpy with  
> synaptic after building numpy from source?
>
> I would like to snag matplotlib from the ubuntu repos, but it won't  
> let me without also getting numpy and its dependency, which would  
> ruin all the work I did building numpy on my machine.

I'd recommend building MPL from source too, as every MPL release makes  
leaps and bounds and the packages are likely a bit stale. But most  
package managers allow you to force installs without checking  
dependencies, as in "I know what I'm doing, just install it".

With apt-get I believe you'd have to download the .deb package and do  
something like

        sudo dpkg -i --force-depends matplotlib<whatever>.deb

David
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to