Under Unix install a selfx distribution using the perl command, for example:
perl cctbx_redhat80.selfxUnder Windows exe distributions are installed simply by running them (the matching Python version must be installed already).
The installer must be run on the platform where it is used. The installed package may be used over the network, but only if the pathnames to the installation directory are identical on the server and the client.
perl cctbx_python_23_bundle.selfxThis installs Python 2.3 and all cctbx modules from scratch.
Alternative for manual installation: cctbx_python_23_bundle.tar.gz [Installation instructions]
perl cctbx_python_222_bundle.selfxThis installs Python 2.2.2 and all cctbx modules from scratch.
Alternative for manual installation: cctbx_python_222_bundle.tar.gz [Installation instructions]
perl cctbx_bundle.selfxThis installs all cctbx modules from scratch. Python 2.2.1 or higher must be pre-installed on the target machine. Known to work under Redhat 8.0 with the Python version that ships with the operating system (/usr/bin/python).
Alternative for manual installation: cctbx_bundle.tar.gz [Installation instructions]
cctbx.xray.structure_factors:
- fix for SEVERE bug in FFT gradient calculation (permuted values)
scitbx.array_family:
- new flex.mersenne_twister + convenience functions:
flex.random_generator()
flex.set_random_seed()
flex.random_size_t()
flex.random_double()
- additional flex.vec3_double arithmetic operators and dot product
ccp4io:
- avoid hang while reading garbled MTZ files
iotbx.pdb.parser:
- bug fix: reading of PDB files with lines that have less than 80 characters
- new-line characters are now removed correctly
iotbx.pdb.residue_info:
- bug fix: spaces removed from atom names before lookup
- scattering type "H'" -> "H" to adjust to changes in handling
of scattering types introduced a few months ago (cctbx.eltbx)
iotbx.scalepack:
- merge.reader: ignore empty lines
Latest Boost CVS (2004_04_15_1122)
Latest SCons CVS (2004_04_15_0506)