Re: [sage-devel] unable to locate pari.cfg

2020-07-26 Thread Matthias Koeppe
I have opened https://trac.sagemath.org/ticket/30231 for it On Sunday, July 26, 2020 at 4:14:36 PM UTC-7, Dima Pasechnik wrote: > > indeed, this is a bug introduced in b5d16d9927a > --- the search for pari.cfg is carried out even if Sage will install Pari. > > > On Sun, Jul 26, 2020 at 11:32 PM

Re: [sage-devel] unable to locate pari.cfg

2020-07-26 Thread Dima Pasechnik
indeed, this is a bug introduced in b5d16d9927a --- the search for pari.cfg is carried out even if Sage will install Pari. On Sun, Jul 26, 2020 at 11:32 PM Zachary Scherr wrote: > > In an attempt to be helpful I tried to recreate the error with fewer options > to configure. It appears that on

Re: [sage-devel] unable to locate pari.cfg

2020-07-26 Thread Zachary Scherr
In an attempt to be helpful I tried to recreate the error with fewer options to configure. It appears that on Catalina the error is caused by: ./configure --with-system-gp2c=no On Sunday, July 26, 2020 at 6:00:45 PM UTC-4 Samuel Lelievre wrote: > 2020-07-25 21:30:25 UTC Samuel Lelièvre: > > >

Re: [sage-devel] unable to locate pari.cfg

2020-07-26 Thread Samuel Lelievre
2020-07-25 21:30:25 UTC Samuel Lelièvre: > > 2020-05-25 20:25:58 UTC, Dima Pasechnik: > > > > try adding > > > > --with-system-pari=no > > > > although indeed this looks like a bug to me > > Thanks! In fact `--with-system-pari=no` is already there. > (The flags are in the order found in `./

Re: [sage-devel] unable to locate pari.cfg

2020-07-25 Thread Samuel Lelièvre
2020-05-25 20:25:58 UTC, Dima Pasechnik: > > try adding > > --with-system-pari=no > > although indeed this looks like a bug to me Thanks! In fact `--with-system-pari=no` is already there. (The flags are in the order found in `./configure --help`.) -- You received this message because you are sub

Re: [sage-devel] unable to locate pari.cfg

2020-07-25 Thread Dima Pasechnik
try adding --with-system-pari=no although indeed this looks like a bug to me On Sat, 25 Jul 2020, 19:46 Samuel Lelievre, wrote: > On macOS 10.14.6 "Mojave", I get the following error: > ``` > configure: error: unable to locate pari.cfg > ``` > > after running the following > ``` > $ WHERE='/Ap