[Numpy-discussion] numarray patch: use Apple's vecLib on Mac OS X
Robert Kern
rkern at ucsd.edu
Mon Nov 22 09:16:01 CST 2004
Andrea Riciputi wrote:
> I see your point but AFAIK the links option "-framework vecLib" will
> work *only* with Apple gcc (ld) and Apple gcc (ld) does know where
> frameworks are. From Apple ld man page:
IBM's xlc will also find the appropriate framework, but as you can see
this is only a link-time option and has nothing to do with finding headers.
Using
#include <vecLib/vecLib.h>
will find the appropriate header without any command-line options. Using
#include <clapack.h>
will not.
Fortunately, neither one is used nor needed by lapack_litemodule.c, so
for this case, no include-path needs to be specified.
--
Robert Kern
rkern at ucsd.edu
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
More information about the Numpy-discussion
mailing list