[Numpy-discussion] Should I use pip install numpy in linux?

James E.H. Turner jehturner at gmail.com
Thu Jan 14 09:08:32 EST 2016


On 09/01/16 00:13, Nathaniel Smith wrote:
> Right. There's a small problem which is that the base linux system isn't just
> "CentOS 5", it's "CentOS 5 and here's the list of libraries that you're
> allowed to link to: ...", where that list is empirically chosen to include
> only stuff that really is installed on ~all linux machines and for which the
> ABI really has been stable in practice over multiple years and distros (so
> e.g. no OpenSSL).
>
> So the key next step is for someone to figure out and write down that list.
> Continuum and Enthought both have versions of it that we know are good...

You mean something more empirical than
http://refspecs.linuxfoundation.org/lsb.shtml ? I tend to
cross-reference with that when adding stuff to Ureka and just err
on the side of including things where feasible, then of course test
it on the main target platforms. We have also been building on
CentOS 5-6 BTW (I believe the former is about to be unsupported).

Just skimming the thread...

Cheers,

James.



More information about the NumPy-Discussion mailing list