Skip to content

Commit

Permalink
checkOverlaps, checkGeometry: move to DDCore since do not depend on G…
Browse files Browse the repository at this point in the history
…eant4

fixes some tests that can run in this case successfully now
  • Loading branch information
andresailer committed Oct 17, 2024
1 parent 15eeabc commit 88179e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions DDCore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ ENDIF()
file(GLOB DDCore_Python python/*.py)
install(FILES ${DDCore_Python} DESTINATION ${DD4HEP_PYTHON_INSTALL_DIR})

install(PROGRAMS python/bin/checkOverlaps.py DESTINATION bin RENAME checkOverlaps)
install(PROGRAMS python/bin/checkGeometry.py DESTINATION bin RENAME checkGeometry)

# install header files
install(DIRECTORY
include/DDSegmentation
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions DDG4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ get_filename_component(PYTHON_INTERPRETER_BINARY ${Python_EXECUTABLE} NAME)
configure_file(python/DDSim/bin/ddsim.in.py ${CMAKE_BINARY_DIR}/bin/ddsim @ONLY)
install(PROGRAMS ${CMAKE_BINARY_DIR}/bin/ddsim DESTINATION bin)

install(PROGRAMS python/bin/checkOverlaps.py DESTINATION bin RENAME checkOverlaps)
install(PROGRAMS python/bin/checkGeometry.py DESTINATION bin RENAME checkGeometry)
install(PROGRAMS python/bin/g4MaterialScan.py DESTINATION bin RENAME g4MaterialScan)
install(PROGRAMS python/bin/g4GeometryScan.py DESTINATION bin RENAME g4GeometryScan)

Expand Down

0 comments on commit 88179e4

Please sign in to comment.