Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
2d95ceca
Commit
2d95ceca
authored
8 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Rename stuff to reflect what it is actually doing
parent
44940abd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/MakeRootMap.cmake
+4
-4
4 additions, 4 deletions
cmake/MakeRootMap.cmake
cmake/thisdd4hep.sh
+0
-1
0 additions, 1 deletion
cmake/thisdd4hep.sh
with
4 additions
and
5 deletions
cmake/MakeRootMap.cmake
+
4
−
4
View file @
2d95ceca
message
(
STATUS
" ***
ROOT_genmap[Root version:
${
ROOT_VERSION
}
]
: Generate map for
${
libname
}
..."
)
message
(
STATUS
" ***
Gaudi listcomponents
: Generate map for
${
libname
}
..."
)
#
# Running listcomponents from Gaudi
#
FIND_PROGRAM
(
ROOT_genmap
_CMD listcomponents PATHS
${
genmap_install_dir
}
/../bin
${
DD4hep_DIR
}
/bin
)
FIND_PROGRAM
(
Gaudi_listcomponents
_CMD listcomponents PATHS
${
genmap_install_dir
}
/../bin
${
DD4hep_DIR
}
/bin
)
###MESSAGE( STATUS " *** MakeRootMap ${genmap_install_dir}/../bin $ENV{DD4hep_DIR}/bin ${DD4hep_DIR}" )
MESSAGE
(
STATUS
" *** Make
RootMap[
${
ROOT_VERSION
}
]
.cmake run command :
${
ROOT_genmap
_CMD
}
-o
${
rootmapfile
}
${
libname
}
MESSAGE
(
STATUS
" *** Make
GaudiMap
.cmake run command :
${
Gaudi_listcomponents
_CMD
}
-o
${
rootmapfile
}
${
libname
}
WORKING_DIRECTORY
${
genmap_install_dir
}
"
)
...
...
@@ -15,7 +15,7 @@ message(STATUS " *** ROOT_genmap[Root version: ${ROOT_VERSION}]: Generate map fo
endif
()
# EXECUTE_PROCESS( COMMAND echo LD_LIBRARY_PATH = $ENV{LD_LIBRARY_PATH} )
EXECUTE_PROCESS
(
COMMAND
${
ROOT_genmap
_CMD
}
-o
${
rootmapfile
}
${
libname
}
${
Gaudi_listcomponents
_CMD
}
-o
${
rootmapfile
}
${
libname
}
WORKING_DIRECTORY
${
genmap_install_dir
}
)
...
...
This diff is collapsed.
Click to expand it.
cmake/thisdd4hep.sh
+
0
−
1
View file @
2d95ceca
...
...
@@ -63,7 +63,6 @@ dd4hep_parse_this ${BASH_ARGV[0]} DD4hep;
#
# These 3 are the main configuration variables: ROOT, Geant4 and XercesC
# --> LCIO & Co. are handled elsewhere!
export
ROOTSYS
=
@ROOT_ROOT@
;
export
Geant4_DIR
=
@Geant4_DIR@
;
export
XERECESCINSTALL
=
@XERCESC_ROOT_DIR@
;
#
...
...
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