diff options
author | David Cournapeau <cournape@gmail.com> | 2012-05-21 19:08:39 +0100 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2012-06-01 03:11:14 +0900 |
commit | d2589285674934ae544e1f4f5d9e4df93c297903 (patch) | |
tree | 1d96eaa4584201d50ede12532450230feeb6479c /bento.info | |
parent | 42cb7911f4183ae4fee331a207012a006f28d778 (diff) | |
download | numpy-d2589285674934ae544e1f4f5d9e4df93c297903.tar.gz |
BUG: install required generated headers.
Diffstat (limited to 'bento.info')
-rw-r--r-- | bento.info | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bento.info b/bento.info index 6277db1e8..d4c7d3eee 100644 --- a/bento.info +++ b/bento.info @@ -69,6 +69,12 @@ DataFiles: f2py-data Files: numpy/f2py/src/fortranobject.* +DataFiles: numpy-includes + TargetDir: $sitedir + Files: + numpy/core/include/numpy/*.h, + numpy/core/include/numpy/fenv/*.h + HookFile: bscript Recurse: numpy UseBackends: Waf |