[arrayfire] 20/248: Renamed cmake file hapi build-identifier

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:53:50 UTC 2015


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

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

commit d12d141246e11ed8b05e3eb0b8f101797c24b18e
Author: pradeep <pradeep at arrayfire.com>
Date:   Sat Aug 29 14:30:04 2015 -0400

    Renamed cmake file hapi build-identifier
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7ba8e38..d986c10 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ OPTION(BUILD_SIFT "Build ArrayFire nonfree algorithms" OFF)
 
 MARK_AS_ADVANCED(BUILD_SIFT)
 
-OPTION(BUILD_HETEROGENOUS_API "Build Heterogeneous ArrayFire API" ON)
+OPTION(BUILD_AF "Build Backend-Independent ArrayFire API" ON)
 
 # Set a default build type if none was specified
 if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
@@ -170,7 +170,7 @@ IF(${BUILD_OPENCL})
     ADD_SUBDIRECTORY(src/backend/opencl)
 ENDIF()
 
-IF(${BUILD_HETEROGENOUS_API})
+IF(${BUILD_AF})
     ADD_SUBDIRECTORY(src/api/hapi)
     ADD_SUBDIRECTORY(hapi_examples)
 ENDIF()

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