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
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
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
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
> 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
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
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
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
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
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
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.
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
%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
> <[
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
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
15 matches
Mail list logo