[opengm] 02/40: change name of brain-converter binary to a less generic one.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 14 16:06:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository opengm.

commit 21ee9d4d8437e592d165b2c7cd63334c71a0036f
Author: joergkappes <kappes at math.uni-heidelberg.de>
Date:   Wed Nov 4 07:46:22 2015 +0100

    change name of brain-converter binary to a less generic one.
---
 src/converter/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/converter/CMakeLists.txt b/src/converter/CMakeLists.txt
index 78588cf..59e314e 100644
--- a/src/converter/CMakeLists.txt
+++ b/src/converter/CMakeLists.txt
@@ -26,9 +26,9 @@ if(BUILD_CONVERTER)
       target_link_libraries(partition2potts ${HDF5_LIBRARIES})   
       INSTALL_TARGETS(/bin/converter partition2potts) 
 
-      add_executable(brain brain.cxx ${headers})
-      target_link_libraries(brain ${HDF5_LIBRARIES})   
-      INSTALL_TARGETS(/bin/converter brain)
+      add_executable(opengm-brain-converter brain.cxx ${headers})
+      target_link_libraries(opengm-brain-converter ${HDF5_LIBRARIES})   
+      INSTALL_TARGETS(/bin/converter opengm-brain-converter)
       
       add_executable(opengm2wudag opengm2wudag.cxx ${headers})
       target_link_libraries(opengm2wudag ${HDF5_LIBRARIES})   

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list