[clfft] 16/25: add patches for fixing docs and client name

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 22:01:13 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.

commit baa5d005acc295f621dafe2000767f3bfe3baad0
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri May 29 22:38:33 2015 +0100

    add patches for fixing docs and client name
---
 debian/patches/0002-fix-doxygen-settings.patch | 20 ++++++++++++++++++++
 debian/patches/0003-fix-client-name.patch      | 19 +++++++++++++++++++
 debian/patches/series                          |  2 ++
 3 files changed, 41 insertions(+)

diff --git a/debian/patches/0002-fix-doxygen-settings.patch b/debian/patches/0002-fix-doxygen-settings.patch
new file mode 100644
index 0000000..20c10b3
--- /dev/null
+++ b/debian/patches/0002-fix-doxygen-settings.patch
@@ -0,0 +1,20 @@
+--- a/doc/clFFT.doxy
++++ b/doc/clFFT.doxy
+@@ -52,7 +52,7 @@
+ # If a relative path is entered, it will be relative to the location 
+ # where doxygen was started. If left blank the current directory will be used.
+ 
+-OUTPUT_DIRECTORY       = ../../bin/clFFT.doxy
++OUTPUT_DIRECTORY       =
+ 
+ # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
+ # 4096 sub-directories (in 2 levels) under the output directory of each output 
+@@ -1215,7 +1215,7 @@
+ # installing MathJax.  However, it is strongly recommended to install a local 
+ # copy of MathJax from http://www.mathjax.org before deployment.
+ 
+-MATHJAX_RELPATH        = http://www.mathjax.org/mathjax
++MATHJAX_RELPATH        = /usr/share/javascript/mathjax
+ 
+ # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension 
+ # names that should be enabled during MathJax rendering.
diff --git a/debian/patches/0003-fix-client-name.patch b/debian/patches/0003-fix-client-name.patch
new file mode 100644
index 0000000..f33fb0e
--- /dev/null
+++ b/debian/patches/0003-fix-client-name.patch
@@ -0,0 +1,19 @@
+--- a/src/client/CMakeLists.txt
++++ b/src/client/CMakeLists.txt
+@@ -43,12 +43,12 @@
+ # Include standard OpenCL headers
+ include_directories( ${Boost_INCLUDE_DIRS} ${OPENCL_INCLUDE_DIRS} ../../../common ${PROJECT_BINARY_DIR}/include ../include )
+ 
+-add_executable( Client ${Client.Files} )
++add_executable( clFFT-client ${Client.Files} )
+ 
+-target_link_libraries( Client clFFT ${Boost_LIBRARIES} ${OPENCL_LIBRARIES} ${DL_LIB} )
++target_link_libraries( clFFT-client clFFT ${Boost_LIBRARIES} ${OPENCL_LIBRARIES} ${DL_LIB} )
+ 
+-set_target_properties( Client PROPERTIES VERSION ${CLFFT_VERSION} )
+-set_target_properties( Client PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/staging" )
++set_target_properties( clFFT-client PROPERTIES VERSION ${CLFFT_VERSION} )
++set_target_properties( clFFT-client PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/staging" )
+ 
+ # CPack configuration; include the executable into the package
+ install( TARGETS Client
diff --git a/debian/patches/series b/debian/patches/series
index 54876db..f98e844 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,5 @@
 #docpath.patch
 #lib64.patch
 #python.patch
+0002-fix-doxygen-settings.patch
+0003-fix-client-name.patch

-- 
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