slightly rearranged vide pipeline files to reduce clutter

This commit is contained in:
Paul M. Sutter 2024-05-22 19:05:04 -04:00
parent d7c0fbc720
commit 288e2263b6
6 changed files with 3 additions and 3 deletions

View file

@ -81,8 +81,8 @@ ELSE()
ENDIF()
SET(PYTHONPATH ${PYTHON_LOCAL_SITE_PACKAGE})
configure_exec(${CMAKE_SOURCE_DIR}/python_source/pipeline_source/prepareInputs.in.py
${CMAKE_BINARY_DIR}/pipeline prepareInputs.py)
configure_exec(${CMAKE_SOURCE_DIR}/python_source/pipeline/vide_prepare_simulation
${CMAKE_BINARY_DIR}/pipeline vide_prepare_simulation)
#configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/applyMaskToMock.in.py
#${CMAKE_BINARY_DIR}/pipeline applyMaskToMock.py)
#configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/buildSkyProjections.in.py

View file

@ -181,7 +181,7 @@ class BuildCMakeExt(build_ext):
shutil.rmtree(target_dir, ignore_errors=True)
shutil.move(f"{PYTHON_bin_package}/void_python_tools/bin", target_dir)
shutil.copy(f"{self.build_temp}/pipeline/prepareInputs.py", f"{self.build_temp}/vide_prepare_simulation")
shutil.copy(f"{self.build_temp}/pipeline/vide_prepare_simulation", f"{self.build_temp}/vide_prepare_simulation")
class VideScripts(build_scripts):