From d5d9ebc3e1c8dbc57335600bbeb2d36b60583601 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Tue, 6 May 2014 10:24:45 -0500 Subject: [PATCH] fixed cmakelists --- CMakeLists.txt | 4 +-- c_tools/CMakeLists.txt | 6 ++--- c_tools/stacking/CMakeLists.txt | 48 ++++++++++++++++----------------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dfc7d4..22f2faa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,9 +71,9 @@ configure_exec(${CMAKE_SOURCE_DIR}/run_env.sh.in ${CMAKE_BINARY_DIR} run_env.sh configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/prepareCatalogs.in.py ${CMAKE_BINARY_DIR}/pipeline prepareCatalogs.py) #configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/applyMaskToMock.in.py -${CMAKE_BINARY_DIR}/pipeline applyMaskToMock.py) +#${CMAKE_BINARY_DIR}/pipeline applyMaskToMock.py) #configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/buildSkyProjections.in.py -${CMAKE_BINARY_DIR}/pipeline/miscTools buildSkyProjections.py) +#${CMAKE_BINARY_DIR}/pipeline/miscTools buildSkyProjections.py) SET(python_build_environment ${CMAKE_COMMAND} -DPYTHON_LOCAL_SITE_PACKAGE=${PYTHON_LOCAL_SITE_PACKAGE} -DVOID_GSL=${CMAKE_BINARY_DIR}/ext_build/gsl -DPYTHON_EXECUTABLE=${PYTHON_EXECUTABLE} -DTARGET_PATH=${CMAKE_BINARY_DIR}/ext_build/python -P) diff --git a/c_tools/CMakeLists.txt b/c_tools/CMakeLists.txt index 863d264..22f2026 100644 --- a/c_tools/CMakeLists.txt +++ b/c_tools/CMakeLists.txt @@ -44,7 +44,7 @@ include_directories( set(computeAverageDistortion_SRCS computeAverageDistortion.cpp) add_genopt(computeAverageDistortion_SRCS computeAverageDistortion.ggo computeAverageDistortion_conf STRUCTNAME Params) -add_executable(computeAverageDistortion ${computeAverageDistortion_SRCS}) -target_link_libraries(computeAverageDistortion ${ZOB_LIBS}) +#add_executable(computeAverageDistortion ${computeAverageDistortion_SRCS}) +#target_link_libraries(computeAverageDistortion ${ZOB_LIBS}) -subdirs(libzobov test mock stacking visualization analysis zobov2 hod) +subdirs(libzobov mock stacking analysis zobov2 hod) diff --git a/c_tools/stacking/CMakeLists.txt b/c_tools/stacking/CMakeLists.txt index fce1f3d..27ec89a 100644 --- a/c_tools/stacking/CMakeLists.txt +++ b/c_tools/stacking/CMakeLists.txt @@ -1,39 +1,39 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) -SET(stackVoids_SRCS stackVoids.cpp) -add_genopt(stackVoids_SRCS stackVoids.ggo stackVoids_conf STRUCTNAME stackVoids_info) -add_executable(stackVoids ${stackVoids_SRCS}) -target_link_libraries(stackVoids ${ZOB_LIBS}) +#SET(stackVoids_SRCS stackVoids.cpp) +#add_genopt(stackVoids_SRCS stackVoids.ggo stackVoids_conf STRUCTNAME stackVoids_info) +#add_executable(stackVoids ${stackVoids_SRCS}) +#target_link_libraries(stackVoids ${ZOB_LIBS}) -SET(stackVoidsZero_SRCS stackVoidsZero.cpp) -add_genopt(stackVoidsZero_SRCS stackVoidsZero.ggo stackVoidsZero_conf STRUCTNAME stackVoidsZero_info) -add_executable(stackVoidsZero ${stackVoidsZero_SRCS}) -target_link_libraries(stackVoidsZero ${ZOB_LIBS}) +#SET(stackVoidsZero_SRCS stackVoidsZero.cpp) +#add_genopt(stackVoidsZero_SRCS stackVoidsZero.ggo stackVoidsZero_conf STRUCTNAME stackVoidsZero_info) +#add_executable(stackVoidsZero ${stackVoidsZero_SRCS}) +#target_link_libraries(stackVoidsZero ${ZOB_LIBS}) -set(computeVelocityProfile_SRCS computeVelocityProfile.cpp) -add_genopt(computeVelocityProfile_SRCS computeVelocityProfile.ggo computeVelocityProfile_conf STRUCT Params) -add_executable(computeVelocityProfile ${computeVelocityProfile_SRCS}) -target_link_libraries(computeVelocityProfile ${ZOB_LIBS}) +#set(computeVelocityProfile_SRCS computeVelocityProfile.cpp) +#add_genopt(computeVelocityProfile_SRCS computeVelocityProfile.ggo computeVelocityProfile_conf STRUCT Params) +#add_executable(computeVelocityProfile ${computeVelocityProfile_SRCS}) +#target_link_libraries(computeVelocityProfile ${ZOB_LIBS}) -set(stackDensityField_SRCS stackDensityField.cpp) -add_genopt(stackDensityField_SRCS stackDensityField.ggo stackDensityField_conf STRUCT PARAMS) -add_executable(stackDensityField ${stackDensityField_SRCS}) -target_link_libraries(stackDensityField ${ZOB_LIBS}) +#set(stackDensityField_SRCS stackDensityField.cpp) +#add_genopt(stackDensityField_SRCS stackDensityField.ggo stackDensityField_conf STRUCT PARAMS) +#add_executable(stackDensityField ${stackDensityField_SRCS}) +#target_link_libraries(stackDensityField ${ZOB_LIBS}) -set(stackVelocityField_SRCS stackVelocityField.cpp) -add_genopt(stackVelocityField_SRCS stackVelocityField.ggo stackVelocityField_conf STRUCT PARAMS) -add_executable(stackVelocityField ${stackVelocityField_SRCS}) -target_link_libraries(stackVelocityField ${ZOB_LIBS}) +#set(stackVelocityField_SRCS stackVelocityField.cpp) +#add_genopt(stackVelocityField_SRCS stackVelocityField.ggo stackVelocityField_conf STRUCT PARAMS) +#add_executable(stackVelocityField ${stackVelocityField_SRCS}) +#target_link_libraries(stackVelocityField ${ZOB_LIBS}) SET(pruneVoids_SRCS pruneVoids.cpp) add_genopt(pruneVoids_SRCS pruneVoids.ggo pruneVoids_conf STRUCTNAME pruneVoids_info) add_executable(pruneVoids ${pruneVoids_SRCS}) target_link_libraries(pruneVoids ${ZOB_LIBS}) -SET(makeAHFOutput_SRCS makeAHFOutput.cpp) -add_genopt(makeAHFOutput_SRCS makeAHFOutput.ggo makeAHFOutput_conf STRUCTNAME makeAHFOutput_info) -add_executable(makeAHFOutput ${makeAHFOutput_SRCS}) -target_link_libraries(makeAHFOutput ${ZOB_LIBS}) +#SET(makeAHFOutput_SRCS makeAHFOutput.cpp) +#add_genopt(makeAHFOutput_SRCS makeAHFOutput.ggo makeAHFOutput_conf STRUCTNAME makeAHFOutput_info) +#add_executable(makeAHFOutput ${makeAHFOutput_SRCS}) +#target_link_libraries(makeAHFOutput ${ZOB_LIBS})