Build tag: 2005_04_29_1615


Self-extracting binary distributions

Platform cctbx+Python cctbx only
IRIX 6.5.10
MIPSpro 7.3.1.2
Python 2.4
[stream][direct]
28.6 MB
[stream][direct]
19.4 MB
IRIX 6.5.21
MIPSpro 7.41
Python 2.4
[stream][direct]
28.0 MB
[stream][direct]
19.0 MB
Mac OS 10.2.8 [Notes]
Python 2.3
Python 2.3 must be
installed separately
[stream][direct]
14.3 MB
Mac OS 10.3.9 [Notes] Python 2.3 ships with OS [stream][direct]
15.9 MB
Red Hat 7.3
Python 2.4
[stream][direct]
27.0 MB
[stream][direct]
15.2 MB
Red Hat 8.0
Python 2.4
[stream][direct]
22.0 MB
[stream][direct]
9.3 MB
Red Hat 9.0 Python 2.2.2 ships with OS [stream][direct]
9.3 MB
Red Hat 9.0
Python 2.4
[stream][direct]
21.8 MB
[stream][direct]
9.3 MB
Red Hat WS 3 Python 2.2.3 ships with OS [stream][direct]
9.3 MB
Red Hat WS 3
Python 2.4
[stream][direct]
19.4 MB
[stream][direct]
9.3 MB
Compaq Tru64 V5.1
cxx V6.5-042
Python 2.4
[stream][direct]
25.6 MB
[stream][direct]
17.4 MB
Windows 2000/XP
Python 2.2.3
A bundle with a more
recent Python is available
[stream][direct]
6.3 MB
Windows 2000/XP
Python 2.4
[stream][direct]
10.2 MB
[stream][direct]
6.3 MB

[Other platforms]

Download the self-extracting binary distribution for your platform to any new, empty directory. Under Unix selfx bundles are installed with the perl command (which is available by default on all supported platforms), for example:
    perl cctbx_redhat80.selfx
Under Windows exe distributions are installed simply by running them.

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.

Uninstalling a bundle is as easy as using rm -rf * in the installation directory under Unix or dragging the installation directory to the Recycle Bin under Windows. The Windows registry is not modified by the installation.

[Installation overview]


Self-extracting cctbx and Python 2.4.1 sources for Unix

cctbx_python_241_bundle.selfx [stream][direct]
27.1 MB

Download the file and run the following command in any new, empty directory:
    perl cctbx_python_241_bundle.selfx
This installs Python 2.4.1 and all cctbx modules from scratch.

The install script will prompt for the number of available CPUs. To avoid the prompt (e.g. for scripting the installation), add the number of available CPUs to the command line. E.g.:

    perl cctbx_python_241_bundle.selfx 4

Alternative for manual installation:
cctbx_python_241_bundle.tar.gz [stream][direct]
27.1 MB
[Installation instructions]


Self-extracting cctbx sources for Unix

cctbx_bundle.selfx [stream][direct]
18.2 MB

Download the file and run the following command in any new, empty directory:
    perl cctbx_bundle.selfx
This 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 or higher with the Python version that ships with the operating system (/usr/bin/python). The first python on PATH is used. To install with a different, specific python, add the full path to the command line, e.g.:
    perl cctbx_bundle.selfx /usr/local/bin/python

Alternative for manual installation:
cctbx_bundle.tar.gz [stream][direct]
18.2 MB
[Installation instructions]


Self-extracting cctbx sources for Windows

cctbx_bundle.exe [stream][direct]
26.1 MB

Execute this file in any new, empty directory to unpack the sources required for compiling all cctbx modules from scratch.
[Installation instructions]

Changes

Sources as included in the Phenix 1.1a release

mmtbx:
  - new scaling procedures (by Peter Zwart)

iotbx.mtz.dump:
  - new --show_column_data option

cctbx.xray_structure:
  - new extract_u_iso_or_u_equiv()
  - new convert_to_isotropic()
  - new convert_to_anisotropic()

cctbx.miller.array.merge_equivalents():
  - new support for complex, Hendrickson-Lattman, bool and int arrays

cctbx.miller.array:
  - new matching_set()
  - new count_and_fraction_in_bins()
  - expand_to_p1():
      - new support for flex.bool, flex.int
  - new set()

cctbx.miller.array_info:
  - new systematic_absences_eliminated attribute

cctbx.miller.set:
  - new reflection_intensity_symmetry()
  - new is_unique_set_under_symmetry()
  - new unique_under_symmetry_selection()
  - new unique_under_symmetry()
  - new generate_r_free_flags()

cctbx.maptbx:
  - new real_space_refinement.lbfgs (by Erik McKee)

cctbx.sgtbx:
  - new tensor_rank_2_constraints
    - based on space_group.tensor_constraints (removed)
    - based on adptbx.constraints (removed)
    - new sym_gradients()
    - new independent_gradients()

cctbx.uctbx.unit_cell:
  - new box_frac_around_sites()
  - new buffer_shifts_frac()

scitbx.math:
  - new family of Gamma functions (by Peter Zwart)

Latest Clipper release (2005_03_17)
Recent CCP4 I/O CVS (2005_04_20_1558)
Recent SCons CVS (2005_04_20_1103)
Recent Boost CVS (2005_04_20_1126)