Skip to content
Snippets Groups Projects
Commit eea5ee3d authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1626: Added Python framework and recipes directories to the build/install.

parent 90f428ce
No related branches found
No related tags found
No related merge requests found
# $Id$
lofar_package(Pipeline-Framework 0.1)
add_subdirectory(lofarpipe)
# $Id$
include(PythonInstall)
python_install(
__init__.py
cuisine/__init__.py
cuisine/cook.py
cuisine/files.py
cuisine/ingredient.py
cuisine/job_parser.py
cuisine/message.py
cuisine/parset.py
cuisine/pipeline.py
cuisine/pipeline_manager_config.py
cuisine/WSRTrecipe.py
support/__init__.py
support/baserecipe.py
support/clusterdesc.py
support/clusterhandler.py
support/clusterlogger.py
support/control.py
support/group_data.py
support/ipython.py
support/jobserver.py
support/lofarexceptions.py
support/lofaringredient.py
support/lofarnode.py
support/lofarrecipe.py
support/mac.py
support/parset.py
support/pipelinelogging.py
support/remotecommand.py
support/stateful.py
support/utilities.py
DESTINATION lofarpipe)
# $Id$ # $Id$
lofar_package(Pipeline-MAC 1.0 DEPENDS APLCommon MACIO) lofar_package(Pipeline-MAC 0.1 DEPENDS APLCommon MACIO)
lofar_find_package(Boost REQUIRED COMPONENTS python) lofar_find_package(Boost REQUIRED COMPONENTS python)
lofar_find_package(Python REQUIRED) lofar_find_package(Python REQUIRED)
......
# $Id$
lofar_package(Pipeline-Recipes 0.1)
add_subdirectory(sip)
# $Id$
include(PythonInstall)
python_install(
master/bbs.py
master/cimager.py
master/count_timesteps.py
master/datamapper.py
master/flag_baseline.py
master/make_flaggable.py
master/new_dppp.py
master/new_vdsmaker.py
master/parmdb.py
master/rficonsole.py
master/skymodel.py
master/sourcedb.py
master/storagemapper.py
master/vdsreader.py
nodes/bbs.py
nodes/cimager.py
nodes/count_timesteps.py
nodes/dppp.py
nodes/flag_baseline.py
nodes/make_flaggable.py
nodes/parmdb.py
nodes/rficonsole.py
nodes/sourcedb.py
nodes/vdsmaker.py
DESTINATION lofarpipe/recipes)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment