#15316: Make gf2x respect SAGE_FAT_BINARY and use --libdir
-------------------------------------+-------------------------------------
Reporter: jpflori | Owner:
Type: defect | Status: needs_review
Priority: critical | Milestone: sage-6.1
Component: packages: | Resolution:
standard | Merged in:
Keywords: spkg gf2x | Reviewers: Jeroen Demeyer
Authors: Jean-Pierre Flori | Work issues:
Report Upstream: N/A | Commit:
Branch: | c059db7ebf1de9c819d549158189d52b4949af8b
u/jdemeyer/ticket/15316 | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by jpflori):
A better and more flexible solution could be to decorrelate the
sse2/pclmul tests and the definitions of HAVE_*_SUPPORT.
Just as
{{{
AM_CONDITIONAL([GF2X_PCLMUL_AVAILABLE],[test
"x$gf2x_cv_cc_supports_pclmul" != xno])
}}}
which is in configure.ac, the following which is in acinclude.m4 within
the SSE2 support macro could be in configure.ac.
{{{
if test "$gf2x_cv_cc_supports_sse2" != "no" ;then
AC_DEFINE([HAVE_SSE2_SUPPORT],[1],[Define if sse-2 code as present in
the source tree is supported by the compiler])
fi
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/15316#comment:51>
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/groups/opt_out.