Opened 6 years ago

Closed 6 years ago

#58007 closed update (fixed)

py-numpy: update to 1.16.1

Reported by: reneeotten (Renee Otten) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-numpy

Description

> port -v livecheck py-numpy
py-numpy seems to have been updated (port version: 1.15.4, new version: 1.16.1)

This is the last version that will support Python 2.7, and support for Python 3.4 has been dropped. In my opinion this would be a good moment to drop support in MacPorts for Python 2.6 in py-numpy and all other Python ports that require py26-numpy. The Portfile could then support only two numpy versions: v1.15.4 for PY34 and v1.16.1 for PY27 and later PY3 releases. By the time a v1.17 release comes out, we can probably drop PY34 as well and are left with separating support only between PY27 and PY35+.

Change History (2)

comment:1 Changed 6 years ago by michaelld (Michael Dickens)

Interesting & good to know. I agree that we need to start setting specific NumPy versions for specific Python versions; probably OS versions too.

It's been on my queue to get NumPy updated, but I'm currently fighting with GCC* / gfortran & so I'll get here sooner or later.

comment:2 Changed 6 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed

In 3c725fe7a4c4a2a0da7f4ac158b4edf4a989e93f/macports-ports (master):

py-numpy: update to 1.16.1

+ move f2py patch to be just for legacy NumPy install;
+ disable gnu.py patch since it seems to break dependent installs (e.g., SciPy).

Closes: #58007

Note: See TracTickets for help on using tickets.