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