Opened 15 years ago

Last modified 14 years ago

#22571 closed defect

py-numpy-1.3.0 build script looks for "f2py", should look for f2py2.4 — at Version 1

Reported by: tolkan@… Owned by: dh@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: py-numpy

Description (last modified by skymoo (Adam Mercer))

Somehow the filename of the f2py binary that comes with py-numpy had been renamed to f2py2.4. The build script does not reflect this.

banshee:~ tolkan$ sudo port install py-numpy
--->  Computing dependencies for py-numpy
--->  Staging py-numpy into destroot
Error: Target org.macports.destroot returned: error renaming "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-numpy/work/destroot/opt/local/bin/f2py": no such file or directory
Error: Status 1 encountered during processing.
banshee:~ tolkan$ ls /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-numpy/work/destroot/opt/local/bin/f2py
ls: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-numpy/work/destroot/opt/local/bin/f2py: No such file or directory
banshee:~ tolkan$ ls /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-numpy/work/destroot/opt/local/bin/
f2py2.4

Change History (1)

comment:1 Changed 15 years ago by skymoo (Adam Mercer)

Description: modified (diff)
Owner: changed from macports-tickets@… to dh@…
Port: py-numpy added

please remember to use wiki formatting

Note: See TracTickets for help on using tickets.