Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-12 Thread E. Madison Bray
On Fri, Nov 8, 2019 at 11:06 PM Simon King wrote: > > Hi Erik, > > On 2019-11-08, E. Madison Bray wrote: > > Just to clarify, once more (and please reread my earlier message in > > this thread regarding what a "DESTDIR install" is and why that is > > used), > > This does not clarify it to me at a

[sage-devel] Re: Package installation/uninstallation confusion

2019-11-12 Thread Simon King
Dear Erik, On 2019-11-12, E. Madison Bray wrote: > On Fri, Nov 8, 2019 at 11:06 PM Simon King wrote: >> While we are at it: Currently, for building the package's documentation, >> I use "$MAKE html" followed by some "cp -r" to copy the resulting html >> files to $SAGE_SHARE/doc/p_group_cohomolog

[sage-devel] CentOS installation problems

2019-11-12 Thread Mike Zabrocki
Hi, I'm having trouble compiling Sage on a CentOS linux machine. The problem seems to be in compiling matplotlib and R. I'm attaching the log files here. matplotlib seems to complain that I need to install freetype-devel and pkg-config with yum but I did that and yum returns "Package freetype-de

Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-12 Thread E. Madison Bray
On Tue, Nov 12, 2019 at 4:44 PM Simon King wrote: > > Dear Erik, > > On 2019-11-12, E. Madison Bray wrote: > > On Fri, Nov 8, 2019 at 11:06 PM Simon King wrote: > >> While we are at it: Currently, for building the package's documentation, > >> I use "$MAKE html" followed by some "cp -r" to copy

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
please try make freetype-clean make pkgconf-clean ./configure ./sage -f matpoltlib On Tue, Nov 12, 2019 at 4:37 PM Mike Zabrocki wrote: > > Hi, > > I'm having trouble compiling Sage on a CentOS linux machine. > The problem seems to be in compiling matplotlib and R. > > I'm attaching the log fil

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
please also post config.log What version of Centos is this? it could be that your Centos is very old - and we don't test on museum-grade OSs... On Tue, Nov 12, 2019 at 5:02 PM Dima Pasechnik wrote: > > please try > > make freetype-clean > make pkgconf-clean > ./configure > ./sage -f matpoltlib >

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Mike Zabrocki
So make freetype-clean returns: make build/make/Makefile --stop make[1]: Entering directory `/usr/local/sage-8.9' make[1]: `build/make/Makefile' is up to date. make[1]: Leaving directory `/usr/local/sage-8.9' build/bin/sage-logger \ "cd build/make && ./install 'freetype-clean'" logs/install.l

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
On Tue, Nov 12, 2019 at 5:21 PM Mike Zabrocki wrote: > > So make freetype-clean > returns: Sorry, I've asked you to run a sequence of commands, this is just the 1st one. > > make build/make/Makefile --stop > > make[1]: Entering directory `/usr/local/sage-8.9' > > make[1]: `build/make/Makefile'

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Isuru Fernando
On Tue, Nov 12, 2019 at 11:21 AM Mike Zabrocki wrote: > So make freetype-clean > returns: > > make build/make/Makefile --stop > > make[1]: Entering directory `/usr/local/sage-8.9' > > make[1]: `build/make/Makefile' is up to date. > > make[1]: Leaving directory `/usr/local/sage-8.9' > > build/bin/

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
could you please post the output of pkg-config --modversion zlib If Sage is building its own zlib, it's all fine, as it will be 1.2.11. It looks as if Centos 6.10 comes with a pre-2011 version of zlib, something that modern R does not like (and a pre-2011 version is just ludicrous to have in an

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Mike Zabrocki
> could you please post the output of > pkg-config --modversion zlib Its returning "1.2.3" -- 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...

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
On Tue, Nov 12, 2019 at 5:30 PM Mike Zabrocki wrote: > > > could you please post the output of > > pkg-config --modversion zlib > > Its returning "1.2.3" OK, then it's no good. Try the following: ./configure --without-system-zlib make (yes, it would then (re)build everything that depends on zl

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
Error: package 'matpoltlib' not found oops, sorry, a typo on my side. It should have been 'matplotlib', obviously. On Tue, Nov 12, 2019 at 5:58 PM Mike Zabrocki wrote: > > > Here is the complete output of the other list of commands you gave me: > > [zabrocki@algebra sage-8.9]$ make freetype-clea

[sage-devel] Re: Request for comments: Padé approximants

2019-11-12 Thread rjf
Since Maxima is free and open source and gpl, why not just read the algorithm implemented there and rewrite it in Python? RJF \ On Monday, November 11, 2019 at 1:29:56 AM UTC-8, Emmanuel Charpentier wrote: > > Dear Vincent, > > a very quick answer (limbic system level. :-). Thank you for this

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Mike Zabrocki
Hi Dima, It didn't fix the problem, but that may be because it didn't start with a clean build. I'll let it run overnight and let you know what I get tomorrow. -Mike On Tuesday, 12 November 2019 14:04:03 UTC-5, Dima Pasechnik wrote: > > I believe that running > > ./configure --without-system