#11504: Tachyon fails to build on Cygwin - again
-------------------------------------------+--------------------------------
Reporter: kcrisman | Owner: tbd
Type: defect | Status: needs_info
Priority: major | Milestone: sage-4.7.2
Component: cygwin | Keywords:
Work_issues: | Upstream: N/A
Reviewer: Reg Burgess, Leif Leonhardy | Author: Karl-Dieter
Crisman
Merged: | Dependencies:
-------------------------------------------+--------------------------------
Comment(by leif):
Mike confirmed (currently without being able to verify / test that) that
it should be `tachyon`'''`.exe`''' on Cygwin, so I changed the code to:
{{{
#!sh
...
if [ "$UNAME" = CYGWIN ]; then
binary_name=tachyon.exe
else
binary_name=tachyon
fi
# The '*' is a place-holder for the arch just built (e.g. 'win32' for
# Cygwin, other directories won't exist):
cp -p -f src/compile/*/"${binary_name}" "$SAGE_LOCAL/bin"
if [ $? -ne 0 ]; then
echo "Error installing Tachyon Ray Tracer binary
(\"${binary_name}\")."
exit 1
fi
...
}}}
Note that this change is only in the p5 spkg for #11706 (based on the p4
here) I'll upload in a few minutes...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11504#comment:13>
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.