diff options
-rw-r--r-- | bento.info | 24 | ||||
-rw-r--r-- | numpy/core/bento.info | 2 | ||||
-rw-r--r-- | numpy/fft/bento.info | 2 | ||||
-rw-r--r-- | numpy/lib/bento.info | 2 | ||||
-rw-r--r-- | numpy/linalg/bento.info | 2 | ||||
-rw-r--r-- | numpy/random/bento.info | 2 |
6 files changed, 19 insertions, 15 deletions
diff --git a/bento.info b/bento.info index f1ce54cec..52d80475d 100644 --- a/bento.info +++ b/bento.info @@ -34,21 +34,6 @@ Classifiers: Operating System :: Unix, Operating System :: MacOS -Recurse: - numpy/core, - numpy/fft, - numpy/lib, - numpy/linalg, - numpy/random - -HookFile: - bscript, - numpy/core/bscript, - numpy/fft/bscript, - numpy/lib/bscript, - numpy/linalg/bscript, - numpy/random/bscript - ExtraSourceFiles: setup.py, numpy/core/include/numpy/*.h, @@ -84,6 +69,15 @@ DataFiles: tests random/tests/*.py, testing/tests/*.py +Recurse: + numpy/core, + numpy/fft, + numpy/lib, + numpy/linalg, + numpy/random + +HookFile: bscript + Library: Packages: numpy, diff --git a/numpy/core/bento.info b/numpy/core/bento.info index 4eb968a50..609f0d211 100644 --- a/numpy/core/bento.info +++ b/numpy/core/bento.info @@ -1,3 +1,5 @@ +HookFile: bscript + Library: CompiledLibrary: npymath Sources: diff --git a/numpy/fft/bento.info b/numpy/fft/bento.info index 23ef8e84b..7627b319e 100644 --- a/numpy/fft/bento.info +++ b/numpy/fft/bento.info @@ -1,3 +1,5 @@ +HookFile: bscript + Library: Extension: fftpack_lite Sources: diff --git a/numpy/lib/bento.info b/numpy/lib/bento.info index 6aeeaf08f..9f4fa6f0f 100644 --- a/numpy/lib/bento.info +++ b/numpy/lib/bento.info @@ -1,3 +1,5 @@ +HookFile: bscript + Library: Extension: _compiled_base Sources: diff --git a/numpy/linalg/bento.info b/numpy/linalg/bento.info index ef1dcefea..1e367e314 100644 --- a/numpy/linalg/bento.info +++ b/numpy/linalg/bento.info @@ -1,3 +1,5 @@ +HookFile: bscript + Library: Extension: lapack_lite Sources: diff --git a/numpy/random/bento.info b/numpy/random/bento.info index 37e651fa5..f51da0131 100644 --- a/numpy/random/bento.info +++ b/numpy/random/bento.info @@ -1,3 +1,5 @@ +HookFile: bscript + Library: Extension: mtrand Sources: |