astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
17 stars 13 forks source link

Pull basp sopt #1

Closed mdavezac closed 9 years ago

mdavezac commented 9 years ago

This pull reqests depends on basp-group/sopt#4

Adds cmake to sopt. Compilation requires cmake on top of the usual sopt dependencies.

Assuming fftw and others are in default unix locations (/usr or /usr/local...), then compilation is simply:

cd path/to/purify/source
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local
make
make install