[csw-devel] SF.net SVN: gar:[22069] csw/mgar/gar/v2/categories/python/category.mk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Oct 1 11:31:28 CEST 2013


Revision: 22069
          http://gar.svn.sourceforge.net/gar/?rev=22069&view=rev
Author:   wahwah
Date:     2013-10-01 09:31:28 +0000 (Tue, 01 Oct 2013)
Log Message:
-----------
mGAR v2: Set compiler for 5.9 in python category

There is no SOS12U3 on 5.9.

Modified Paths:
--------------
    csw/mgar/gar/v2/categories/python/category.mk

Modified: csw/mgar/gar/v2/categories/python/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/python/category.mk	2013-10-01 09:13:29 UTC (rev 22068)
+++ csw/mgar/gar/v2/categories/python/category.mk	2013-10-01 09:31:28 UTC (rev 22069)
@@ -51,6 +51,12 @@
 
 # TODO: how can we transform this in SUN and GNU respectively? note
 # that it's to early(?) to use the generic name
-GARCOMPILER_PYTHON_2_6 = SOS12U3
-GARCOMPILER_PYTHON_2_7 = GCC4
-GARCOMPILER = $(GARCOMPILER_PYTHON_$(PYTHON_VERSION))
+GARCOMPILER_PYTHON_2_6_5.9 = SOS12
+GARCOMPILER_PYTHON_2_7_5.9 = GCC4
+GARCOMPILER_PYTHON_2_6_5.10 = SOS12U3
+GARCOMPILER_PYTHON_2_7_5.10 = GCC4
+GARCOMPILER_PYTHON_2_6_5.11 = SOS12U3
+GARCOMPILER_PYTHON_2_7_5.11 = GCC4
+GARCOMPILER = $(GARCOMPILER_PYTHON_$(PYTHON_VERSION)_$(GAROSREL))
+
+PACKAGING_PLATFORMS ?= solaris9-i386 solaris9-sparc solaris10-i386 solaris10-sparc

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list