Commit graph

6 commits

Author SHA1 Message Date
Diane Bruce
47e4e30358 - I added -fPIC to compile_switch to work around build of fftpack in scipy
on amd64.
  A better fix would be to set pic_flags instead, and have scipy build a
  shared object for dfftpack instead a static archive, but I didn't figure
  out how. [1]
- Pass maintainership to llwang@infor.org

PR:		ports/112429 [1]
Submitted by:	Li-Lun "Leland" Wang <llwang@infor.org> (new maintainer)
2007-09-02 20:03:45 +00:00
Emanuel Haupt
16e8779972 Update distinfo, was forgotten by the last commit.
Notified by:	bf <bf2006a@yahoo.com>
2007-06-23 14:05:59 +00:00
Cheng-Lung Sung
c273301108 - Update to 1.0.1
PR:		ports/107729
Submitted by:	clsung
Approved by:	maintainer (Diane Bruce)
2007-01-17 01:23:26 +00:00
Soeren Straarup
3f5be36426 Update to version 1.0
Change maintainer

PR:		106551
Submitted by:	Diane Bruce <db@db.net>
Approved by:	tmclaugh (implicit)
2006-12-30 16:02:58 +00:00
Rong-En Fan
9c54ff04c1 - Update to 1.0rc1
- Add options for ATLAS
- Fix ATLAS detection
- Use feclearexcept(3) rather than fpsetsticky(3) on 5.3+
- Add CONFLICTS for f2py. Both ports install bin/f2py

PR:		ports/103827
Submitted by:	Li-Lun Wang
Approved by:	maintainer timeout (6 weeks)
2006-11-15 05:50:40 +00:00
Pav Lucistnik
ecf737426d 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>
2006-09-01 18:14:17 +00:00