Commits

Mojca Miklavec authored 4c958b0706c
geant4: fix location of cmake files, c++11

Some patches for geant4.10.4 were forgotten. This commit fixes location of installed cmake modules and makes sure that cxx11 1.0 is used (1.1 has not been tested yet).
No tags

science/geant4/files/patch-cmake-Modules-G4ConfigureCMakeHelpers.cmake.4104.diff

Added
1 +--- cmake/Modules/G4ConfigureCMakeHelpers.cmake.orig
2 ++++ cmake/Modules/G4ConfigureCMakeHelpers.cmake
3 +@@ -212,7 +212,7 @@ configure_file(
4 + # - Generate Install Tree Configuration Files
5 + #-----------------------------------------------------------------------
6 + # Set needed variables for the install tree
7 +-set(GEANT4_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION})
8 ++set(GEANT4_CMAKE_DIR lib/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION})
9 +
10 + # Header path for install tree is dependent on whether we have a relocatable
11 + # install.

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut