Re: [Numpy-discussion] OSX installer: please test

2008-04-25 Thread Sebastian Haase
OT: How do you make a dmg ? Is there a (simple) command line tool for this ? Thanks, Sebastian Haase On Wed, Apr 23, 2008 at 9:46 PM, Christopher Barker [EMAIL PROTECTED] wrote: Christopher Burns wrote: I've built a Universal Mac binary for numpy 1.1.0. http://1.1.0. If Mac people

Re: [Numpy-discussion] OSX installer: please test

2008-04-25 Thread David Cournapeau
On Fri, 2008-04-25 at 11:17 +0200, Sebastian Haase wrote: OT: How do you make a dmg ? Is there a (simple) command line tool for this ? .dmg is just an iso 9660 file (e.g. a CD fs), which is recognized by Mac OS X as such. It really is not different than mounting an iso on any unix (you can

Re: [Numpy-discussion] OSX installer: please test

2008-04-25 Thread Christopher Barker
David Cournapeau wrote: To get to your point: hdiutil is the command you are looking for. yup. Here's an example: hdiutil create -srcfolder YourDir -volname A Name -ov Something.dmg It will build a disk image from the directory: YourDir -Chris -- Christopher Barker, Ph.D. Oceanographer

Re: [Numpy-discussion] OSX installer: please test

2008-04-25 Thread Christopher Burns
There is also a gui, Disk Utility.app which is what I used for the installer. Chris On Fri, Apr 25, 2008 at 2:17 AM, Sebastian Haase [EMAIL PROTECTED] wrote: OT: How do you make a dmg ? Is there a (simple) command line tool for this ? Thanks, Sebastian Haase On Fri, Apr 25, 2008 at 1:35 PM,

Re: [Numpy-discussion] OSX installer: please test

2008-04-23 Thread Robert Pyle
Here are some more complete tests on my assorted Macs. Note that on the dual G5 tower, /usr/local/lib/libgfortran.2.dylib seems to be missing, under both Tiger (10.4.11) and Leopard (10.5.2). However, under both operating systems, /usr/local/gfortran/lib/ libgfortran.2.dylib exists, as does

Re: [Numpy-discussion] OSX installer: please test

2008-04-23 Thread Robert Kern
On Wed, Apr 23, 2008 at 9:51 AM, Robert Pyle [EMAIL PROTECTED] wrote: Here are some more complete tests on my assorted Macs. Note that on the dual G5 tower, /usr/local/lib/libgfortran.2.dylib seems to be missing, under both Tiger (10.4.11) and Leopard (10.5.2). However, under both

Re: [Numpy-discussion] OSX installer: please test

2008-04-23 Thread Christopher Barker
Christopher Burns wrote: I've built a Universal Mac binary for numpy 1.1.0. http://1.1.0. If Mac people would kindly test it, I'd appreciate any feedback. Download here: https://cirl.berkeley.edu/numpy/numpy-1.1.0rc1-py2.5-macosx10.5.dmg Note that it's called *osx10.5.dmg, but it seems

Re: [Numpy-discussion] OSX installer: please test

2008-04-20 Thread Robert Kern
On Sun, Apr 20, 2008 at 8:32 AM, Stéfan van der Walt [EMAIL PROTECTED] wrote: Hi Robert On 20/04/2008, Robert Kern [EMAIL PROTECTED] wrote: On Sat, Apr 19, 2008 at 11:58 AM, Stéfan van der Walt [EMAIL PROTECTED] wrote: On 19/04/2008, Robert Kern [EMAIL PROTECTED] wrote: In

Re: [Numpy-discussion] OSX installer: please test

2008-04-19 Thread Stéfan van der Walt
Hi, On 19/04/2008, Jarrod Millman [EMAIL PROTECTED] wrote: On Wed, Apr 16, 2008 at 2:36 PM, Christopher Burns [EMAIL PROTECTED] wrote: I've built a Universal Mac binary for numpy 1.1.0. If Mac people would kindly test it, I'd appreciate any feedback. Download here:

Re: [Numpy-discussion] OSX installer: please test

2008-04-19 Thread Robert Kern
On Sat, Apr 19, 2008 at 3:45 AM, Stéfan van der Walt [EMAIL PROTECTED] wrote: Is there any reason why System Python 2.5 (specifically) is a requirement? Actually, it's not the System Python 2.5 but the python.org binary. Installer.app isn't particularly flexible, so we can really only

Re: [Numpy-discussion] OSX installer: please test

2008-04-19 Thread Alexander Michael
On Wed, Apr 16, 2008 at 5:36 PM, Christopher Burns [EMAIL PROTECTED] wrote: I've built a Universal Mac binary for numpy 1.1.0. If Mac people would kindly test it, I'd appreciate any feedback. Download here: https://cirl.berkeley.edu/numpy/numpy-1.1.0rc1-py2.5-macosx10.5.dmg Technical

Re: [Numpy-discussion] OSX installer: please test

2008-04-19 Thread Robert Pyle
Hi, I have installed it with no problems on a dual G5 (i.e., PPC). It works fine, but I haven't beat on it very hard. (Array manipulations, fft, math functions, mostly). Bob Pyle On Apr 19, 2008, at 3:46 AM, Jarrod Millman wrote: On Wed, Apr 16, 2008 at 2:36 PM, Christopher Burns [EMAIL

Re: [Numpy-discussion] OSX installer: please test

2008-04-19 Thread Stéfan van der Walt
On 19/04/2008, Robert Kern [EMAIL PROTECTED] wrote: In any case, MacPorts' Python is not a framework build, so the binary wouldn't work anyways. Could you explain what you mean by that? Mine was compiled with the +framework flag, so it should be a framework build? I understand the reasons

[Numpy-discussion] OSX installer: please test

2008-04-19 Thread Muhammad Alkarouri
Hi, Testing on Intel Core Duo Mac OS X 10.4.11: In [1]: import numpy as np In [2]: np.test(all=True) Numpy is installed in /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy Numpy version 1.1.0rc1 Python version 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC

[Numpy-discussion] OSX installer: please test

2008-04-16 Thread Christopher Burns
I've built a Universal Mac binary for numpy 1.1.0. If Mac people would kindly test it, I'd appreciate any feedback. Download here: https://cirl.berkeley.edu/numpy/numpy-1.1.0rc1-py2.5-macosx10.5.dmg Technical details: - Built on OSX 10.5.2, Intel Core 2 Duo - Using XCode 3.0 with gcc 4.0.1 and