diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-01 18:47:47 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-03 22:12:25 -0500 |
commit | 2d47bf03dc7d7a7e8a8e94af96124aa82381a169 (patch) | |
tree | e70785da9410a4a351b79d1c9d38cc4ce1756fe0 /sci-physics | |
parent | dev-util/drone: remove unused files (diff) | |
download | gentoo-2d47bf03dc7d7a7e8a8e94af96124aa82381a169.tar.gz gentoo-2d47bf03dc7d7a7e8a8e94af96124aa82381a169.tar.bz2 gentoo-2d47bf03dc7d7a7e8a8e94af96124aa82381a169.zip |
sci-physics/root: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11199
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/files/root-6.13.02-hsimple.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-physics/root/files/root-6.13.02-hsimple.patch b/sci-physics/root/files/root-6.13.02-hsimple.patch deleted file mode 100644 index cab8a40afa7a..000000000000 --- a/sci-physics/root/files/root-6.13.02-hsimple.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 03af62fcd3..8ec5330773 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -367,26 +367,6 @@ else() - install(DIRECTORY ${CMAKE_BINARY_DIR}/etc/dictpch DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}) - endif() - --#---hsimple.root---------(use the executable for clearer dependencies and proper return code)--- --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) -- - #---version-------------------------------------------------------------------------------------- - if(NOT WIN32) - add_custom_target(version COMMAND ${CMAKE_SOURCE_DIR}/build/unix/makeversion.sh ${CMAKE_BINARY_DIR} |