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
93a70bc4
Commit
93a70bc4
authored
5 years ago
by
Dmitry Popov
Browse files
Options
Downloads
Patches
Plain Diff
Added dependency LibLZMA
parent
5080aaea
No related branches found
No related tags found
2 merge requests
!61
Release of v106r2
,
!48
Added dependency LibLZMA
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LHCbG4Tests/G4MScInThinLayerTest/CMakeLists.txt
+4
-1
4 additions, 1 deletion
LHCbG4Tests/G4MScInThinLayerTest/CMakeLists.txt
LHCbG4Tests/G4RichTbSimHTest/CMakeLists.txt
+4
-1
4 additions, 1 deletion
LHCbG4Tests/G4RichTbSimHTest/CMakeLists.txt
with
8 additions
and
2 deletions
LHCbG4Tests/G4MScInThinLayerTest/CMakeLists.txt
+
4
−
1
View file @
93a70bc4
...
...
@@ -7,6 +7,9 @@ find_package(CLHEP REQUIRED)
find_package
(
ROOT COMPONENTS Hist Gpad RIO
)
find_package
(
TBB
)
# Runtime dependency for ROOT (required for SLC6 as of LCG 96)
find_package
(
LibLZMA REQUIRED
)
include_directories
(
SYSTEM
${
CMAKE_INSTALL_PREFIX
}
/include
${
CLHEP_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
)
link_directories
(
${
CMAKE_INSTALL_PREFIX
}
/lib
)
...
...
@@ -23,7 +26,7 @@ set(Geant4_LIBRARIES
gaudi_add_executable
(
G4MScInThinLayerTest
G4MScInThinLayerTest.cc src/*.cc
INCLUDE_DIRS include CLHEP ROOT
LINK_LIBRARIES
${
Geant4_LIBRARIES
}
CLHEP ROOT TBB G4LHCblists
)
LINK_LIBRARIES
${
Geant4_LIBRARIES
}
CLHEP ROOT
LibLZMA
TBB G4LHCblists
)
add_dependencies
(
G4MScInThinLayerTest Geant4
)
...
...
This diff is collapsed.
Click to expand it.
LHCbG4Tests/G4RichTbSimHTest/CMakeLists.txt
+
4
−
1
View file @
93a70bc4
...
...
@@ -6,6 +6,9 @@ find_package(CLHEP REQUIRED COMPONENTS Random)
find_package
(
ROOT REQUIRED COMPONENTS Hist Tree RIO
)
find_package
(
TBB
)
# Runtime dependency for ROOT (required for SLC6 as of LCG 96)
find_package
(
LibLZMA REQUIRED
)
include_directories
(
SYSTEM
${
CMAKE_INSTALL_PREFIX
}
/include
${
CLHEP_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
)
link_directories
(
${
CMAKE_INSTALL_PREFIX
}
/lib
)
...
...
@@ -35,7 +38,7 @@ gaudi_add_executable(G4RichTbSimHTest
src/srcgr/*.cc
src/srcG4/proc/*.cc
INCLUDE_DIRS include src/srcG4/includeG4 CLHEP ROOT
LINK_LIBRARIES CLHEP ROOT TBB
${
Geant4_LIBRARIES
}
)
LINK_LIBRARIES CLHEP ROOT
LibLZMA
TBB
${
Geant4_LIBRARIES
}
)
add_dependencies
(
G4RichTbSimHTest Geant4
)
...
...
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