#12883: Update LinBox to most recent upstream release
-------------------------------------------------------------------+--------
Reporter: pcpa |
Owner: cpernet
Type: enhancement |
Status: needs_work
Priority: major |
Milestone: sage-5.4
Component: linbox |
Resolution:
Keywords: | Work
issues:
Report Upstream: Fixed upstream, but not in a stable release. |
Reviewers: Volker Braun, Jeroen Demeyer
Authors: Paulo César Pereira de Andrade, Martin Albrecht | Merged
in:
Dependencies: #13118, #12840, #12841, #9511 |
Stopgaps:
-------------------------------------------------------------------+--------
Changes (by jdemeyer):
* status: positive_review => needs_work
Comment:
This change is still is regression:
{{{
#!diff
-if [ "$SAGE64" = yes ]; then
- echo "Building a 64-bit version of LinBox."
- if [ -z "$CFLAG64" ]; then
- CFLAG64=-m64
- fi
- CFLAGS="$CFLAGS $CFLAG64"
- CXXFLAGS="$CXXFLAGS $CFLAG64"
- CPPFLAGS="$CPPFLAGS $CFLAG64"
- LDFLAGS="$LDFLAGS $CFLAG64"
+if [ "$SAGE64" = "yes" ]; then
+ echo "64 bit build"
+ CFLAGS="-m64 $CFLAGS "; export CFLAGS
+ CXXFLAGS="-m64 $CXXFLAGS "; export CXXFLAGS
+ CPPFLAGS="-m64 $CPPFLAGS "; export CPPFLAGS
+ LDFLAGS="-m64 $LDFLAGS"; export LDFLAGS
fi
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12883#comment:66>
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.