On Fri, Jan 15, 2016 at 12:56 PM, carlkl <
cmkle...@gmail.com> wrote:
> My vision is, that mingwpy does not only support the gcc toolchain itself,
> but also supports OSS libraries deployed as subpackags of mingwpy. To build
> OSS libraries one depends on systems like msys2 as well as some support code
> to make a suitable wheel. In the end the user should be able to just pip
> install mingwpy.openblas to install OpenBLAS with import library and header
> files into the mingwpy folder structure. Conda instead of pip should work as
> well.
Generally agree with everything in this email, but I just wanted to
pull this one piece out and respond--
The downside to having mingwpy.openblas is that we also want openblas
wheels on osx and linux :-). And ideally we should not have three
different openblas wheel projects with different names. So what you
say sounds right to me, just we'll probably want to eventually pull it
out from under the mingwpy umbrella to become 'openblaspy' or
'pylibs.openblas' or something, and share the work across operating
systems.