[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

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

[Numpy-discussion] Feature requests/Enhancements for upper-level engineering students

2020-08-20 Thread cooperrc
Greetings, As the Fall semester is fast approaching (10 days away for us at UConn), we are looking for senior design (also called capstone) projects for the 2020-2021 school year. The COVID situation has strengthened the need for remote work. The process here is that students are assigned to proje

Re: [Numpy-discussion] Feature requests/Enhancements for upper-level engineering students

2020-08-29 Thread cooperrc
Charles R Harris wrote > On Thu, Aug 20, 2020 at 11:11 AM cooperrc < > ryan.c.cooper@ > > wrote: > >> Greetings, >> As the Fall semester is fast approaching (10 days away for us at UConn), >> we >> are looking for senior design (also called capstone)

Re: [Numpy-discussion] Feature requests/Enhancements for upper-level engineering students

2020-08-29 Thread cooperrc
KevinBaselinesw wrote > would your team be interested in contributing to my port of Numpy to .NET? > > https://github.com/Quansight-Labs/numpy.net > > I have the vast majority of the Numpy core working as a pure .NET library. > > All of the other libraries that rely on Numpy are not ported. I am