[arrayfire] 41/84: Change clBLAS/FFT external projects to clBLAS/FFT-ext

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jan 4 23:22:21 UTC 2016


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

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

commit 35f0fc29e3172a2ebf36e446e1fe6258aa506e75
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Mon Dec 21 12:44:30 2015 -0500

    Change clBLAS/FFT external projects to clBLAS/FFT-ext
---
 CMakeModules/build_clBLAS.cmake | 6 +++---
 CMakeModules/build_clFFT.cmake  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CMakeModules/build_clBLAS.cmake b/CMakeModules/build_clBLAS.cmake
index d0a9e13..6cb1ae8 100644
--- a/CMakeModules/build_clBLAS.cmake
+++ b/CMakeModules/build_clBLAS.cmake
@@ -12,7 +12,7 @@ ELSE()
 ENDIF()
 
 ExternalProject_Add(
-    clBLAS-external
+    clBLAS-ext
     GIT_REPOSITORY https://github.com/arrayfire/clBLAS.git
     GIT_TAG 102c832825e8e4d60ad73ca97e95668463294068
     PREFIX "${prefix}"
@@ -33,10 +33,10 @@ ExternalProject_Add(
     ${byproducts}
     )
 
-ExternalProject_Get_Property(clBLAS-external install_dir)
+ExternalProject_Get_Property(clBLAS-ext install_dir)
 ADD_LIBRARY(clBLAS IMPORTED STATIC)
 SET_TARGET_PROPERTIES(clBLAS PROPERTIES IMPORTED_LOCATION ${clBLAS_location})
-ADD_DEPENDENCIES(clBLAS clBLAS-external)
+ADD_DEPENDENCIES(clBLAS clBLAS-ext)
 SET(CLBLAS_INCLUDE_DIRS ${install_dir}/include)
 SET(CLBLAS_LIBRARIES clBLAS)
 SET(CLBLAS_FOUND ON)
diff --git a/CMakeModules/build_clFFT.cmake b/CMakeModules/build_clFFT.cmake
index 0886679..e1dbb3f 100644
--- a/CMakeModules/build_clFFT.cmake
+++ b/CMakeModules/build_clFFT.cmake
@@ -12,7 +12,7 @@ ELSE()
 ENDIF()
 
 ExternalProject_Add(
-    clFFT-external
+    clFFT-ext
     GIT_REPOSITORY https://github.com/arrayfire/clFFT.git
     GIT_TAG 1597f0f35a644789c7ad77efe79014236cca2fab
     PREFIX "${prefix}"
@@ -34,10 +34,10 @@ ExternalProject_Add(
     ${byproducts}
     )
 
-ExternalProject_Get_Property(clFFT-external install_dir)
+ExternalProject_Get_Property(clFFT-ext install_dir)
 ADD_LIBRARY(clFFT IMPORTED STATIC)
 SET_TARGET_PROPERTIES(clFFT PROPERTIES IMPORTED_LOCATION ${clFFT_location})
-ADD_DEPENDENCIES(clFFT clFFT-external)
+ADD_DEPENDENCIES(clFFT clFFT-ext)
 SET(CLFFT_INCLUDE_DIRS ${install_dir}/include)
 SET(CLFFT_LIBRARIES clFFT)
 SET(CLFFT_FOUND ON)

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



More information about the debian-science-commits mailing list