cvs commit: ports/math/py-numpy Makefile distinfo pkg-plist
ports/math/py-numpy/files patch-numpy-core-include-numpy-ufuncobject.h
patch-numpy-distutils-fcompiler-__init__.py
patch-numpy-distutils-fcompiler-gnu.py
Diane Bruce
db at FreeBSD.org
Sun Sep 2 13:03:46 PDT 2007
db 2007-09-02 20:03:45 UTC
FreeBSD ports repository
Modified files:
math/py-numpy Makefile distinfo pkg-plist
math/py-numpy/files
patch-numpy-core-include-numpy-ufuncobject.h
patch-numpy-distutils-fcompiler-__init__.py
patch-numpy-distutils-fcompiler-gnu.py
Log:
- I added -fPIC to compile_switch to work around build of fftpack in scipy
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 at infor.org
PR: ports/112429 [1]
Submitted by: Li-Lun "Leland" Wang <llwang at infor.org> (new maintainer)
Revision Changes Path
1.12 +2 -2 ports/math/py-numpy/Makefile
1.6 +3 -3 ports/math/py-numpy/distinfo
1.3 +4 -4 ports/math/py-numpy/files/patch-numpy-core-include-numpy-ufuncobject.h
1.3 +12 -3 ports/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py
1.4 +17 -20 ports/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py
1.6 +28 -31 ports/math/py-numpy/pkg-plist
More information about the cvs-ports
mailing list