[clblas] 01/61: Install scripts/perf to share/clBLAS on non WIN32 systems
    Ghislain Vaillant 
    ghisvail-guest at moszumanska.debian.org
       
    Fri Jul 24 22:49:42 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clblas.
commit d8419d83ea4371b58e696739b846e3e6642546b1
Author: Marius Brehler <marius.brehler at tu-dortmund.de>
Date:   Mon Mar 23 15:25:02 2015 +0100
    Install scripts/perf to share/clBLAS on non WIN32 systems
---
 src/scripts/perf/CMakeLists.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/scripts/perf/CMakeLists.txt b/src/scripts/perf/CMakeLists.txt
index 81d3385..38c8991 100644
--- a/src/scripts/perf/CMakeLists.txt
+++ b/src/scripts/perf/CMakeLists.txt
@@ -21,4 +21,8 @@ set(GRAPHING_SCRIPTS 	measurePerformance.py
 						performanceUtility.py
 						)
 
-install( FILES ${GRAPHING_SCRIPTS} DESTINATION bin${SUFFIX_BIN} )
+if( WIN32 )
+		install( FILES ${GRAPHING_SCRIPTS} DESTINATION bin${SUFFIX_BIN} )
+else ( )
+		install( FILES ${GRAPHING_SCRIPTS} DESTINATION share/clBLAS )
+endif( )
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git
    
    
More information about the debian-science-commits
mailing list