problems building scipy with scons & mkl

Hi all, I updated my git repository today and want to rebuild scipy with scons and mkl support. But I get errors (please see attachment). Can anyone help me? Regards Martin

Hi Martin, On Wed, Aug 31, 2011 at 10:20 AM, Martin Hofsäß <hofsaess@ifb.uni-stuttgart.de> wrote:
Hi all,
I updated my git repository today and want to rebuild scipy with scons and mkl support.
Did you clean up the build tree after updating scipy ? It seems that the generated fblasmodule.c is invalid (my German is rusty, but it looks mostly like syntax errors). If you still get some errors, please attach the generated fblasemodule.c cheers, David

Hi David, I cleand the build tree, but it has no effect. The errors are the same. I attached the generated flasemodule.c. I hope this will help. Martin Am 31.08.2011 11:22, schrieb David Cournapeau:
Hi Martin,
Hi all,
I updated my git repository today and want to rebuild scipy with scons and mkl support. Did you clean up the build tree after updating scipy ? It seems that
On Wed, Aug 31, 2011 at 10:20 AM, Martin Hofsäß <hofsaess@ifb.uni-stuttgart.de> wrote: the generated fblasmodule.c is invalid (my German is rusty, but it looks mostly like syntax errors). If you still get some errors, please attach the generated fblasemodule.c
cheers,
David _______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev

On 8/31/2011 1:20 AM, Martin Hofsäß wrote:
Hi all,
I updated my git repository today and want to rebuild scipy with scons and mkl support.
But I get errors (please see attachment).
Can anyone help me?
Regards
Martin
Hi, Try change line 350 in scipy/linalg/fblas_l1.pyf.src to fortranname F_FUNC(i<prefix>amax,I<S,D,C,Z>AMAX) <https://github.com/scipy/scipy/blob/master/scipy/linalg/fblas_l1.pyf.src#L35...> Christoph

Hi, thanks Christoph for your help, now it's working. Martin Am 31.08.2011 17:17, schrieb Christoph Gohlke:
On 8/31/2011 1:20 AM, Martin Hofsäß wrote:
Hi all,
I updated my git repository today and want to rebuild scipy with scons and mkl support.
But I get errors (please see attachment).
Can anyone help me?
Regards
Martin
Hi,
Try change line 350 in scipy/linalg/fblas_l1.pyf.src to
fortranname F_FUNC(i<prefix>amax,I<S,D,C,Z>AMAX)
<https://github.com/scipy/scipy/blob/master/scipy/linalg/fblas_l1.pyf.src#L35...>
Christoph _______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev
participants (3)
-
Christoph Gohlke
-
David Cournapeau
-
Martin Hofsäß