From 21a1087691af6c1745f4b4bc56b4072b5a68bccd Mon Sep 17 00:00:00 2001 From: Alan McIntyre Date: Tue, 26 Aug 2008 18:41:53 +0000 Subject: Added benchmarks directory to lib/setup.py so that numpy.lib benchmarks are available in an installed NumPy. Display system configuration information when benchmarks are run. --- numpy/lib/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/lib/setup.py') diff --git a/numpy/lib/setup.py b/numpy/lib/setup.py index f43843ddc..e85fdb517 100644 --- a/numpy/lib/setup.py +++ b/numpy/lib/setup.py @@ -12,6 +12,7 @@ def configuration(parent_package='',top_path=None): sources=[join('src','_compiled_base.c')] ) + config.add_data_dir('benchmarks') config.add_data_dir('tests') return config -- cgit v1.2.1