diff options
author | David Cournapeau <cournape@gmail.com> | 2012-05-21 09:35:42 +0100 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2012-06-01 03:11:14 +0900 |
commit | 42cb7911f4183ae4fee331a207012a006f28d778 (patch) | |
tree | 936171db6926aeaaca5e880387b2c7e4b44e1826 | |
parent | 689026311449adc87114998d6d8a1c977278960e (diff) | |
download | numpy-42cb7911f4183ae4fee331a207012a006f28d778.tar.gz |
BUG: add missing f2py files in bento build.
-rw-r--r-- | bento.info | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bento.info b/bento.info index 606f471dd..6277db1e8 100644 --- a/bento.info +++ b/bento.info @@ -64,6 +64,11 @@ DataFiles: tests f2py/src/test/*.f, f2py/src/test/*.f90 +DataFiles: f2py-data + TargetDir: $sitedir + Files: + numpy/f2py/src/fortranobject.* + HookFile: bscript Recurse: numpy UseBackends: Waf |