diff options
Diffstat (limited to 'numpy')
-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 |
5 files changed, 10 insertions, 0 deletions
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: |