Re: [Numpy-discussion] Building Numpy Documentation

2020-08-07 Thread cooperrc
For future reference, I opened and closed issue 17016 on github. The culprit was a `Broken Toolchain` due to a mismatch between Arch's newer ld and conda's older ld. Solution was to move the default ~/conda/envs/doc-build-38/comp

Re: [Numpy-discussion] Building Numpy Documentation

2020-08-05 Thread cooperrc
Thanks! I'll post the issue and full output. -- Sent from: http://numpy-discussion.10968.n7.nabble.com/ ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Building Numpy Documentation

2020-08-05 Thread Ralf Gommers
On Wed, Aug 5, 2020 at 7:58 PM cooperrc wrote: > I'm trying to build NumPy and its documentation from the current git repo, > but I'm hitting a snag. I keep getting a RuntimeError: > > > I'm trying to build NumPy inside the cloned repository from my fork. I'm > running Arch (kernel 5.7.12) with g

[Numpy-discussion] Building Numpy Documentation

2020-08-05 Thread cooperrc
I'm trying to build NumPy and its documentation from the current git repo, but I'm hitting a snag. I keep getting a RuntimeError: I'm trying to build NumPy inside the cloned repository from my fork. I'm running Arch (kernel 5.7.12) with gcc and gcc-libs installed. I'm using a fresh conda environm