# HG changeset patch # User cannam # Date 1255098908 0 # Node ID 87b9ea6fc7d07eeb57d0ea7a4e3f6de2b0ed5db7 # Parent b2c4c752c3bcc833a7888b8d547a9fb015198973 * Document VAMPY_PYLIB and NUMPY_SHORTVERSION diff -r b2c4c752c3bc -r 87b9ea6fc7d0 README --- a/README Fri Oct 09 14:25:35 2009 +0000 +++ b/README Fri Oct 09 14:35:08 2009 +0000 @@ -91,16 +91,23 @@ ENVIRONMENT VARIABLES: - Vampy recognises two optional environment variables: + Vampy recognises three optional environment variables: VAMPY_COMPILED=1 recognise byte compiled python plugins (default) VAMPY_COMPILED=0 ignore them + VAMPY_EXTPATH: if given, searches this path for vampy plugins. (This is useful if you want to keep your python plugins separate.) - Only a single fully qualified path name is recognised. + Only a single absolute path name is recognised. - Example: - export VAMPY_EXTPATH="/Users/Shared/Development/vampy-path" + Example: + export VAMPY_EXTPATH="/Users/Shared/Development/vampy-path" + + VAMPY_PYLIB: path to the Python shared library to be preloaded + before scripts are run. The preload is necessary on some + systems to support plugins that load additional Python modules. + Vampy will attempt to preload the right library by default, but + it sometimes fails; if so, set this variable to override it. COMPILING AND LINKING: @@ -114,6 +121,10 @@ HAVE_NUMPY : compile with Numpy array interface support + NUMPY_SHORTVERSION : set to the minimum version of Numpy you have, as + a floating-point value; the default is 1.1, which should be OK for + use with Numpy 1.1, 1.2 and 1.3 + for developers: _DEBUG : print very detailed messages and logs while Vampy is in use _DEBUG_VALUES : print all converted values to stderr