#6981: [with spkg; needs work] include 64-bit OS X gfortran in standard SAge
---------------------+------------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1.2
Component: build | Keywords:
Reviewer: | Author:
Merged: |
---------------------+------------------------------------------------------
Comment(by jhpalmieri):
For the 64-bit version, is there a reason to copy a big bzipped tar file
to SAGE_LOCAL? If not, then I think that in the file [{{/src/gfortran
/fortran-OSX64-20090120/spkg-install}}}, the lines
{{{
cp src/gfortran-4.2.3.tar.bz2 $SAGE_LOCAL
cd $SAGE_LOCAL; tar -xjf gfortran-4.2.3.tar.bz2 -C .
}}}
should be changed to something like
{{{
cd $SAGE_LOCAL; tar -xjf $CUR/gfortran-4.2.3.tar.bz2 -C .
}}}
Also, there should be a message about the 64-bit version being installed:
in the main spkg-install file, the function {{{install_fortran_osx64}}}
could start with a message like
{{{
print "Installing OSX 64-bit gfortran compiler"
}}}
Some people who are sticklers might complain about the format of SPGK.txt,
but I don't care that much.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6981#comment:2>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---