Skip to content
Snippets Groups Projects
Commit d6eac53f authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Revert "Merge branch 'v105r0-release' into 'Sim10'"

This reverts merge request !41
parent 89d93621
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) ...@@ -5,8 +5,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
set(GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING "Repository for Geant4 sources") set(GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING "Repository for Geant4 sources")
find_package(GaudiProject) find_package(GaudiProject)
gaudi_project(Geant4 v105r0 gaudi_project(Geant4 v104r2p1
DATA Geant4Files VERSION v105r0) DATA Geant4Files VERSION v104r1)
# FIXME: hack for compatibility with CMT build # FIXME: hack for compatibility with CMT build
file(WRITE ${CMAKE_BINARY_DIR}/dummy.cpp "") file(WRITE ${CMAKE_BINARY_DIR}/dummy.cpp "")
......
...@@ -30,7 +30,7 @@ if (NOT GEANT4_TAG) ...@@ -30,7 +30,7 @@ if (NOT GEANT4_TAG)
elseif(CMAKE_PROJECT_VERSION STREQUAL "HEAD") elseif(CMAKE_PROJECT_VERSION STREQUAL "HEAD")
# Special mapping of version HEAD # Special mapping of version HEAD
# WARNING this must be kept up to date manually # WARNING this must be kept up to date manually
set(GEANT4_TAG "lhcb/v10.5.0-branch") set(GEANT4_TAG "lhcb/v10.4.2-branch")
else() else()
set(GEANT4_TAG lhcb/${CMAKE_PROJECT_VERSION}) set(GEANT4_TAG lhcb/${CMAKE_PROJECT_VERSION})
endif() endif()
......
2019-01-10 Geant4 v105r0
===
This release is based on `GEANT4 r10.5.0`, uses `LCG 93` and `Geant4Files v105r0`.
This version is released on `Sim10` branch.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment