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
395c631d
Commit
395c631d
authored
10 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
v95r2p7g3
parent
05094d0d
Branches
Branches containing commit
Tags
v95r2p7g3
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-1
2 additions, 1 deletion
CMakeLists.txt
cmt/project.cmt
+2
-1
2 additions, 1 deletion
cmt/project.cmt
toolchain.cmake
+1
-11
1 addition, 11 deletions
toolchain.cmake
with
5 additions
and
13 deletions
CMakeLists.txt
+
2
−
1
View file @
395c631d
...
...
@@ -13,7 +13,8 @@ if(DEFINED ENV{G4_NATIVE_VERSION})
endif
()
find_package
(
GaudiProject
)
gaudi_project
(
Geant4 v95r2p7g2
)
gaudi_project
(
Geant4 v95r2p7g3
DATA Geant4Files VERSION v95r*
)
file
(
MAKE_DIRECTORY
${
CMAKE_INSTALL_PREFIX
}
)
execute_process
(
COMMAND
${
CMAKE_COMMAND
}
-E create_symlink ../include
${
CMAKE_INSTALL_PREFIX
}
/include
)
...
...
This diff is collapsed.
Click to expand it.
cmt/project.cmt
+
2
−
1
View file @
395c631d
project GEANT4
use GAUDI GAUDI_v25r2
use GAUDI GAUDI_v25r6
use PARAM
build_strategy with_installarea
setup_strategy root
This diff is collapsed.
Click to expand it.
toolchain.cmake
+
1
−
11
View file @
395c631d
# Special wrapper to load the declared version of the heptools toolchain.
set
(
heptools_version 68
)
find_file
(
use_heptools_module UseHEPTools.cmake
HINTS
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake
)
# this check is needed because the toolchain seem to be called a second time
# without the proper cache
if
(
use_heptools_module
)
include
(
${
use_heptools_module
}
)
use_heptools
(
${
heptools_version
}
)
endif
()
include
(
$ENV{LBUTILSROOT}/data/toolchain.cmake
)
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