summaryrefslogtreecommitdiff
path: root/scipy/corelib/setup.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-09-28 06:53:37 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-09-28 06:53:37 +0000
commitdcd3bd07a910e1bb727e048de0e7ff2443f7285f (patch)
tree989bfa0d98885a97b3c7ddd1a329a4554acce4e1 /scipy/corelib/setup.py
parent2199334cfa7e3934bf81076510a84a73054ca868 (diff)
downloadnumpy-dcd3bd07a910e1bb727e048de0e7ff2443f7285f.tar.gz
Eliminated random_lite library
Diffstat (limited to 'scipy/corelib/setup.py')
-rw-r--r--scipy/corelib/setup.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/scipy/corelib/setup.py b/scipy/corelib/setup.py
index 7f60234fa..9db958af7 100644
--- a/scipy/corelib/setup.py
+++ b/scipy/corelib/setup.py
@@ -24,18 +24,6 @@ def configuration(parent_package='',top_path=None):
['fftpack_litemodule.c', 'fftpack.c']]
)
- # Configure random_lite
- config.add_extension('rng',
- sources=[join('random_lite',x) for x in \
- ['rngmodule.c','ranf.c','pmath_rng.c']]
- )
-
- config.add_extension('ranlib',
- sources=[join('random_lite',x) for x in \
- ['ranlibmodule.c', 'ranlib.c', 'com.c',
- 'linpack.c']]
- )
-
config.add_extension('mtrand',
sources=[join('mtrand', x) for x in
['mtrand.c', 'randomkit.c', 'initarray.c',