summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove run-time dependency on lang/gcc42 which is now transparentlyGerald Pfeifer2009-01-081-3/+3
| | | | | | handled by USE_FORTRAN. Tweak various aspects of configuration. Submitted by: Li-Lun "Leland" Wang <llwang@infor.org> (maintainer)
* - Update to 1.0.4Rong-En Fan2008-04-091-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)
* - I added -fPIC to compile_switch to work around build of fftpack in scipyDiane Bruce2007-09-021-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)
* - Forgotten files for 1.0.2 commitDiane Bruce2007-06-251-7/+16
| | | | Approved by: ehaupt (mentor)
* - finish g77 to gfortran conversionDiane Bruce2007-02-091-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)
* (Forgot to commit)Maho Nakata2007-01-181-0/+11
* Migrate to gfortran. * Bump port revision.