summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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) Notes: svn path=/head/; revision=198663
* - Forgotten files for 1.0.2 commitDiane Bruce2007-06-251-7/+16
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=194235
* - 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) Notes: svn path=/head/; revision=184729
* (Forgot to commit)Maho Nakata2007-01-181-0/+11
* Migrate to gfortran. * Bump port revision. Notes: svn path=/head/; revision=182697