#22571: py-numpy-1.3.0 build script looks for "f2py", should look for f2py2.4 ------------------------------+--------------------------------------------- Reporter: tolkan@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: py-numpy ------------------------------+--------------------------------------------- Comment(by dh@…): I presume you must be running 10.6 (Snow Leopard)? I believe this is probably a 10.6 specific problem. Unfortunately I'm currently travelling on business and won't be able to patch this until at least Dec 10th. Anyone else is welcome to commit a fix ... a suitable fix can be found in the py25-numpy portfile ... the post-destroot probably needs to change to ... {{{ post-destroot { if {${os.platform} == "darwin" && ${os.major} < 10} { move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py${python.branch} } } }}} -- Ticket URL: <http://trac.macports.org/ticket/22571#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS