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
You can use the 10.6 SDK on 10.8. At least we do. Tom On Aug 20, 2013, at 18:17, David Cournapeau courn...@gmail.commailto:courn...@gmail.com wrote: On Tue, Aug 20, 2013 at 9:48 PM, Ralf Gommers ralf.gomm...@gmail.commailto:ralf.gomm...@gmail.com wrote: Hi all, Building binaries for

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 courn...@gmail.commailto:courn...@gmail.com wrote: On Tue, Aug 20, 2013 at 11:20 PM, KACVINSKY

[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

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

2013-05-09 Thread KACVINSKY Tom
: 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 tom.kacvin...@3ds.com

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

2013-05-09 Thread KACVINSKY Tom
[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 tom.kacvin...@3ds.commailto:tom.kacvin...@3ds.com wrote

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 tom.kacvin...@3ds.com 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 have a custom

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

2013-04-19 Thread KACVINSKY Tom
or 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 ndbeck...@gmail.commailto:ndbeck...@gmail.com KACVINSKY Tom wrote: You also get highly optimized

[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.2python setup.py build --compiler=msvc

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

2012-06-22 Thread KACVINSKY Tom
toolchain: cannot link a simple C program From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of KACVINSKY Tom Sent: Friday, June 22, 2012 11:17 AM To: 'numpy-discussion@scipy.org' Subject: [Numpy-discussion] Building numpy with MSVC 2010 and Intel Fortran

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

2012-06-22 Thread KACVINSKY Tom
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: [Numpy-discussion