Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Geant4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Geant4
Commits
a279cedc
Commit
a279cedc
authored
4 years ago
by
Marco Clemencic
Committed by
Dmitry Popov
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes
parent
4c9dcf10
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+0
-2
0 additions, 2 deletions
CMakeLists.txt
Geant4/G4config/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Geant4/G4config/CMakeLists.txt
toolchain.cmake
+2
-1
2 additions, 1 deletion
toolchain.cmake
with
3 additions
and
4 deletions
CMakeLists.txt
+
0
−
2
View file @
a279cedc
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.5
)
# NO_NINJA : Geant4 build fails with Ninja
set
(
GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING
"Repository for Geant4 sources"
)
set
(
GEANT4FILES_VERSION v106r1 CACHE STRING
"Version for Geant4Files to match Geant4-src version"
)
...
...
This diff is collapsed.
Click to expand it.
Geant4/G4config/CMakeLists.txt
+
1
−
1
View file @
a279cedc
...
...
@@ -57,7 +57,7 @@ ExternalProject_Add(Geant4
-DGEANT4_USE_NETWORKVRML=ON
-DGEANT4_USE_NETWORKDAWN=ON
-DGEANT4_USE_INVENTOR=OFF
-DCMAKE_INSTALL_PREFIX=
${
CMAKE_SOURCE_DIR
}
/InstallArea/$
ENV{CMTCONFI
G}
-DCMAKE_INSTALL_PREFIX=
${
CMAKE_SOURCE_DIR
}
/InstallArea/
$
{
BINARY_TA
G
}
-DCMAKE_INSTALL_LIBDIR=lib
-DGEANT4_INSTALL_DATADIR=
${
G4DATA
}
-DGEANT4_BUILD_VERBOSE_CODE=
${
G4VERBOSE
}
...
...
This diff is collapsed.
Click to expand it.
toolchain.cmake
+
2
−
1
View file @
a279cedc
...
...
@@ -23,7 +23,8 @@ if(NOT CMAKE_SOURCE_DIR MATCHES "CMakeTmp")
# - ninja (it requires LD_LIBRARY_PATH set to run)
# - Gaudi (we do not want to use it from LCG)
# - xenv (conflicts with the version in the build environment)
list
(
FILTER CMAKE_PREFIX_PATH EXCLUDE REGEX
"(LCG_|lcg/nightlies).*(ninja|Gaudi|xenv)"
)
# - git (requires a special environment provided only by LCG views)
list
(
FILTER CMAKE_PREFIX_PATH EXCLUDE REGEX
"(LCG_|lcg/nightlies).*(ninja|Gaudi|xenv|git)/"
)
endif
()
endif
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment