From: Raymond T. <toy...@gm...> - 2012-03-14 02:03:23
|
On 3/13/12 12:08 AM, Akshay Srinivasan wrote: >> hooks/post-receive > I tried doing something similar earlier, but my initial attempt threw > up some odd stuff. For some odd reason compiling the F77 wrapper with > -ff2c and linking this with ATLAS works, but throws up a segfault when > linked with the BLAS compiled by Matlisp (with -ff2c) (?). I'm a bit confused on what you were trying. I think that they need to be consistent in the calling convention. When building LAPACK ourselves, we're consistent. For ATLAS, we need to check the calling convention of zdotu and make sure we compile the wrapper with (or without) -ff2c. Of course, if ATLAS is using -ff2c, then we don't need the wrapper at all. Ray |