[sage-devel] Re: fail to build openblas

2017-03-05 Thread Dima Pasechnik
it appears that you don't have c++ compiler (command g++) installed. (installing gcc does not always install all of its parts; you need g++ and gfortran too) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and s

[sage-devel] Re: sphinx_tikz() in the documentation?

2017-03-05 Thread Travis Scrimshaw
Are you not able to do it by putting the tikz code in a .. MATH:: block? -- 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+unsubscr...@googlegroups.com. T

Re: [sage-devel] Re: Conda package for Sage

2017-03-05 Thread Isuru Fernando
Hi, I've identified the gap issue here, https://github.com/gap-system/gap/issues/1171. So, that's working now. I've only got a few packages to go before I start testing sagelib. (sympow, maxima and giacpy_sage). Any help is appreciated. There's still the sagenb related packages and optional packa

[sage-devel] Re: fail to build openblas

2017-03-05 Thread Matthew Rennekamp
checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no checking how to run the C++ preprocessor... /lib/cpp configure: error: in `/home/mrennekamp/Downloads/sage-7.5.1': configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for mo

Re: [sage-devel] Re: Conda package for Sage

2017-03-05 Thread Nicolas M. Thiery
On Mon, Feb 13, 2017 at 07:50:08AM +0530, Isuru Fernando wrote: >Update: >All the build dependencies of sagelib except libgap is in conda-forge >now for Linux and OS X. Wow, excellent! Congratulations :-) >See [1]https://github.com/conda-forge/staged-recipes/issues/2357 for >d

[sage-devel] sphinx_tikz() in the documentation?

2017-03-05 Thread jplab
Hi all, It is now possible to add plots in the documentation via the command sphinx_plot, see for example: http://doc.sagemath.org/html/en/reference/plotting/sage/plot/plot.html I would like to know about how to implement a similar function which would do a similar job with a `Latex_Expr` obje