Skip to content

Commit

Permalink
Update DD4HEP
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Jan 17, 2025
1 parent c3156f9 commit ec9a0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DD4hep/01.30.00/DD4hep.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: DD4hep
Version: 01.30.00
Release: 6%{?dist}
Release: 7%{?dist}
Summary: DD4hep (Detector Description for High Energy Physics)
Group: Development/Tools
License: Custom
Expand Down
6 changes: 1 addition & 5 deletions DD4hep/01.30.00/PATCHED/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ endif()




######################
# Set compiler flags #
######################
Expand Down Expand Up @@ -310,9 +309,7 @@ install(PROGRAMS ${CMAKE_BINARY_DIR}/bin/run_test.sh DESTINATION ${CMAKE

install(DIRECTORY cmake
DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake/DD4hep
FILES_MATCHING PATTERN "*.cmake" PATTERN "run*.sh"
PATTERN "thisdd4hep_package.sh.in" EXCLUDE
PATTERN "*.cpp" EXCLUDE
FILES_MATCHING PATTERN "*.cmake" PATTERN "thisdd4hep_package.sh.in" PATTERN "run*.sh" PATTERN "*.cpp"
PATTERN ".svn" EXCLUDE
)

Expand All @@ -336,7 +333,6 @@ display_std_variables()
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/cmake/DD4hepConfig.cmake.in
${PROJECT_BINARY_DIR}/${CMAKE_PROJECT_NAME}Config.cmake @ONLY
)

INSTALL(FILES ${PROJECT_BINARY_DIR}/${CMAKE_PROJECT_NAME}Config.cmake DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake/DD4hep )

dd4hep_generate_package_configuration_files( ${CMAKE_PROJECT_NAME}Config.cmake )
Expand Down

0 comments on commit ec9a0b8

Please sign in to comment.