#5281: Update tachyon to Version 0.98.9 (latest upstream)
------------------------+---------------------------------------------------
   Reporter:  mabshoff  |       Owner:  mabshoff  
       Type:  defect    |      Status:  new       
   Priority:  major     |   Milestone:  sage-4.5.3
  Component:  packages  |    Keywords:            
     Author:            |    Upstream:  N/A       
   Reviewer:            |      Merged:            
Work_issues:            |  
------------------------+---------------------------------------------------

Old description:

> In Sage we are currently shipping some 0.98.beta release of tachyon.
> Update to the official upstream release 0.98.9.
>
> This will require cleaning up SPKG.txt

New description:

 In Sage we are currently shipping some 0.98.beta release of tachyon.

 Update to the official upstream release 0.98.9 (released January 18th
 2010; still current on August 26th 2010).

 This will (not only) require cleaning up SPKG.txt.

 ----

 Upstream link: http://jedi.ks.uiuc.edu/~johns/raytracer/

--

Comment(by leif):

 The whole spkg really needs clean-up. (And Sage's '''beta''' version is
 out of date since at least 19 month; by now, the current one is [still]
 0.98.9 - as in the ticket's title, last updated by Mariah.)

 I have absolutely no idea why {{{spkg-install}}} does the following on
 Linux:
 {{{
 #!sh
     make linux-thr
     if [ $? -ne 0 ]; then
         echo "Maybe your system is 64-bit; trying again."
         if [ `uname -m` = "ia64" ]; then
           echo "ia64"
           make linux-ia64-thr
         else
           echo "64-bit arch"
           make linux-64-thr
         fi
     fi
 }}}
 This might even "fail" (building just a 32-bit version on 64-bit Linuces)
 when the required (multi-arch/32-bit) libraries are present. And if the
 32-bit build fails for some reason on a real 32-bit system, it doesn't
 make sense to attempt a 64-bit build.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5281#comment:4>
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.

Reply via email to