Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Matthias Koeppe
On Friday, July 31, 2020 at 5:12:23 PM UTC-7, Samuel Lelievre wrote: > > > Is the following another instance of the same broken logic? > > Configuring with > ``` > $ ./configure > --with-system-gmp=no \ > --with-system-mpir=no \ > --with-mp=mpir \ > ``` > leads to both gmp and mpir be

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Samuel Lelièvre
2020-07-31 23:03 UTC, Matthias Koeppe: > > On Friday, July 31, 2020 at 3:51:45 PM UTC-7, Dima Pasechnik wrote: >> >> On Fri, Jul 31, 2020 at 11:41 PM Samuel Lelièvre: >> > >> > 2020-07-31 22:26 UTC, Dima Pasechnik: >> > > >> I decided to configure with >> > > >> >> > > >> --with-system-gcc=no -

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Matthias Koeppe
On Friday, July 31, 2020 at 3:51:45 PM UTC-7, Dima Pasechnik wrote: > > On Fri, Jul 31, 2020 at 11:41 PM Samuel Lelièvre > > wrote: > > > > 2020-07-31 22:26 UTC, Dima Pasechnik: > > > >> I decided to configure with > > > >> > > > >> --with-system-gcc=no --with-system-gfortran=no > > > >

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Dima Pasechnik
On Fri, Jul 31, 2020 at 11:41 PM Samuel Lelièvre wrote: > > 2020-07-31 22:26 UTC, Dima Pasechnik: > > > > On Fri, Jul 31, 2020 at 10:55 PM Matthias Koeppe: > > > > > > That's a bug. Please open a ticket > > > > > > On Friday, July 31, 2020 at 2:44:08 PM UTC-7, Samuel Lelievre wrote: > > >> > > >>

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Samuel Lelièvre
2020-07-31 22:26 UTC, Dima Pasechnik: > > On Fri, Jul 31, 2020 at 10:55 PM Matthias Koeppe: > > > > That's a bug. Please open a ticket > > > > On Friday, July 31, 2020 at 2:44:08 PM UTC-7, Samuel Lelievre wrote: > >> > >> Dear sage-devel, > >> > >> On macOS, alongside my attempts to build Sage > >>

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Dima Pasechnik
On Fri, Jul 31, 2020 at 10:55 PM Matthias Koeppe wrote: > > That's a bug. Please open a ticket > > On Friday, July 31, 2020 at 2:44:08 PM UTC-7, Samuel Lelievre wrote: >> >> Dear sage-devel, >> >> On macOS, alongside my attempts to build Sage >> using as many Homebrew packages as possible, >> I am

[sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Matthias Koeppe
That's a bug. Please open a ticket On Friday, July 31, 2020 at 2:44:08 PM UTC-7, Samuel Lelievre wrote: > > Dear sage-devel, > > On macOS, alongside my attempts to build Sage > using as many Homebrew packages as possible, > I am trying to build a "batteries-included" Sage > completely independent