- 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)
13 lines
406 B
Python
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()
|