New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19966: py25-numpy-atlas.diff

File py25-numpy-atlas.diff, 0.8 KB (added by max@…, 3 years ago)
  • dports/python/py25-numpy/Portfile

    diff --git a/dports/python/py25-numpy/Portfile b/dports/python/py25-numpy/Portfile
    index 52b7bdd..07de55e 100644
    a b  
    1 # $Id$ 
     1# $Id: Portfile 49213 2009-04-05 16:46:27Z ram@macports.org $ 
    22 
    33PortSystem          1.0 
    44PortGroup           python25 1.0 
    55 
    66name                py25-numpy 
    77version             1.3.0 
     8revision            1 
    89categories          python 
    910platforms           darwin 
    1011maintainers         ram openmaintainer 
     
    3435  move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py${python.branch} 
    3536} 
    3637 
     38variant atlas description {Enable ATLAS support} { 
     39    depends_lib-append  port:atlas 
     40    build.env-append    ATLAS=${prefix}/lib  
     41} 
     42 
    3743livecheck.distname  NumPy