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

2019-11-02 Thread Volker Braun
Xcode 11 contains once again broken system headers so compiling any version of gcc/gfortran fails. This is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 Xcode 11 is now also pushed to Mojave so OSX 10.14 is now broken as well. Presumably you can work around it by manually installing

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

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. >>

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] MacOS 10.15.1: gfortran does not compile in sage-8.9

2019-10-31 Thread Isuru Fernando
Try installing sage to a new environment instead of an existing one. On Thu, Oct 31, 2019 at 5:31 PM David Joyner wrote: > > > On Wed, Oct 30, 2019 at 6:04 PM Dima Pasechnik wrote: > >> I think at the moment most people who tried cannot build Sage on MacOS >> 10.15 with Xcode 11.1 (the latest

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

2019-10-31 Thread David Joyner
On Wed, Oct 30, 2019 at 6:04 PM Dima Pasechnik wrote: > I think at the moment most people who tried cannot build Sage on MacOS > 10.15 with Xcode 11.1 (the latest one). > Regarding gfortran, perhaps one can try installing Homebrew and use > gfortram from there. > > If you just need a working

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

2019-10-30 Thread John H Palmieri
I tried building several version of gfortran by hand on 10.15, but I couldn't succeed, whereas I could with 10.14. I didn't try just upgrading Sage's gfortran/gcc package to 9.x. On Wednesday, October 30, 2019 at 3:21:58 PM UTC-7, François Bissey wrote: > > I suspect gcc/gfortran shipped with

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

2019-10-30 Thread François Bissey
I suspect gcc/gfortran shipped with sage is too old to build on 10.15. Upgrading to 9.x may help. > On 31/10/2019, at 11:04 AM, Dima Pasechnik wrote: > > I think at the moment most people who tried cannot build Sage on MacOS > 10.15 with Xcode 11.1 (the latest one). > Regarding gfortran,

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

2019-10-30 Thread Dima Pasechnik
I think at the moment most people who tried cannot build Sage on MacOS 10.15 with Xcode 11.1 (the latest one). Regarding gfortran, perhaps one can try installing Homebrew and use gfortram from there. If you just need a working Sage, your best bet on MacOS 10.15 might be the one from conda-forge.