Changeset 9307


Ignore:
Timestamp:
Nov 16, 2004, 3:55:05 PM (19 years ago)
Author:
mww
Message:

update to v23.6,
move Veclib support to setup.py (thanks to bob@…)

Location:
trunk/dports/python/py-numeric
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-numeric/Portfile

    r6462 r9307  
    1 # $Id: Portfile,v 1.9 2004/04/15 09:19:36 mww Exp $
     1# $Id: Portfile,v 1.10 2004/11/16 15:52:27 mww Exp $
    22
    33PortSystem 1.0
    44PortGroup python 1.0
    55
    6 name            py-numeric
    7 version         23.1
    8 categories      python devel math
    9 maintainers     mww@opendarwin.org
    10 platforms       darwin
    11 description     fast numerical array language for python
     6name                    py-numeric
     7version                 23.6
     8categories              python devel math
     9maintainers             mww@opendarwin.org
     10platforms               darwin
     11description             fast numerical array language for python
    1212long_description        Numerical Python adds a fast, compact, \
    13                         multidimensional array language facility to Python.
     13                                multidimensional array language facility to Python.
    1414
    15 homepage        http://www.pfdubois.com/numpy/
     15homepage                http://www.pfdubois.com/numpy/
    1616master_sites    sourceforge:numpy
    17 distname        Numeric-${version}
    18 checksums       md5 5cd24ed20627f5cbc822a2bed8ff27e9
     17distname                Numeric-${version}
     18checksums               md5 89da82dd9dd7fc331f5752a68dc79dba
    1919
    2020variant darwin  {
    21         build.env       LDFLAGS="-framework vecLib"
     21        patchfiles              patch-setup.py
    2222}
    2323
Note: See TracChangeset for help on using the changeset viewer.