[arrayfire] 73/79: Update the installer name

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 15 13:38:09 UTC 2015


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

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

commit 08af9a6833683020bdf0c0c8fcc99bf3072e8239
Author: Umar Arshad <umar at arrayfire.com>
Date:   Fri Jun 12 15:38:21 2015 -0400

    Update the installer name
---
 CMakeModules/osx_install/OSXInstaller.cmake | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/CMakeModules/osx_install/OSXInstaller.cmake b/CMakeModules/osx_install/OSXInstaller.cmake
index 14b7efc..4a1fc97 100644
--- a/CMakeModules/osx_install/OSXInstaller.cmake
+++ b/CMakeModules/osx_install/OSXInstaller.cmake
@@ -52,7 +52,12 @@ FUNCTION(PRODUCT_BUILD)
     CONFIGURE_FILE(${WELCOME_FILE} ${WELCOME_FILE_OUT})
     CONFIGURE_FILE(${README_FILE} ${README_FILE_OUT})
 
-    SET(PACKAGE_NAME "Install ArrayFire.pkg")
+    IF(BUILD_GRAPHICS)
+        SET(PACKAGE_NAME "arrayfire-${AF_VERSION}.pkg")
+    ELSE(BUILD_GRAPHICS)
+        SET(PACKAGE_NAME "arrayfire-no-gl-${AF_VERSION}.pkg")
+    ENDIF(BUILD_GRAPHICS)
+
     ADD_CUSTOM_COMMAND( OUTPUT ${PACKAGE_NAME}
                         DEPENDS ${ARGS_DEPENDS}
                         COMMAND pwd

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