mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
bug fix in name change
This commit is contained in:
parent
1d728c2cc8
commit
85ea80d4bc
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ include(${CMAKE_SOURCE_DIR}/external/external_python_build.cmake)
|
||||||
SET(PYTHONPATH ${PYTHON_LOCAL_SITE_PACKAGE})
|
SET(PYTHONPATH ${PYTHON_LOCAL_SITE_PACKAGE})
|
||||||
configure_exec(${CMAKE_SOURCE_DIR}/run_python.sh.in ${CMAKE_BINARY_DIR} run_python.sh)
|
configure_exec(${CMAKE_SOURCE_DIR}/run_python.sh.in ${CMAKE_BINARY_DIR} run_python.sh)
|
||||||
configure_exec(${CMAKE_SOURCE_DIR}/run_env.sh.in ${CMAKE_BINARY_DIR} run_env.sh)
|
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
|
configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/prepareInputs.in.py
|
||||||
${CMAKE_BINARY_DIR}/pipeline prepareCatalogs.py)
|
${CMAKE_BINARY_DIR}/pipeline prepareInputs.py)
|
||||||
#configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/applyMaskToMock.in.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
|
#configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/buildSkyProjections.in.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue