[arrayfire] 08/79: Disable RPM and DEB packages

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 15 13:38:02 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 3a802f33df13997ecbe511f633aa217f4177a878
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Thu Jun 4 14:46:45 2015 -0400

    Disable RPM and DEB packages
---
 CPack.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/CPack.txt b/CPack.txt
index 345a5af..2e7f1d5 100644
--- a/CPack.txt
+++ b/CPack.txt
@@ -3,14 +3,15 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 include("${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/Version.cmake")
 
 # CPack package generation
-SET(CPACK_GENERATOR "TGZ;STGZ")
+#SET(CPACK_GENERATOR "TGZ;STGZ")
+SET(CPACK_GENERATOR "STGZ")
 # Create the following installers are as follows:
 #  Windows: Use external packaging, do nothing here
 #  OSX: Deploy as TGZ and STGZ
-IF("${CMAKE_SYSTEM}" MATCHES "Linux")
-    #  Linux: TGZ, STGZ, DEB
-    SET(CPACK_GENERATOR "TGZ;STGZ;DEB;RPM")
-ENDIF()
+#IF("${CMAKE_SYSTEM}" MATCHES "Linux")
+#    #  Linux: TGZ, STGZ, DEB
+#    SET(CPACK_GENERATOR "TGZ;STGZ;DEB;RPM")
+#ENDIF()
 
 # Common settings to all packaging tools
 SET(CPACK_PREFIX_DIR ${CMAKE_INSTALL_PREFIX})

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