Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2006 18:14:17 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math Makefile ports/math/py-numpy Makefile distinfo pkg-descr pkg-plist ports/math/py-numpy/files patch-system_info.py
Message-ID:  <200609011814.k81IEHRm087800@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2006-09-01 18:14:17 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/py-numpy        Makefile distinfo pkg-descr pkg-plist 
    math/py-numpy/files  patch-system_info.py 
  Log:
  The fundamental package needed for scientific computing with Python is
  called NumPy.  This package contains:
  
      * a powerful N-dimensional array object
      * sophisticated (broadcasting) functions
      * basic linear algebra functions
      * basic Fourier transforms
      * sophisticated random number capabilities
      * tools for integrating Fortran code.
  
  NumPy derives from the old Numeric code base and can be used as a
  replacement for Numeric.   It also adds the features introduced by numarray
  and can also be used to replace numarray.
  
  Note:   Development for Numeric has ceased, and users should transisition to
          NumPy as quickly as possible.
  
  WWW: http://numpy.scipy.org/
  
  PR:             ports/102458
  Submitted by:   Tony Maher <anthony.maher@uts.edu.au>
  
  Revision  Changes    Path
  1.416     +1 -0      ports/math/Makefile
  1.1       +46 -0     ports/math/py-numpy/Makefile (new)
  1.1       +6 -0      ports/math/py-numpy/distinfo (new)
  1.1       +11 -0     ports/math/py-numpy/files/patch-system_info.py (new)
  1.1       +18 -0     ports/math/py-numpy/pkg-descr (new)
  1.1       +716 -0    ports/math/py-numpy/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609011814.k81IEHRm087800>