Re: [Numpy-discussion] OS X binaries for releases

2013-08-21 Thread KACVINSKY Tom
From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of Kyle Mandli Sent: Tuesday, August 20, 2013 10:10 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] OS X binaries for releases On Tue, Aug 20, 2013 at 5:35 PM, KACVINSKY Tom

Re: [Numpy-discussion] OS X binaries for releases

2013-08-20 Thread KACVINSKY Tom
llvm-gcc. You have to specify the right options which I can look up tomorrow when I'm back in the office. We don't invoke gcc directly, we use xcrun. On Aug 20, 2013, at 18:31, "David Cournapeau" mailto:courn...@gmail.com>> wrote: On Tue, Aug 20, 2013

Re: [Numpy-discussion] OS X binaries for releases

2013-08-20 Thread KACVINSKY Tom
You can use the 10.6 SDK on 10.8. At least we do. Tom On Aug 20, 2013, at 18:17, "David Cournapeau" mailto:courn...@gmail.com>> wrote: On Tue, Aug 20, 2013 at 9:48 PM, Ralf Gommers mailto:ralf.gomm...@gmail.com>> wrote: Hi all, Building binaries for releases is currently quite complex and

[Numpy-discussion] tests not running

2013-05-10 Thread KACVINSKY Tom
Here is my set up: Mac OS 10.7.5 Xcode 4.5.1 Intel Fortran 12.1 Python 2.7.3 built from source Numpy 1.6.2 built from source, using MKL 11.0 nose 0.11.4 installed I run the numpy tests as documented (python -c 'import numpy; numpy.test()'), but get this output: tkacvins@macomsim> python -c 'imp

Re: [Numpy-discussion] www.scipy.org down?

2013-05-09 Thread KACVINSKY Tom
: [Numpy-discussion] www.scipy.org down? On Thu, May 9, 2013 at 3:25 PM, KACVINSKY Tom wrote: >> Unfortunately, the Mac OS downloads won't work for us as they install into >> the system Python. >They actually install in a python installed from python.org, not system >> We

Re: [Numpy-discussion] www.scipy.org down?

2013-05-09 Thread KACVINSKY Tom
ssion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of Robert Kern Sent: Thursday, May 09, 2013 10:46 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] www.scipy.org down? On Thu, May 9, 2013 at 3:25 PM, KACVINSKY Tom mailto:tom.kacvin...@3ds.com>> wro

Re: [Numpy-discussion] www.scipy.org down?

2013-05-09 Thread KACVINSKY Tom
- From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of Robert Kern Sent: Thursday, May 09, 2013 9:21 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] www.scipy.org down? On Thu, May 9, 2013 at 2:10 PM, KACVINSKY Tom wrote: >

[Numpy-discussion] www.scipy.org down?

2013-05-09 Thread KACVINSKY Tom
I am looking for a release of numpy for Mac OS, but I can't reach the scipy web server. IS it down for maintenance? Thanks, Tom This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged. If yo

Re: [Numpy-discussion] what do I get if I build with MKL?

2013-04-19 Thread KACVINSKY Tom
array dot, you use BLAS3 functions as they are more or less the same. For the rest, nothing inside Numpy uses BLAS or LAPACK explicitelly IIRC. You have to do the calls yourself. 2013/4/19 Neal Becker mailto:ndbeck...@gmail.com>> KACVINSKY Tom wrote: > You also get highly optimized BLAS

Re: [Numpy-discussion] what do I get if I build with MKL?

2013-04-19 Thread KACVINSKY Tom
You also get highly optimized BLAS routines, like dgemm and degemv. From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of Matthieu Brucher Sent: Friday, April 19, 2013 9:39 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] what do I

Re: [Numpy-discussion] Building numpy with MSVC 2010 and Intel Fortran 10.x (and higher)

2012-06-22 Thread KACVINSKY Tom
inear algebra routines are using MKL without benchmarking numpy. Thoughts on the matter? From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of KACVINSKY Tom Sent: Friday, June 22, 2012 11:22 AM To: 'numpy-discussion@scipy.org' Subject: Re: [N

Re: [Numpy-discussion] Building numpy with MSVC 2010 and Intel Fortran 10.x (and higher)

2012-06-22 Thread KACVINSKY Tom
ld_dir) File "numpy\core\setup.py", line 657, in get_mathlib_info raise RuntimeError("Broken toolchain: cannot link a simple C program") RuntimeError: Broken toolchain: cannot link a simple C program From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion-bou

[Numpy-discussion] Building numpy with MSVC 2010 and Intel Fortran 10.x (and higher)

2012-06-22 Thread KACVINSKY Tom
I have reason to build Python 2.6.8 and numpy 1.4.1 with MSVC 2010 and Intel Fortran 10.1 (and higher). I also am building with MKL 10.3. So far, I am able to get the setup to recognize the MKL libraries: C:\Users\tky\Python\numpy-1.6.2>python setup.py build --compiler=msvc --fcompiler=int