Download

Current release: CHOMPACK 1.1.1 (October 23, 2011)

Source

CHOMPACK is implemented in C with a Python/CVXOPT interface. It can be downloaded as a zip file containing the source files and installation guidelines.

Binary distributions

Linux

A 64-bit binary distribution for Linux is available here. To unpack and install the binary distribution for all users, issue the following command:

$ sudo tar -xvf chompack-1.1.1.linux-x86_64.tar.gz -C /

This will install CHOMPACK in /usr/local/lib/python2.7/dist-packages/.

Mac OS X

64-bit binary distributions for Mac OS X Lion are avialiable with

  • non-optimized reference BLAS/LAPACK (tar.gz)
  • ATLAS optimized for an Intel Core i5 1.7 GHz CPU (tar.gz)

To unpack and install the binary distribution for all users, issue the following command:

$ sudo tar -xvf chompack-1.1.1.macosx-10.7-x86_64.tar.gz -C /

This will install CHOMPACK in /Library/Python/2.7/site-packages/.