It is a quite old LAPACK, but I don't think they have changed that subroutine. I'm wondering if this could be a ilp64 issue. What do you get from Base.LinAlg.BlasInt? The gentoo libraries are probably compiled for 32 bit integers.
2014-11-05 17:15 GMT-05:00 Karel Zapfe <[email protected]>: > > Estimated Milan: > > > I have the following data about my lapack: > The instaled packages are lapack-reference-3.1.1-r1 and virtual/lapack-3.1 > (a wrapper, essentialy) > The output of ls -l for my libraries are as follows: > > -rw-r--r-- 1 root root 264 may 9 2013 lapack.pc > -rw-r--r-- 1 root root 8372256 may 9 2013 liblapack.a > -rwxr-xr-x 1 root root 949 may 9 2013 liblapack.la > lrwxrwxrwx 1 root root 18 may 9 2013 liblapack.so -> > liblapack.so.0.0.0 > lrwxrwxrwx 1 root root 18 may 9 2013 liblapack.so.0 -> > liblapack.so.0.0.0 > -rwxr-xr-x 1 root root 4721768 may 9 2013 liblapack.so.0.0.0 > > Which seems allright I guess. > > I thought on installing Julia 3.2 directly from source and see if that > helps. Then send a message upstream to the gentoo mantainers to tell them > that they should update if it works better. > > K. > >
