This directory tree contains files distributed by X-Division, Lawrence Livermore National Laboratory, in the public interest. The directory contains the following packages:
Lawrence Livermore National Laboratory redistributes this user-contributed software as a service to the Python community. Not all of it was authored at LLNL.
In each subdirectory of this directory we have placed a file README.htm which explains more about it. In each subdirectory, either in the README.htm or in a separate file Credits.htm, we explain the origin of the software to the best of our knowledge. Those parts of the software originated at LLNL are covered by the legal notice in file Legal.htm. All other parts were contributed, to the best of our knowledge, under equivalent terms by their originators. It is in the nature of such efforts that the distinct contributions of the various authors cannot really be tracked.
Each leaf subdirectory contains some or all of the following:
No compilation is needed for packages that do not have a Src subdirectory.
Note that makethis.py simply executes the script Tools/compile.py. If you want to move one of the packages out of the LLNLDistribution directory, you'll need to copy compile.py into that directory and use it instead of makethis.py. We have done this so that when improvements are made to compile.py that the improvements will apply to all packages.
In the future we plan to supply a script similar to makethis.py for installation.
Lacking same, you have to place both the shared-library files created by the compiler, along with the contents of any Lib subdirectory, into the Python path.
The Numerical subdirectory creates several modules.
Windows installers add the necessary directories to the Python path. If you build from scratch yourself, you have to worry about that yourself at the moment. In this release, the only installer available is for the Numerical package.