[clfft] 02/64: Install scripts/perf to share/clFFT on non WIN32 systems

Jérôme Kieffer kieffer-guest at moszumanska.debian.org
Wed May 20 07:33:31 UTC 2015


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

kieffer-guest pushed a commit to branch develop
in repository clfft.

commit 37b1f443e516f0a87c4a728cac8291148bb31b72
Author: Marius Brehler <marius.brehler at tu-dortmund.de>
Date:   Wed Feb 18 08:59:06 2015 +0100

    Install scripts/perf to share/clFFT on non WIN32 systems
---
 src/scripts/perf/CMakeLists.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/scripts/perf/CMakeLists.txt b/src/scripts/perf/CMakeLists.txt
index 3733789..ca45b92 100644
--- a/src/scripts/perf/CMakeLists.txt
+++ b/src/scripts/perf/CMakeLists.txt
@@ -20,5 +20,8 @@ set(GRAPHING_SCRIPTS 	measurePerformance.py
 						errorHandler.py 
 						performanceUtility.py
 						)
-
-install( FILES ${GRAPHING_SCRIPTS} DESTINATION bin${SUFFIX_BIN} )
\ No newline at end of file
+if( WIN32 )
+	install( FILES ${GRAPHING_SCRIPTS} DESTINATION bin${SUFFIX_BIN} )
+else ( )
+	install( FILES ${GRAPHING_SCRIPTS} DESTINATION share/clFFT )
+endif( )
\ No newline at end of file

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



More information about the debian-science-commits mailing list