#17358: Compilerwrapper package enforces GCC installation
-------------------------------------+-------------------------------------
Reporter: jpflori | Owner:
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-6.5
Component: packages: | Resolution:
optional | Merged in:
Keywords: | Reviewers:
Authors: Jean-Pierre Flori | Work issues:
Report Upstream: N/A | Commit:
Branch: | 38093124eb01d154c48f6bdf19145519d9c20507
u/jpflori/ticket/17358 | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by jdemeyer):
I meant removing the whole block
{{{
if [ -f "$SAGE_LOCAL/bin/gcc" ]; then
# GCC is already installed. To disable unneeded rebuilding
# of GCC, we touch the installed file for GCC, such that it will
# really only be built if one of its dependencies has been upgraded.
echo >&2 "GCC was installed before, it will get re-installed if
needed."
need_to_install_gcc=yes
for f in "$SAGE_SPKG_INST"/gcc-*; do
if [ -f "$f" ]; then
touch "$f"
fi
done
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/17358#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.