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 ?
Other packages might have the same problem?
--
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.