Ticket #5875 (closed defect: fixed)

Opened 11 months ago

Last modified 8 months ago

[with patch, positive review] Support tachyon on FreeBSD

Reported by: pjeremy Owned by: mhansen
Priority: major Milestone: sage-4.1
Component: freebsd Keywords:
Cc: Author(s): Peter Jeremy
Report Upstream: Reviewer(s): Mike Hansen
Merged in: sage-4.1.rc0 Work issues:

Description

tachyon does include BSD support (though the code advises that it hasn't been tested for a while). Looking though the source code, there's no obvious bitrot so add FreeBSD support to the spkg-install script.

This patch does not include support for either threaded or 64-bit tachyon. The former shouldn't be too difficult to add and the MacOS-X port implies it is optional. The 64-bit support is solely an optimisation - a test to detect wrap-around of long integers is removed since wrap-around isn't possible with 64-bit longs.

Attachments

tachyon-0.98beta.p8.patch Download (0.6 KB) - added by pjeremy 11 months ago.

Change History

Changed 11 months ago by pjeremy

Changed 9 months ago by mhansen

  • owner changed from mabshoff to mhansen
  • reviewer set to Mike Hansen
  • summary changed from [with patch, needs review] Support tachyon on FreeBSD to [with patch, positive review] Support tachyon on FreeBSD
  • status changed from new to assigned
  • author set to Peter Jeremy

Looks good to me.

The spkg with the patch incorporated is at  http://sage.math.washington.edu/home/mhansen/tachyon-0.98beta.p9.spkg

Changed 8 months ago by rlm

  • status changed from assigned to closed
  • resolution set to fixed
  • merged set to sage-4.1.rc0
Note: See TracTickets for help on using tickets.