Re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Rainer Müller
On 2010-09-14 22:32 , Ryan Schmidt wrote: > You're right, we don't have stable and unstable port trees. The > suggestion has come up several times in the past, but we hardly have > the manpower to keep our current single tree up to date; I fear > splitting the tree in two would only double the prob

Re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Ryan Schmidt
On Sep 14, 2010, at 13:41, Jeff Singleton wrote: > How could "I" be compiling for one arch and then linking another ... I'm > using MacPorts. I would assume that if a Port has support for universal, > then MP would adhere to this and build universal. If the compiling from .c > to .o is done a

Re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Jeff Singleton
On Tue, Sep 14, 2010 at 1:56 PM, Michael Dickens wrote: > > Which in my experience means that you're compiling from .c to .o for one > arch (e.g., 32 bit) but trying to link from .o to an executable with another > arch (e.g., 64 bit) -- so, the compiler errors out & that's the error that > Python

re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Michael Dickens
My US$0.02 worth, having been extensively experimenting with numpy over the past few days. - MLD On Sep 14, 2010, at 12:56 PM, Jeff Singleton wrote: > I took a gamble and changed the CC and CXX variables being set in the > py26-numpy Portfile to point to the gcc-4.2/g++-4.2 compiler in OS X. >

Re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Jeff Singleton
I took a gamble and changed the CC and CXX variables being set in the py26-numpy Portfile to point to the gcc-4.2/g++-4.2 compiler in OS X. py26-numpy compiled without issue for me. I could not get it to build using mp-gcc-4.4 ... It kept failing with "RuntimeError: Broken toolchain: cannot link

Re: Wireshark Capture support

2010-09-14 Thread Jeff Singleton
Actually ... that will work! Its the ChmodBPF steps to change the permissions so that the 'admin' group can access the devices. On Tue, Sep 14, 2010 at 10:36 AM, Rainer Müller wrote: > On 2010-09-14 12:40 , Jasper Frumau wrote: > > Installed Wireshark a while. Decided to use it for some network

Re: where do python packages install

2010-09-14 Thread Srinath Vadlamani
I have other packages (outside of macports) installed in a location added to PYTHONPATH. I use an in-house building package that installs its own scipy, numpy and matplotlib in this other location, so I need to supersede macports installations. I know that this not preferred package management bu

Re: where do python packages install

2010-09-14 Thread Adam Mercer
On Mon, Sep 13, 2010 at 23:22, Srinath Vadlamani wrote: > I just installed py26-scipy.  I need to add the install location to my > $PYTHONPATH.  Where is it? Why do you need to add it to PYTHONPATH, MacPorts python will be able to find scipy without setting this? Cheers Adam ___

Re: Wireshark Capture support

2010-09-14 Thread Rainer Müller
On 2010-09-14 12:40 , Jasper Frumau wrote: > Installed Wireshark a while. Decided to use it for some network analysis > today, using it for the first time ever. Got an error "There are no > interfaces on which a capture can be done". I believ I need teh capture > support driver like wincap for Wind

Re: matplotlib variant use MacOSX backend

2010-09-14 Thread Srinath Vadlamani
Thanks. <>Srinath On Tue, Sep 14, 2010 at 7:53 AM, Faisal Moledina wrote: > > How does one make py26-matplotlib @1.0.0 use > > backend : MacOSX > > > > other than changing the file: > > > /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/mpl-d

Re: matplotlib variant use MacOSX backend

2010-09-14 Thread Faisal Moledina
> How does one make py26-matplotlib @1.0.0 use > backend      : MacOSX > > other than changing the file: > /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/mpl-data/matplotlibrc You can set that in ~/.matplotlib/matplotlibrc I believe. Faisal

Wireshark Capture support

2010-09-14 Thread Jasper Frumau
Installed Wireshark a while. Decided to use it for some network analysis today, using it for the first time ever. Got an error "There are no interfaces on which a capture can be done". I believ I need teh capture support driver like wincap for Windows. Which one can I install using MacPorts? I sear