Re: py26-numpy is much slower than NumPy compiled for MacPython

2010-12-08 Thread George Nurser
I don't think it is a specifically Macports issue. On my (oldish) Macbook pro the system python numpy with /usr/bin/python bench2.py takes 15 s while the 32/64 bit numpy I built took 52 s No difference between 32 and 64 bit (i.e.python-32 instead of python-64) Same ratio on my Mac Pro:

Re: i cant install cacti using a port

2010-12-08 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/8/10 07:05 , Mirgorodskiy Eugene wrote: --- Configuring db46 Error: db46 requires the Java for Mac OS X development headers. Error: Download the Java Developer Package from:

Re: how long does it take to build gcc45?

2010-12-08 Thread Ryan Schmidt
On Dec 6, 2010, at 06:35, Gabriele Kahlout wrote: On 6 December 2010 00:29, Ryan Schmidt wrote: On Dec 5, 2010, at 22:00, Gabriele Kahlout wrote: I.e. how do I make it such g++ -v returns 4.5 and not 4.2? Ah, I see: Sounds simple but my removing of g++ alias in usr/bin and

Re: Compiling PythonMagick with MacPorts python, imagemagick, boost?

2010-12-08 Thread Ryan Schmidt
On Dec 5, 2010, at 21:27, Leonard Lin wrote: I'm having some problems trying to compile the PythonMagick (http://www.imagemagick.org/download/python/) ImageMagick/Magick++ bindings and was hoping to get some help. It seems to have problems finding the boost python .hpp files even though

Re: how long does it take to build gcc45?

2010-12-08 Thread Gabriele Kahlout
I'm not sure if I tripped on the same problem you are describing. I've the following problem: http://stackoverflow.com/questions/4391192/why-do-i-get-cc1plus-error-unrecognized-command-line-option-arch Essentially -arch option is not accepted in gcc45. On 8 December 2010 14:50, Ryan Schmidt

Re: how long does it take to build gcc45?

2010-12-08 Thread Ryan Schmidt
On Dec 8, 2010, at 14:04, Gabriele Kahlout wrote: I'm not sure if I tripped on the same problem you are describing. I've the following problem: http://stackoverflow.com/questions/4391192/why-do-i-get-cc1plus-error-unrecognized-command-line-option-arch Essentially -arch option is not

Re: how long does it take to build gcc45?

2010-12-08 Thread Gabriele Kahlout
On 8 December 2010 15:10, Ryan Schmidt ryandes...@macports.org wrote: On Dec 8, 2010, at 14:04, Gabriele Kahlout wrote: I'm not sure if I tripped on the same problem you are describing. I've the following problem:

Re: Compiling PythonMagick with MacPorts python, imagemagick, boost?

2010-12-08 Thread Ryan Schmidt
On Dec 8, 2010, at 15:09, Leonard Lin wrote: Hmm, so in the config, BOOST_CPPFLAGS and BOOST_LDFLAGS were set w/ the -I and -L but the bare CPPFLAGS and LDFLAGS weren't. I manually added the flags to the Makefiles and so it finds the .hpp files. However it throws errors looking for the

Re: py26-numpy is much slower than NumPy compiled for MacPython

2010-12-08 Thread Frank Schima
On Dec 8, 2010, at 9:28 AM, Eric A. Borisch wrote: == Executive summary == The OS python has different numpy exception handling settings, and this is the reason for the performance difference. == The brief results == with numpy.seterr(all='ignore') - 13s system, 12s macports with

mac port Uninstall -- Unable to uninstall/deactive

2010-12-08 Thread Sofoklis Nikiforos
Hi, I'm trying to uninstall mac ports. I ran: *sudo port -f uninstall installed * But I received a flurry of errors (see below). I'm not sure how to resolve the dependencies. Can anyone help? std-out log: -- snip Unable to uninstall/deactivate bzip2 @1.0.6_0, the following

Re: mac port Uninstall -- Unable to uninstall/deactive

2010-12-08 Thread Scott Webster
I don't see any errors? Looks like it did what you wanted... forced the uninstall despite the dependencies? Scott On Wed, Dec 8, 2010 at 3:36 PM, Sofoklis Nikiforos snik...@gmail.com wrote: Hi, I'm trying to uninstall mac ports.  I ran: sudo port -f uninstall installed But I received a

Re: mac port Uninstall -- Unable to uninstall/deactive

2010-12-08 Thread Sofoklis Nikiforos
I receive an error when trying to install maven3, bzip2 and other packages that were previously installed by mac ports Warning: It appears you have MacPorts or Fink installed. Software installed with MacPorts and Fink are known to cause problems. If you experience issues try uninstalling these

Re: how long does it take to build gcc45?

2010-12-08 Thread Gabriele Kahlout
I've installed qt with macports and managed to build the qt demo project, HOWEVER: /usr/bin/g++-4.2 this is what's used! The whole point was to use gcc45, installed with macports. Also, the ports qt is only the release config, and I also need the debug (which comes with the official sdk