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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Oct 22 13:57:58 CEST 2010


Revision: 11379
          http://gar.svn.sourceforge.net/gar/?rev=11379&view=rev
Author:   wahwah
Date:     2010-10-22 11:57:58 +0000 (Fri, 22 Oct 2010)

Log Message:
-----------
numpy: Applied a patch from Oliver Kiddle, some issues still need resolution.

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

Modified: csw/mgar/pkg/lang-python/numpy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/numpy/trunk/Makefile	2010-10-22 08:47:25 UTC (rev 11378)
+++ csw/mgar/pkg/lang-python/numpy/trunk/Makefile	2010-10-22 11:57:58 UTC (rev 11379)
@@ -3,17 +3,36 @@
 # $Id$
 
 GARNAME = numpy
-GARVERSION = 1.4.1
+GARVERSION = 1.5.1rc1
 CATEGORIES = python
-DESCRIPTION = The fundamental package needed for scientific computing with Python
+
+DESCRIPTION = Standard numerical array library for python
 define BLURB
+  numpy is the standard numerical array library for python, the successor
+  to Numeric and numarray. numpy provides fast operations for homogeneous
+  data sets and common mathematical operations like correlations, standard
+  deviation, fourier transforms, and convolutions.
 endef
+
 SPKG_SOURCEURL = http://numpy.scipy.org/
-PACKAGES = CSWpy-numpy
-CATALOGNAME_CSWpy-numpy = py_numpy
 MASTER_SITES = $(SF_MIRRORS)
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWpy-numpy
+CATALOGNAME = py_numpy
+
+RUNTIME_DEP_PKGS_CSWpy-numpy += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS_CSWpy-numpy += CSWss12f95rt
+RUNTIME_DEP_PKGS_CSWpy-numpy += CSWsunmath
+
+LICENSE = LICENSE.txt
+
+export ATLAS = None
+export BLAS = $(CC_HOME)/lib/libsunperf.so
+export LAPACK = $(libdir)/libsunmath.so
+
 TEST_SCRIPTS =
-LICENSE = LICENSE.txt
+INSTALL_ARGS += --root=$(DESTDIR)
+
 include gar/category.mk

Modified: csw/mgar/pkg/lang-python/numpy/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/numpy/trunk/checksums	2010-10-22 08:47:25 UTC (rev 11378)
+++ csw/mgar/pkg/lang-python/numpy/trunk/checksums	2010-10-22 11:57:58 UTC (rev 11379)
@@ -1 +1 @@
-5c7b5349dc3161763f7f366ceb96516b  numpy-1.4.1.tar.gz
+5b4f1827b1af4a75edaff59e86404297  numpy-1.5.1rc1.tar.gz


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