#12681: Fix hardcoded 'g++' in Lcalc 1.23 [p9]
------------------------+---------------------------------------------------
Reporter: leif | Owner: leif
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: packages | Keywords: spkg CC CXX C++ compiler hard-coded
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
The horrible `Makefile` still uses `CC` for compiling C++ (as well as C),
and hardcodes it to `g++`.
The updated spkg (p10) fixes this by using `$(CXX)` for compiling C++, and
allows both `CC` and `CXX` in the `Makefile` to get overridden by their
respective environment settings.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12681>
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.