ports/math/py-numpy/files/patch-numpy_f2py_setup.py
Rong-En Fan 9c54ff04c1 - Update to 1.0rc1
- Add options for ATLAS
- Fix ATLAS detection
- Use feclearexcept(3) rather than fpsetsticky(3) on 5.3+
- Add CONFLICTS for f2py. Both ports install bin/f2py

PR:		ports/103827
Submitted by:	Li-Lun Wang
Approved by:	maintainer timeout (6 weeks)
2006-11-15 05:50:40 +00:00

13 lines
406 B
Python

--- numpy/f2py/setup.py.orig Sat Sep 23 05:25:27 2006
+++ numpy/f2py/setup.py Sat Sep 23 05:25:41 2006
@@ -32,8 +32,7 @@
config.add_data_dir('docs')
config.add_data_files('src/fortranobject.c',
- 'src/fortranobject.h',
- 'f2py.1'
+ 'src/fortranobject.h'
)
config.make_svn_version_py()