#6981: [with spkg, needs review] include 64-bit OS X gfortran in standard SAge
----------------------+-----------------------------------------------------
Reporter: was | Owner: mabshoff
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1.2
Component: packages | Keywords:
Reviewer: | Author: William Stein
Merged: |
----------------------+-----------------------------------------------------
Changes (by newvalueoldvalue):
* owner: tbd => mabshoff
* component: build => packages
* author: => William Stein
Comment:
Replying to [comment:2 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 .
> }}}
Done. I have added your reviewer comment to `src/gfortran/fortran-
OSX64-20090120/spkg-install` and committed this change in your name.
[[BR]][[BR]]
> 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"
> }}}
Done. This line is now in the main `spkg-install`. The change has been
committed in your name.
[[BR]][[BR]]
> Some people who are sticklers might complain about the format of
SPGK.txt, but I don't care that much.
Also taken care of. An updated spkg with reviewer changes can be found at
http://sage.math.washington.edu/home/mvngu/release/spkg/standard/fortran-20071120.p6.spkg
I'm reviewing the actual building of that package now. You're more than
welcome to try building Sage 4.1.2.alpha2 from source with this updated
Fortran package. The more the merrier :-)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6981#comment:3>
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
-~----------~----~----~----~------~----~------~--~---