Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{{{ sage: lie.console() /home/martin/sage-develop/local/bin/lie: Zeile 4: /home/martin/sage- develop/local/var/tmp/sage/build/lie-2.2.2/src/Lie.exe: Datei oder Verzeichnis nicht gefunden }}} The contents of `sage-develop/local/bin/lie` is {{{ #!/bin/sh LD=/home/martin/sage-develop/local/var/tmp/sage/build/lie-2.2.2/src exec $LD/Lie.exe initfile $LD }}} which looks like nonsense. Indeed, changing it to {{{ LD=/home/martin/sage-develop/local/lib/LiE }}} fixes the problem. No idea (yet) where to put this though. URL: https://trac.sagemath.org/21359 Reported by: mantepse Ticket author(s): John Palmieri Reviewer(s): Travis Scrimshaw
- Loading branch information