Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 509606 Details for
Bug 622034
sci-physics/root-6.10.00 Version Bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
root-6.11.02-hsimple.patch
root-6.11.02-hsimple.patch (text/plain), 1.79 KB, created by
Guilherme Amadio
on 2017-12-12 16:46:29 UTC
(
hide
)
Description:
root-6.11.02-hsimple.patch
Filename:
MIME Type:
Creator:
Guilherme Amadio
Created:
2017-12-12 16:46:29 UTC
Size:
1.79 KB
patch
obsolete
>diff --git a/CMakeLists.txt b/CMakeLists.txt >index aa05c02568..ef2b5e3f52 100644 >--- a/CMakeLists.txt >+++ b/CMakeLists.txt >@@ -354,28 +354,6 @@ add_dependencies(onepcm ${__allTargets}) > install(FILES ${CMAKE_BINARY_DIR}/etc/allDict.cxx.pch DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}) > install(DIRECTORY ${CMAKE_BINARY_DIR}/etc/dictpch DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}) > >-#---hsimple.root---------(use the executable for clearer dependencies and proper return code)--- >-if(NOT WIN32) >-add_custom_target(hsimple ALL DEPENDS tutorials/hsimple.root) >-add_dependencies(hsimple onepcm) >-if(WIN32) >- add_custom_command(OUTPUT tutorials/hsimple.root >- COMMAND set PATH=${CMAKE_RUNTIME_OUTPUT_DIRECTORY} && >- set ROOTIGNOREPREFIX=1 && >- $<TARGET_FILE:root.exe> -l -q -b -n -x hsimple.C -e return >- WORKING_DIRECTORY tutorials >- DEPENDS $<TARGET_FILE:root.exe> Cling Hist Tree Gpad Graf HistPainter move_artifacts) >-else() >- add_custom_command(OUTPUT tutorials/hsimple.root >- COMMAND ${ld_library_path}=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}:$ENV{${ld_library_path}} >- ROOTIGNOREPREFIX=1 >- $<TARGET_FILE:root.exe> -l -q -b -n -x hsimple.C -e return >- WORKING_DIRECTORY tutorials >- DEPENDS $<TARGET_FILE:root.exe> Cling Hist Tree Gpad Graf HistPainter move_artifacts) >-endif() >-install(FILES ${CMAKE_BINARY_DIR}/tutorials/hsimple.root DESTINATION ${CMAKE_INSTALL_TUTDIR} COMPONENT tests) >-endif() >- > #---version-------------------------------------------------------------------------------------- > if(NOT WIN32) > add_custom_target(version COMMAND ${CMAKE_SOURCE_DIR}/build/unix/makeversion.sh ${CMAKE_BINARY_DIR} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 622034
:
509604
| 509606