[csw-devel] SF.net SVN: gar:[19542] csw/mgar/pkg/lang-python/numpy/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Oct 30 15:52:27 CET 2012


Revision: 19542
          http://gar.svn.sourceforge.net/gar/?rev=19542&view=rev
Author:   bdwalton
Date:     2012-10-30 14:52:27 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
lang-python/numpy/trunk: update deps, add platform-specific libsunperf dep

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/numpy/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/numpy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/numpy/trunk/Makefile	2012-10-30 13:57:22 UTC (rev 19541)
+++ csw/mgar/pkg/lang-python/numpy/trunk/Makefile	2012-10-30 14:52:27 UTC (rev 19542)
@@ -23,9 +23,15 @@
 PACKAGES = CSWpy-numpy
 CATALOGNAME = py_numpy
 
+# the so version (and package names) for libsunperf differ depending
+# on platform
+SUNPERF_SO_sparc = 7
+SUNPERF_SO_i386 = 2
+SUNPERF_SO = $(SUNPERF_SO_$(GARCH))
+
+
 RUNTIME_DEP_PKGS_CSWpy-numpy += CSWlibpython2-6-1-0
-RUNTIME_DEP_PKGS_CSWpy-numpy += CSWss12f95rt
-RUNTIME_DEP_PKGS_CSWpy-numpy += CSWsunmath
+RUNTIME_DEP_PKGS_CSWpy-numpy += CSWlibsunperf$(SUNPERF_SO)
 
 LICENSE = LICENSE.txt
 

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