| Home | Trees | Indices | Help |
|---|
|
|
This file defines a set of system_info classes for getting information about various resources (libraries, library directories, include directories, etc.) in the system. It is an extension of numpy's system_info.py. Currently, the following classes are available:
numpy_blas <all other classes supported by numpy>
info_dict = get_info(<name>)
where <name> is a string 'numpy_blas', etc. For a complete list of allowed names, see the definition of get_info() function below.
Returned info_dict is a dictionary which is compatible with distutils.setup keyword arguments. If info_dict == {}, then the asked resource is not available (system_info could not find it).
Several *_info classes specify an environment variable to specify the locations of software. When setting the corresponding environment variable to 'None' then the software will be ignored, even when it is available in system.
|
|||
| numpy_blas_info | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Return a default location to store wisdom files and catalogs. The default location is a sub-folder called '.pycv_wisdom' of SciPy's default location in Weave |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Feb 25 10:24:17 2008 | http://epydoc.sourceforge.net |