Robert Kern wrote: > It looks like nothing actually executed "python setup.py install" to > put the files into /var/tmp/python-numpy-1.0.4-build/. I suspect a > problem in the spec file. Unfortunately, I am not familiar with > building RPMs, so I don't know where you got the spec file from or > where you can get a good one.
You're right about that. There was a OS flavor conditional that was not being evaluated properly. I commented these out and nailed the proper commands and it compiled. I'm still concerned about the missing library warnings, but I'll give it a try and see if it works properly. Thanks! Chris _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
