Le lundi 8 juin 2015 18:02:46 UTC+2, Stefan Auracher a écrit :
>
> How to do this ?
>
> I found in ~/sage-6.7/src/module_list.py
>
> Extension('sage.rings.polynomial.pbori',
> sources = ['sage/rings/polynomial/pbori.pyx'],
> libraries=['polybori-' + polybori_major_version,
> 'polybori_groebner-' + polybori_major_version,
> 'm4ri', 'gd', 'png12'],
> include_dirs = [SAGE_INC, "sage/libs/polybori"],
> depends = [SAGE_INC + "/polybori/" + hd + ".h" for hd in
> ["polybori", "config"] ] + \
> [SAGE_INC + '/m4ri/m4ri.h'],
> extra_compile_args = polybori_extra_compile_args +
> m4ri_extra_compile_args,
> language = 'c++'),
>
> How to remove the "underlinking" of pbori and give him the link to GMP ?
>
Add 'gmp' at the end of the list of libraries.
Or use a recent Sage beta including #18450.
> Other packages might have the same problem?
>
Yes and similar fixes.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" 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-devel.
For more options, visit https://groups.google.com/d/optout.