sagemath / sage

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

rubiks and polymake both have a cube binary #2595

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

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

When one installs the optional polymake.spkg the cube doctest fails since somehow polymake's cube is in $PATH before rubik's cube:

./local/bin/cube
./local/polymake/bin/cube

I would suggest changing the name of the binary from rubiks.spkg.

Cheers,

Michael

Component: packages: standard

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

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

trivial patch to rename the binary in DikSolver

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

Attachment: trac_2595.patch.gz

162c99f1-4bb3-4235-b32b-a402a959eee0 commented 16 years ago
comment:3

Looks good

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

Merged in Sage 2.11.alpha1. The corresponding fix to the makefile of rubiks.spkg will be in #2287.