Re: [Numpy-discussion] what to use in buildbot config for numpy testing

2011-09-07 Thread Chris Kees
Hi Derek, Thanks! I forgot that python would exit with 0 even if numpy.test() fails. That could have taken a while to realize. Chris On Wed, Sep 7, 2011 at 4:22 PM, Derek Homeier wrote: > On 07.09.2011, at 10:52PM, Chris Kees wrote: > >> Is there a recommended way to run the nump

[Numpy-discussion] what to use in buildbot config for numpy testing

2011-09-07 Thread Chris Kees
Hi, Is there a recommended way to run the numpy test suite as a buildbot test? Just run ad python -c "import numpy; numpy.test" as ShellCommand object? Thanks, Chris ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mail

[Numpy-discussion] error during config on Ubuntu powerpc64, numpy-1.4.1

2010-05-27 Thread Chris Kees
Hi, I'm getting an error in check_long_double_representation on a linux/powerpc64 box. Has anybody seen this before/know a fix? -Chris > python -V Python 2.6.5 > uname -a Linux chl-29-200 2.6.32-21-powerpc64-smp #32-Ubuntu SMP Fri Apr 16 10:28:57 UTC 2010 ppc64 GNU/Linux >python setup.py insta

[Numpy-discussion] Facing the Multicore-Challenge, Heidelberg 2010

2009-09-01 Thread Chris Kees
This conference may be of interest given the many discussions at SciPy on python support for parallel programming: http://www.multicore-challenge.org___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/nu

Re: [Numpy-discussion] PDE BoF at SciPy2009

2009-08-05 Thread Chris Kees
> Subject: Re: [Numpy-discussion] PDE BoF at SciPy2009 >> To: "Discussion of Numerical Python" >> Date: Wednesday, August 5, 2009, 7:20 AM >> On Mon, Aug 3, 2009 at 3:57 PM, Chris >> Kees >> wrote: >>> Is there any interest in a BoF session on implement

[Numpy-discussion] PDE BoF at SciPy2009

2009-08-03 Thread Chris Kees
Is there any interest in a BoF session on implementing numerical methods for partial differential equations using modules like numpy, cython, mpi4py, etc.? Regards, Chris ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy

[Numpy-discussion] latex equations in docstrings

2009-06-24 Thread Chris Kees
Hi, Apologies if I sent two copies of this message to the list. If I'm using the math directive in my docstrings following the scipy guidelines (http://projects.scipy.org/numpy/wiki/ CodingStyleGuidelines), what tool do I need to use in order to generate html with properly formated equatio

Re: [Numpy-discussion] Revisiting numpy/scipy on 64 bit OSX

2008-08-22 Thread Chris Kees
On 8/22/08 11:34 AM, "Michael Abshoff" <[EMAIL PROTECTED]> wrote: > Robert Kern wrote: >> On Fri, Aug 22, 2008 at 07:00, Chris Kees >> <[EMAIL PROTECTED]> wrote: > > Hi, > >>> I've been experimenting with both a non-framework, non-u

Re: [Numpy-discussion] Revisiting numpy/scipy on 64 bit OSX

2008-08-22 Thread Chris Kees
I've been experimenting with both a non-framework, non-universal 64-bit build and a 4-way universal build of the python (2.6) trunk with numpy 1.1.1. The non-framework 64 build appears to give me exactly the same results from numpy.test() as the standard 32-bit version (as well as allowing large ar

Re: [Numpy-discussion] Mac OSX 4-way universal Re: [Pythonmac-SIG] python 2.6 trunk

2008-08-14 Thread Chris Kees
The 4-way universal install of numpy-1.1.1 is working now with the Python 2.6b2+ (trunk:65678), and all the tests pass (running as i386 and x86_64 at least). Unfortunately, I didn't find exactly what was causing it. I just erased /Library/Frameworks/Python64.framework and rebuilt the 4-way unive

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread Chris Kees
You're right. I think it's coming from here: Lib/distutils/command/install.py:573 def run (self): # Obviously have to build before we can install if not self.skip_build: self.run_command('build') # If we built for any other platform, we can't install.

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread Chris Kees
ild/lib.macosx-10.5-universal-2.6/numpy/distutils running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext running build_scripts adding 'build/scripts.macosx-10.5-universal-2.6/f2py64-32' to scripts error: Can't install when cross-compiling On 8/13/0

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread Chris Kees
%python setup.py build %sudo python setup.py install ...snipped adding 'build/scripts.macosx-10.5-universal-2.6/f2py64-32' to scripts error: Can't install when cross-compiling On 8/13/08 12:40 AM, "Robert Kern" <[EMAIL PROTECTED]> wrote: > On Tue, Aug 12, 2008 at 23:27, Kees, Christopher E > <[

Re: [Numpy-discussion] problems building in cygwin under vmware

2008-06-10 Thread Chris Kees
The solution to this problem (roll back binutils to the previous cygwin version or fix numpy) is here: http://www.scipy.org/scipy/numpy/ticket/811 On Jun 9, 2008, at 2:41 PM, Chris Kees wrote: > Hi, > > I'm getting an assembler error "Error: suffix or operands invalid fo

[Numpy-discussion] problems building in cygwin under vmware

2008-06-09 Thread Chris Kees
Hi, I'm getting an assembler error "Error: suffix or operands invalid for `fnstsw'" while trying to build numpy on cygwin (running under windows XP running on vmware on a mac pro). I've tried the last two releases of numpy and the svn version. Has anybody ever seen this before? -Chris tai