aboutsummaryrefslogtreecommitdiff
path: root/math/py-numpy
Commit message (Collapse)AuthorAgeFilesLines
* - Forgotten files for 1.0.2 commitDiane Bruce2007-06-254-18/+32
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=194235
* Update distinfo, was forgotten by the last commit.Emanuel Haupt2007-06-231-3/+3
| | | | | | | Notified by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=194118
* - Remove support for 4.xDiane Bruce2007-06-221-8/+4
| | | | | | | | | | | | | - Fix glitch with gfortran attempting to use libg2c instead of libgfortran [1] - math/py-numpy incorrect post-patch for site-cfg [2] - Update version to 1.0.2 Notified by: kris (via pointyhat) [1] PR: ports/112429 [2] Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=194095
* - maho wants WANT_FORTRAN knob in gfortran portsDiane Bruce2007-02-261-0/+1
| | | | | | | | Submitted by: maho Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=186004
* - finish g77 to gfortran conversionDiane Bruce2007-02-094-8/+57
| | | | | | | | | | | | - change maintainer address to FreeBSD.org one - fold in changes suggested by [1] PR: 107022, 108807 (based on) [1] Submitted by: thinker@heaven.branda.to [1] Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=184729
* (Forgot to commit)Maho Nakata2007-01-181-0/+11
| | | | | | | | * Migrate to gfortran. * Bump port revision. Notes: svn path=/head/; revision=182697
* * Migrate to gfortran.Maho Nakata2007-01-182-4/+5
| | | | | | | | | * Bump port revision. Approved by: portmgr(kris) Notes: svn path=/head/; revision=182696
* - Update to 1.0.1Cheng-Lung Sung2007-01-173-40/+41
| | | | | | | | | PR: ports/107729 Submitted by: clsung Approved by: maintainer (Diane Bruce) Notes: svn path=/head/; revision=182559
* Fix a run time error, don't append python version to the name of theSoeren Straarup2006-12-301-3/+10
| | | | | | | | | | executable. Submitted by: Diane Bruce (maintainer) Approved by: tmclaught (implicit) Notes: svn path=/head/; revision=181077
* Update to version 1.0Soeren Straarup2006-12-307-17/+117
| | | | | | | | | | | Change maintainer PR: 106551 Submitted by: Diane Bruce <db@db.net> Approved by: tmclaugh (implicit) Notes: svn path=/head/; revision=181065
* Reassign maintainership to db@db.net who has been been awaiting maintainer-Mark Linimon2006-12-261-1/+1
| | | | | | | | | timeouts with the PRs she has submitted. Hat: portmgr Notes: svn path=/head/; revision=180795
* - Update to 1.0rc1Rong-En Fan2006-11-159-609/+678
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=177291
* - Mark BROKEN on FreeBSD 4.X: does not compilePav Lucistnik2006-09-121-0/+4
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=172830
* The fundamental package needed for scientific computing with Python isPav Lucistnik2006-09-015-0/+797
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> Notes: svn path=/head/; revision=171823