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

[sage-devel] unable to locate pari.cfg

2020-07-25 Thread Samuel Lelievre
On macOS 10.14.6 "Mojave", I get the following error: ``` configure: error: unable to locate pari.cfg ``` after running the following ``` $ WHERE='/Applications' $ CLONE='git clone --single-branch --branch develop --tags' $ REMOTE=https://github.com/sagemath/sage.git $ DIRNAME=SageMath $ cd $WHERE

[sage-devel] unit-testing parallel code

2020-07-25 Thread 'Reimundo Heluani' via sage-devel
Hello, I'm implementing a worker pool using Python's multiprocessing module. My tests run fine under the Sage interactive interpreter or the Jupyter notebook, but they fail with a MemoryError as if I have ran out of available threads when running the unit tests with "sage -t" RuntimeError: ca