#9368: sage_fortran ignores SAGE64 except on Solaris/OpenSolaris
--------------------------+-------------------------------------------------
Reporter: drkirkby | Owner: GeorgSWeber
Type: defect | Status: closed
Priority: critical | Milestone: sage-4.5
Component: build | Resolution: fixed
Keywords: | Author: David Kirkby, William Stein
Upstream: N/A | Reviewer: Robert Miller
Merged: sage-4.5.rc2 | Work_issues:
--------------------------+-------------------------------------------------
Comment(by drkirkby):
Replying to [comment:21 drkirkby]:
> But can you explain how ATLAS, Numpy and Linbox built, when I clearly
see the sage_fortran script had in it
>
> {{{
> #!/bin/sh
> }}}
>
> ?
>
> I'm not wrong about the contents of the file. It '''did''' have that in
it.
>
> Dave
I realise I was mistaken here. Justin is almost certainly right when he
says the lack of a new line in the file can fool the eye into believing
that the contents of the file are just
{{{
#!/bin/sh
}}}
when in fact there is more to it. This is how it looks on my screen - it
is easy to see that this could be confusing.
{{{
drkir...@hawk:~/sage-4.5.rc0$ cat local/bin/sage_fortran
#!/bin/sh
/usr/local/gcc-4.4.4-multilib/bin/gfortran -m64 -fPIC
$...@drkirkby@hawk:~/sage-4.5.rc0$
}}}
I'm glad I was wrong about this.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9368#comment:22>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.