Re: [sage-devel] Re: linker options for C code in ext/interpreters and other stuff in sagelib

2017-03-27 Thread François Bissey
The generated sage/ext/interpreters/wrapper_cdf.pxd has the following statement: cimport sage.libs.cypari2.types That would pull `-lpari`. To add `-lm` you would have to add a line #distutils: libraries = m at the top of the same .pxd file, you'll have to dig a bit inside sage_setup/autogen/inter

[sage-devel] Re: linker options for C code in ext/interpreters and other stuff in sagelib

2017-03-27 Thread Dima Pasechnik
here is one concrete example: "extra_link_args" in src/build/cythonized/sage/ext/interpreters/wrapper_cdf.c has "-lpari" in it. Where is this specified? Note that this C file is apparently generated from src/sage/ext/interpreters/wrapper_cdf.pyx which is "Automatically generated by /usr/home

[sage-devel] linker options for C code in ext/interpreters and other stuff in sagelib

2017-03-27 Thread Dima Pasechnik
On #22679 I am getting errors like import sage.ext.interpreters.wrapper_cdf ImportError: /usr/home/dima/Sage/sage/local/lib/python2.7/site-packages/sage/ext/interpreters/wrapper_cdf.so: Undefined symbol "cpow" Here cpow should come from cephes package, which creates SAGE_LOCAL/li

[sage-devel] Re: ulimit issues and IPython 5.0

2017-03-27 Thread Enrique Artal
As expected, no change in 7.6. I thought about creating a ticket but besides the fact that the upgrade of ipython seems to be responsible I have no idea how. El miércoles, 15 de febrero de 2017, 14:26:35 (UTC+1), Enrique Artal escribió: > > The following may be related, I encountered it doing s

[sage-devel] Re: Let R pick up system/user configuration files

2017-03-27 Thread Emmanuel Charpentier
Interesting. See my answer . -- Emmanuel Charpentier -- 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 sage-devel