[NumPy-Tickets] [NumPy] #1164: pg.py specifies -module for all compilers, but this isn't valid for pgf77
NumPy Trac
numpy-tickets@scipy....
Sun Dec 12 08:25:40 CST 2010
#1164: pg.py specifies -module for all compilers, but this isn't valid for pgf77
-------------------------------+--------------------------------------------
Reporter: noam.bernstein | Owner: cookedm
Type: defect | Status: needs_info
Priority: normal | Milestone: 1.5.1
Component: numpy.distutils | Version:
Keywords: module_dir_switch |
-------------------------------+--------------------------------------------
Changes (by rgommers):
* status: new => needs_info
Comment:
This doesn't look like the right solution, it may hide other wrong
switches. {{{module_dir_switch}}} should not be used for Fortran 77 source
files, so if this gives errors then there is probably an error in the
build_clib or build_ext logic somewhere.
Do you have a build log that shows where the issue occurs?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1164#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list