summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-07Update to 1.10.0Olivier Duchateau1-17/+14
2014-03-24Replace TABs with spaces, otherwise it breaks with python-3.Dmitry Sivachenko1-2/+2
2014-02-24Fix path.Dmitry Sivachenko1-2/+2
2014-02-24Respect FFLAGS.Dmitry Sivachenko1-3/+12
Submitted by: wg Tested by: gerald
2014-02-13- update to 1.8.0Ruslan Makhmatkhanov1-3/+3
- 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>
2009-01-08Remove run-time dependency on lang/gcc42 which is now transparentlyGerald Pfeifer1-3/+3
handled by USE_FORTRAN. Tweak various aspects of configuration. Submitted by: Li-Lun "Leland" Wang <llwang@infor.org> (maintainer)
2008-04-09- Update to 1.0.4Rong-En Fan1-17/+20
PR: ports/122492 Submitted by: dikshie <dikshie at lapi.itb.ac.id> Approved by: Li-Lun "Leland" Wang <llwang at infor.org> (maintainer)
2007-09-02- I added -fPIC to compile_switch to work around build of fftpack in scipyDiane Bruce1-20/+17
on amd64. A better fix would be to set pic_flags instead, and have scipy build a shared object for dfftpack instead a static archive, but I didn't figure out how. [1] - Pass maintainership to llwang@infor.org PR: ports/112429 [1] Submitted by: Li-Lun "Leland" Wang <llwang@infor.org> (new maintainer)
2007-06-25- Forgotten files for 1.0.2 commitDiane Bruce1-7/+16
Approved by: ehaupt (mentor)
2007-02-09- finish g77 to gfortran conversionDiane Bruce1-2/+11
- change maintainer address to FreeBSD.org one - fold in changes suggested by [1] PR: 107022, 108807 (based on) [1] Submitted by: thinker@heaven.branda.to [1] Approved by: ehaupt (mentor)
2007-01-18(Forgot to commit)Maho Nakata1-0/+11
* Migrate to gfortran. * Bump port revision.