sagemath / sage

Main repository of SageMath. Now open for Issues and Pull Requests.
https://www.sagemath.org
Other
1.2k stars 414 forks source link

Solaris 9 fixes for rubiks #1959

Closed 85eec1a4-3d04-4b4d-b711-d4db03337c41 closed 16 years ago

85eec1a4-3d04-4b4d-b711-d4db03337c41 commented 16 years ago

The spkg at

http://sage.math.washington.edu/home/mabshoff/release-cycles-2.10.1/rc2/rubiks-20070912.p1.spkg

builds fine on Solaris 9, OSX and Linux.

Cheers,

Michael

Component: packages: standard

Issue created by migration from https://trac.sagemath.org/ticket/1959

9add60f9-cda7-4632-b984-480048b3f7cf commented 16 years ago
comment:2

Spkg compiles fine, tested cube, works ok.

85eec1a4-3d04-4b4d-b711-d4db03337c41 commented 16 years ago
comment:3

Merged in Sage 2.10.1.rc2

robertwb commented 16 years ago
comment:4

Has this fix been reported upstream?

85eec1a4-3d04-4b4d-b711-d4db03337c41 commented 16 years ago
comment:5

Replying to @robertwb:

Has this fix been reported upstream?

Nope, not yet. It is mostly a work around for neron since the Sun compiler on there is busted. In fact, Sun stopped shipping their compiler suit for free [as in beer] many years ago, but recently started to offer them again for free [as in beer]. I can send a patch upstream, but the fix is trivial, i.e. replacing a hard coded cc in the makefile of the dik solver with $(CC).

Cheers,

Michael

robertwb commented 16 years ago
comment:6

That sounds pretty trivial. I just emailed the author, with a link to this page.