Compiling on an Ubuntu computer

From Zori Wiki

This is what I did to install Zori on an Ubuntu 5.10 dual-processor, dual-core computer.

First, make sure you have the Zori required packages installed. For acheiving this, just download the selection file I created and apply it.

An Ubuntu selection file is available at http://alan.aspuru.com/zori_selectionfile

You could install a fresh Ubuntu machine and type:

dpkg --set-selections < ./selectionfile && apt-get dselect-upgrade

Or load the selection file from Synaptic (File... Read Markings) and then apply them.

IMPORTANT: Edit and globally replace all 5 occurences of libatlaslapack with liblapack_atlas in configure.in

./configure --prefix=$ZORI_HOME

and then you will have a fresh Zori binary in your src/ directory.

(This install document doesn't deal with OPT++)