diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-15 05:50:40 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-15 05:50:40 +0000 |
commit | 9c54ff04c118e799b11d9593734a2f07cf8dafd2 (patch) | |
tree | f646e66d8241031bdb2f34281af4ad9d90e84e87 /math/py-numpy/files/patch-numpy_f2py_setup.py | |
parent | - Stick on SciPy 0.3.x for now (diff) |
- 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)
Diffstat (limited to '')
-rw-r--r-- | math/py-numpy/files/patch-numpy_f2py_setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/py-numpy/files/patch-numpy_f2py_setup.py b/math/py-numpy/files/patch-numpy_f2py_setup.py new file mode 100644 index 000000000000..a1ca10e8ab0b --- /dev/null +++ b/math/py-numpy/files/patch-numpy_f2py_setup.py @@ -0,0 +1,12 @@ +--- 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() |