summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-f2py-f2py2e.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-21Update to 1.16.1Sunpoet Po-Chuan Hsieh1-5/+5
- Move TEST_DEPENDS upward - Simplify Makefile Changes: https://github.com/numpy/numpy/releases PR: 235721 Exp-run by: antoine
2014-12-11- Tiny fix to f2py2e.py to allow it to deal with -fstack-protector flagDiane Bruce1-5/+5
as without this fix, f2py will attempt to compile -fstack-protector Submitted by: db Reviewed by: wg Approved by: wg
2014-05-15- Fix compiler now that -Wl,B has been added to fortran link argsDiane Bruce1-3/+3
Submitted by: me
2014-02-13- update to 1.8.0Ruslan Makhmatkhanov1-7/+7
- clarify LICENSE (BSD3C) - suppor staging while here: - utilize PYTHON_PY3K_PLIST_HACK - install docs uncoditionally into stage area - convert LIB_DEPENDS to the new notation - sort packing list PR: 186677 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
2013-02-01- Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov1-1/+1
Approved by: portmgr (bapt)
2012-01-26- Support for -Wl,rpath= in f2py, now passed by bsd.gcc.mkMichael Scheidell1-0/+18
- Fix build for comms/wsjt PR: ports/164479 Submitted by: maintainer Approved by: gabor (mentor)