Feature #5239
closedUpdate NUMPY to 1.8.2
100%
Description
Current numpy version is 1.4.1 from 2010-06-27.
I propose an update to 1.8.2 from 2014-08-09 which is the latest minor of the previous stable series.
Alexander checked that the dependencies are minimal:
$ pkg search -r 'depend::*numpy*' |awk ' { print $4; }' | cut -d
PACKAGE
pkg:/library/python-2/instant
pkg:/library/python-2/numpy
pkg:/library/python-2/python-extra-26
There's also several packages, which depend on python-extra-26 (which earlier included numpy):
$ pkg search -r 'depend::*python-extra-26*' | awk ' { print $4; }' | cut -d
PACKAGE
pkg:/auto_install (metapackage, ignore)
pkg:/library/accessibility/brltty
pkg:/metapackages/build-essential (metapackage, ignore)
pkg:/metapackages/gui-install (metapackage, ignore)
pkg:/server_install (metapackage, ignore)
pkg:/system/install (doesn't use numpy)
pkg:/system/library/dbus
I will also update instant (which I maintain) in a short while.
Updated by Aurélien Larcher over 7 years ago
- % Done changed from 0 to 100