dac86aeec3
supplements the popular Numeric module, gathering a variety of high level science and engineering modules together as a single package. SciPy includes modules for graphics and plotting, optimization, integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others.
13 lines
489 B
Text
13 lines
489 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/11/23 14:05:00 mpasternak Exp $
|
|
|
|
--- setup.py~ Wed Jun 11 21:54:30 2003
|
|
+++ setup.py Sun Nov 23 14:19:43 2003
|
|
@@ -40,7 +40,7 @@
|
|
chaco_packages = ['chaco','kiva','traits','freetype']
|
|
chaco_packages = [os.path.join('Lib_chaco',p) for p in chaco_packages]
|
|
|
|
-core_packages = ['scipy_distutils','scipy_test','scipy_base']
|
|
+core_packages = ['scipy_test','scipy_base']
|
|
core_packages = [os.path.join('scipy_core',p) for p in core_packages]
|
|
|
|
#---------------
|