Hi David,

On Sat, Sep 5, 2009 at 10:28 AM, William Stein<[email protected]> wrote:

<SNIP>

> The above definitely did *NOT* reinstall the fortan spkg.
>
> (1) Make double triple sure that you set SAGE64 to "yes":
>
> export SAGE64="yes"
>
> (2) Type
>
> ./sage -f fortran-20071120.p5

This is the same Fortran spkg that comes with each source distribution
of Sage. Here is what I would do to build Sage 4.1.2.alpha0 on OS X
10.5.8 in 64-bit mode. First I woud cd to SAGE_ROOT and delete that
Fortran package:

rm spkg/standard/fortran-20071120.p5.spkg

Then copy over Michael Abshoff's custom-built Fortran package to the
standard packages repository. You can find this package at

http://sage.math.washington.edu/home/mvngu/apps/fortran-OSX64-20090120.spkg

This package is also available under my home directory on bsd.math:

/Users/mvngu/apps/fortran-OSX64-20090120.spkg

Say this package has been copied to your home dir on bsd.math as

/Users/kirkby/fortran-OSX64-20090120.spkg

Navigate to SAGE_ROOT (that of Sage 4.1.2.alpha0) and copy the package
to the standard spkg repository as follows:

cp /Users/kirkby/fortran-OSX64-20090120.spkg  spkg/standard/

Then run "make". When this terminates, running Sage as

./sage -br main

would result in lots of errors, due to cliquer failing to compile
properly. You need to comment out the import statement that imports
cliquer. Instructions are available at

http://mvngu.wordpress.com/2009/09/02/compile-sage-4-1-in-64-bit-mode-on-os-x-10-5-8/

After commenting out the import statement, now do

./sage -br main

and this should not give you any errors.

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to