CVXMOD – Download and install

Requirements

The current version of CVXMOD requires CVXOPT version 1.0, which needs

  • Python 2.5 or later.

  • Header files and libraries for Python.

  • ATLAS, or BLAS + LAPACK (including header files and libraries).

CVXMOD may work with earlier versions of CVXOPT, but with no guarantees (or expectations of support).

Download

Installation instructions

Download, unarchive and run python setup.py install with root privileges inside the directory that appears. You may wish to reference the Python version directly, for example with python2.5 setup.py install.

Example: Generic linux system with CVXOPT already installed
cd /tmp/
wget http://cvxmod.net/dist/cvxmod-0.4.6.tar.gz
tar xzf cvxmod-0.4.6.tar.gz
cd cvxmod-0.4.6/
sudo python setup.py install

Test using one, or both, of the quick examples.