Re: [sage-devel] Re: Optional and experimental packages

2019-11-01 Thread John H Palmieri
Two more tickets: https://trac.sagemath.org/ticket/28686: change a bunch of packages from optional to experimental, delete a few pip packages (as Samuel suggested). I didn't delete all of the pip packages, just the ones that are not compatible with Python 3.

Re: [sage-devel] Re: Optional and experimental packages

2019-11-01 Thread John H Palmieri
Note that "sage --sws2rst ..." relies on sagenb, and therefore will only work with Sage built with Python 2. In any case, https://trac.sagemath.org/ticket/28685 upgrades to beautifulsoup4, which is compatible with Python 3. On Friday, November 1, 2019 at 3:43:32 AM UTC-7, kcrisman wrote: > >

Re: [sage-devel] MacOS 10.15.1: gfortran does not compile in sage-8.9

2019-11-01 Thread David Joyner
On Fri, Nov 1, 2019 at 2:51 PM Isuru Fernando wrote: > Can you do `source > /Volumes/Transcend/wooster/computer-algebra/anaconda3/bin/activate -p > /Volumes/Transcend/wooster/computer-algebra/anaconda3/envs/mac1015-env` ? > Without the -p, yes. As given, it returns activate does not accept

Re: [sage-devel] MacOS 10.15.1: gfortran does not compile in sage-8.9

2019-11-01 Thread Isuru Fernando
Can you do `source /Volumes/Transcend/wooster/computer-algebra/anaconda3/bin/activate -p /Volumes/Transcend/wooster/computer-algebra/anaconda3/envs/mac1015-env` ? On Fri, Nov 1, 2019 at 1:39 PM David Joyner wrote: > > > On Fri, Nov 1, 2019 at 1:25 PM Isuru Fernando wrote: > >> You need to

[sage-devel] Re: OSX Catalina works

2019-11-01 Thread Andrew
Thanks John. I'll give this a try on Monday. Andrew On Saturday, 2 November 2019 04:20:08 UTC+11, John H Palmieri wrote: > > I just upgraded a different machine to Catalina. This one didn't have > Xcode or homebrew installed beforehand, so I installed Xcode, its > command-line tools, and

Re: [sage-devel] MacOS 10.15.1: gfortran does not compile in sage-8.9

2019-11-01 Thread David Joyner
On Fri, Nov 1, 2019 at 1:25 PM Isuru Fernando wrote: > You need to activate the sage environment which would set SAGE_ROOT. > > `conda activate mac1015-env` > > This gives me an error with the zsh shell not being initialized, while conda init zsh lists things like no change

Re: [sage-devel] MacOS 10.15.1: gfortran does not compile in sage-8.9

2019-11-01 Thread Isuru Fernando
You need to activate the sage environment which would set SAGE_ROOT. `conda activate mac1015-env` Isuru On Fri, Nov 1, 2019 at 6:07 AM David Joyner wrote: > > > On Thu, Oct 31, 2019 at 9:58 PM Isuru Fernando wrote: > >> Try installing sage to a new environment instead of an existing one. >>

[sage-devel] Re: Optional and experimental packages

2019-11-01 Thread jplab
Hi, Le lundi 28 octobre 2019 23:02:23 UTC+1, John H Palmieri a écrit : > > > > *Experimental:* > > - the following failed to build: > > autotools > cocoalib > libtheora > polymake > qepcad > scipoptsuite > surf > valgrind > > - the following succeeded: > > gap3 > lie > modular_decomposition >

[sage-devel] Re: OSX Catalina works

2019-11-01 Thread John H Palmieri
I just upgraded a different machine to Catalina. This one didn't have Xcode or homebrew installed beforehand, so I installed Xcode, its command-line tools, and homebrew's gcc. Then I built Sage and it worked. I have now installed a bunch of other homebrew packages relevant to Sage, and the

Re: [sage-devel] Re: OSX Catalina works

2019-11-01 Thread John H Palmieri
If you have the time, could you try uninstalling Xcode and then reinstalling it? You might also try uninstalling and reinstalling homebrew's gcc and any other homebrew components that are relevant to Sage. There may be some remnants of previously installed software that is somehow interfering.

Re: [sage-devel] MacOS 10.15.1: gfortran does not compile in sage-8.9

2019-11-01 Thread David Joyner
On Thu, Oct 31, 2019 at 9:58 PM Isuru Fernando wrote: > Try installing sage to a new environment instead of an existing one. > > This seemed to work, at least it installed the sage scripts in /Volumes/Transcend/wooster/computer-algebra/anaconda3/envs/mac1015-env/bin (the environment is called

Re: [sage-devel] Re: Optional and experimental packages

2019-11-01 Thread kcrisman
On Friday, November 1, 2019 at 12:22:01 AM UTC-4, Samuel Lelievre wrote: > > Le jeu. 31 oct. 2019 à 08:09, kcrisman: > > > > On Wednesday, October 30, 2019 at 1:47:48 AM UTC-4, Samuel Lelievre > wrote: > >> > >> We should keep the ability to export sagenb ".sws" worksheets > >> to rst and

Re: [sage-devel] Re: Optional and experimental packages

2019-11-01 Thread kcrisman
On Thursday, October 31, 2019 at 8:16:55 AM UTC-4, Dima Pasechnik wrote: > > I think the Sage tutorial mentioning beautifulsoup actually says to > install it as > > sage --pip install beatifulsoup4 > > which would install the package from the net rather than Sage's one > >> >> Great, perhaps