Python install script doesn't compile on Galaxy
Created by: aroffringa
On Galaxy (one of the cluster of the Pawsey computer centre), there's no boost python. This is fine, but it seems that the python install scripts don't handle a missing boost python properly:
CMake Error at CMake/PythonInstall.cmake:120 (install):
install FILES given unknown argument
"/group/mwa/software/aoflagger/v2.12.1/galaxy/lib/python2.7/site-packages/lofar/dppp/".
Call Stack (most recent call first):
DPPP/CMakeLists.txt:27 (python_install)
WARNING, Boost-Python not found; PythonDPPP will not be built.
-- Configuring incomplete, errors occurred!
Just removing the python install things from line DPPP/CMakeLists.txt:27 fixes this, but obviously doesn't install pythondppp anymore.