Re: [sage-devel] Problem building R on 10.15.5 with homebrew

2020-06-01 Thread John H Palmieri
On Monday, June 1, 2020 at 6:39:11 PM UTC-7, Zachary Scherr wrote: > > Hi Dima, > >It looks like both were already linked but I ended up reinstalling them > and everything worked, thank you so much. > > In general, do you recommend installing libraries like flint from > sagemath/homebrew-

Re: [sage-devel] Problem building R on 10.15.5 with homebrew

2020-06-01 Thread Zachary Scherr
Hi Dima, It looks like both were already linked but I ended up reinstalling them and everything worked, thank you so much. In general, do you recommend installing libraries like flint from sagemath/homebrew-science before building sage? I see that there are a lot of formulas there but I'm

Re: [sage-devel] Re: Mutliprocessing for Matrix Computations?

2020-06-01 Thread Nils Bruin
On Monday, June 1, 2020 at 1:55:15 AM UTC-7, Michael Jung wrote: > > Ah, interesting. Do you have some literature/references for me? > To me this is just folklore, but it may well be someone has written something about it. Multimodular is mentioned at least once in the sage documentation: https

[sage-devel] Re: New Python version requirement for Sage?

2020-06-01 Thread 'Jonathan Kliem' via sage-devel
At the moment we are guessing that kucalc buildbot runs with ./configure --with-python=2, because this will lead to exactly this error message (and it really is the only way that this error message makes sense, because this module is present in python 3.5.2 and the import error doesn't make any

Re: [sage-devel] Problem building R on 10.15.5 with homebrew

2020-06-01 Thread Dima Pasechnik
On Mon, Jun 1, 2020 at 8:30 PM Zachary Scherr wrote: > > Hi Dima, > >I already have all of the homebrew packages installed, I'm not sure why it > offers that suggestion. By looking at your config.log, I see that flint and ntl are keg-only, which actually results in sqlite ,zlib, and curl tes

Re: [sage-devel] Problem building R on 10.15.5 with homebrew

2020-06-01 Thread Zachary Scherr
Hi Dima, I already have all of the homebrew packages installed, I'm not sure why it offers that suggestion. I also updated from OS 10.14 to 10.15 right before building sage. I had previously built sage on 10.14 without these problems. Best, Zach On Monday, June 1, 2020 at 3:27:19 PM UTC-

Re: [sage-devel] Problem building R on 10.15.5 with homebrew

2020-06-01 Thread Dima Pasechnik
On Mon, Jun 1, 2020 at 7:37 PM Zachary Scherr wrote: > > Hi All, > >I recently tried building Sage on Catalina 10.15.5. I have homebrew with > all recommended packages installed and I tried building sage via the commands > your config.log says that e.g. sqlite is not installed. At the end of

Re: [sage-devel] upgrading to latest stable version

2020-06-01 Thread Mike Zabrocki
@Dima Thanks, that seems to have worked. So what I did was try to reinstall gmp through brew (I couldn't uninstall it because it is required by other packages). It refused to allow me to reinstall without first removing some copies of the gmp header files that were in /usr/local/share because it

Re: [sage-devel] upgrading to latest stable version

2020-06-01 Thread John H Palmieri
Did you follow the suggestion at the end of running 'configure'? # To automatically take care of homebrew messages regarding # keg-only packages for the current shell session: $ source /Applications/sage/.homebrew-build-env The plan, by the way, is to eventually require running `./configure` s

Re: [sage-devel] line length in docstring and tests

2020-06-01 Thread Michael Orlitzky
On 5/30/20 9:25 AM, 'Reimundo Heluani' via sage-devel wrote: > > Thanks, my question is mainly about output strings, how do you break them > with > ellipsis? > Oh, I don't know. I break them manually and let the line breaks show up in the HTML. Users may see wrapped output anyway from either th

Re: [sage-devel] upgrading to latest stable version

2020-06-01 Thread Dima Pasechnik
you have a lot of stuff in /usr/local/opt, e.g. gmp, but some of it is broken, e.g. in your config.log one sees ## - ## ## Checking whether SageMath should install SPKG mpir... ## ## - ## config

Re: [sage-devel] upgrading to latest stable version

2020-06-01 Thread Mike Zabrocki
I switched to the develop branch and ran into the same problem. Could this be a conflict with OSX 10.15.5? I installed the update to the system recently. Thanks, -Mike On Sunday, 31 May 2020 15:36:49 UTC-4, Mike Zabrocki wrote: > > I had started with a make distclean but then by installing a fe

Re: [sage-devel] Re: Mutliprocessing for Matrix Computations?

2020-06-01 Thread Michael Jung
Ah, interesting. Do you have some literature/references for me? Am Montag, 1. Juni 2020 01:06:44 UTC+2 schrieb Nils Bruin: > > On Sunday, May 31, 2020 at 2:52:21 PM UTC-7, Michael Jung wrote: >> >> If I understand this correctly, I'd say this is already the approach of >> how differential forms a