Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Anne Schilling
Here is the new config.log file. It still does not build: https://www.math.ucdavis.edu/~anne/config.log On Monday, June 29, 2020 at 10:53:44 AM UTC-7, Dima Pasechnik wrote: > > On Mon, Jun 29, 2020 at 6:41 PM Anne Schilling > > wrote: > > > > Hi Dima, > > > > I removed the freetype directory

[sage-devel] A little change in the TOC of Sage Reference Manual

2020-06-29 Thread Kwankyu Lee
Hi, Some of you might be affected by the changes made by this ticket https://trac.sagemath.org/ticket/29993 to the TOC of Sage Reference Manual. Or you might want to make your own change to the TOC while we are at it. Then leave your comment there. -- You received this message because you are

Re: [sage-devel] looking for reviewers

2020-06-29 Thread Michael Orlitzky
On 2020-06-29 18:38, Travis Scholl wrote: > Hello, > > I was hoping someone could review the following two tickets: > > https://trac.sagemath.org/ticket/24302 > > https://trac.sagemath.org/ticket/18863 > > Is there a standard way to request reviewers besides marking a ticket as > "needs_review"

[sage-devel] looking for reviewers

2020-06-29 Thread Travis Scholl
Hello, I was hoping someone could review the following two tickets: https://trac.sagemath.org/ticket/24302 https://trac.sagemath.org/ticket/18863 Is there a standard way to request reviewers besides marking a ticket as "needs_review"? Travis -- You received this message because you are subs

[sage-devel] Re: Feedback needed on Vertex algebra implementation

2020-06-29 Thread 'Travis Scrimshaw' via sage-devel
> > > When writing new modules containing thousands of lines of code, I think it > is important to know that there are more than one way to share this code to > the SageMath Community: > > 1) Post a patch bomb on trac, hoping that people will review it and hoping > the code follows the Sage con

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Dima Pasechnik
On Mon, Jun 29, 2020 at 6:41 PM Anne Schilling wrote: > > Hi Dima, > > I removed the freetype directory in /usr/local but still get an error after this, please re-run `./configure` followed by `make` (and post the new config.log again, if it still breaks.) > > [giac-1.5.0.63-p0] Finished install

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Anne Schilling
Hi Dima, I removed the freetype directory in /usr/local but still get an error [giac-1.5.0.63-p0] Finished installing giac-1.5.0.63-p0.spkg make[2]: *** [all-start] Error 2 real8m22.565s user33m16.224s sys1m44.180s *** Error

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Dima Pasechnik
On Mon, Jun 29, 2020 at 12:08 PM Anne Schilling wrote: > > >> thanks. What is the output of >> >> $ pkg-config --modversion freetype2 >> >> for you? > > > sage anne$ pkg-config --modversion freetype2 > 9.8.3 this is a very old freetype, older than the needed version 2.4 or newer. So indeed, you h

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Anne Schilling
> thanks. What is the output of > > $ pkg-config --modversion freetype2 > > for you? > sage anne$ pkg-config --modversion freetype2 9.8.3 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving email

[sage-devel] Re: Feedback needed on Vertex algebra implementation

2020-06-29 Thread Sébastien Labbé
Bonjour, When writing new modules containing thousands of lines of code, I think it is important to know that there are more than one way to share this code to the SageMath Community: 1) Post a patch bomb on trac, hoping that people will review it and hoping the code follows the Sage conventio

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Dima Pasechnik
On Mon, Jun 29, 2020 at 9:10 AM Dima Pasechnik wrote: > > On Mon, Jun 29, 2020 at 7:06 AM Anne Schilling > wrote: > > > > Hi Dima, > > > > Thank you for your answer. Here is the config.log file > > > > https://www.math.ucdavis.edu/~anne/config.log > > thanks. What is the output of > > $ pkg-confi

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Dima Pasechnik
On Mon, Jun 29, 2020 at 7:06 AM Anne Schilling wrote: > > Hi Dima, > > Thank you for your answer. Here is the config.log file > > https://www.math.ucdavis.edu/~anne/config.log thanks. What is the output of $ pkg-config --modversion freetype2 for you? Incidentally I found a bug in our spkg-conf