Re: [Numpy-discussion] Does numpy depend upon a Fortran library?

2019-04-10 Thread Nathaniel Smith
Yeah, the libgfortran dependency is expected. The question is why this should cause any problems. The wheel building infrastructure goes to great lengths to make sure that the dynamic libraries in the wheels shouldn't interfere with other packages. The original complaint in this thread is very vagu

Re: [Numpy-discussion] Does numpy depend upon a Fortran library?

2019-04-10 Thread Tyler Reddy
I have a different view on the assessments in this thread, having built OpenBLAS manually a number of times on different platforms now. Those shared objects packed in the wheel, including libgfortran and libquadmath, are proper runtime dependencies for the OpenBLAS library we ship with wheels, not