Re: [Numpy-discussion] SciPy 2014 BoF NumPy Participation

2014-06-29 Thread Kyle Mandli
I am really excited to see that we have a great agenda for the BoF, I hope that the discussion will be fruitful! Kyle On Sat, Jun 28, 2014 at 10:44 PM, Fernando Perez fperez@gmail.com wrote: Great, thanks! And we can certainly try to either move into planning at the end, or plan for such

Re: [Numpy-discussion] SciPy 2014 BoF NumPy Participation

2014-06-17 Thread Kyle Mandli
on organizing, submitting something to the conference website and I helping to gather interested parties I would be much obliged. Kyle On Fri, Jun 6, 2014 at 12:17 AM, Chris Barker chris.bar...@noaa.gov wrote: On Thu, Jun 5, 2014 at 1:32 PM, Kyle Mandli kyle.man...@gmail.com wrote

Re: [Numpy-discussion] Reporting a bug to Apple.

2014-06-11 Thread Kyle Mandli
I also have filed a bug report with apple in the past to fix an accelerate bug. The key I think was to clearly demonstrate and isolate the problem like any good bug report should have. In my case, they got back to me within a week and the bug was fixed a week after that. The release schedule is

Re: [Numpy-discussion] SciPy 2014 BoF NumPy Participation

2014-06-05 Thread Kyle Mandli
level. David On Wed, Jun 4, 2014 at 9:58 AM, Sebastian Berg sebast...@sipsolutions.net wrote: On Mi, 2014-06-04 at 02:26 +0100, Nathaniel Smith wrote: On Wed, Jun 4, 2014 at 12:33 AM, Charles R Harris charlesr.har...@gmail.com wrote: On Tue, Jun 3, 2014 at 5:08 PM, Kyle Mandli

[Numpy-discussion] SciPy 2014 BoF NumPy Participation

2014-06-03 Thread Kyle Mandli
Hello everyone, As one of the co-chairs in charge of organizing the birds-of-a-feather sesssions at the SciPy conference this year, I wanted to solicit through the NumPy list to see if we could get enough interest to hold a NumPy centered BoF this year. The BoF format would be up to those who

Re: [Numpy-discussion] Use numpy.distutils to build fortran with BLAS

2013-08-29 Thread Kyle Mandli
In the Clawpack projects (specifically the Riemann solvers) we compile against LAPACK and the BLAS using f2py via the `--link-lapack_opt` flag. This does cause some problems in terms of portability though, Aron Ahmadia might be able to shed some light on this as he has looked into it most

Re: [Numpy-discussion] Right way to build Fortran 90 module using numpy.distutils

2013-08-27 Thread Kyle Mandli
On Tue, Aug 27, 2013 at 6:46 AM, Juan Luis Cano juanlu...@gmail.com wrote: I'm having some problems to properly build a module written in Fortran 90 using numpy.distutils. It only contains one subroutine, but: * If I write a .f90 file with the single subroutine (no module .. contains), then

Re: [Numpy-discussion] Right way to build Fortran 90 module using numpy.distutils

2013-08-27 Thread Kyle Mandli
On Tue, Aug 27, 2013 at 1:26 PM, Juan Luis Cano juanlu...@gmail.com wrote: El 27/08/2013 17:27, Kyle Mandli kyle.man...@gmail.com escribió: On Tue, Aug 27, 2013 at 6:46 AM, Juan Luis Cano juanlu...@gmail.com wrote: I'm having some problems to properly build a module written in Fortran

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

2013-08-20 Thread Kyle Mandli
On Tue, Aug 20, 2013 at 5:35 PM, KACVINSKY Tom tom.kacvin...@3ds.comwrote: 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.com