Skip to content
Prev 1294 / 2152 Next

Debian/Ubuntu + threaded BLAS/ATLAS (solved)

On Mar 14, 2012, at 11:52 PM, Dirk Eddelbuettel wrote:

            
Believe me, I searched the net like a madman because I really didn't want to give this up. Half the reason I posted this here is to not forget it when I update R again ;). I really don't want to compile things manually on Debian - it defeats the point and makes upgrades a hell.

I think the prober solution would be to simply include the shared libpt* version as well under the alternatives control - more precisely package libptatlas like we used to long time ago, so you could use it instead of libatlas. You could then switch blas to it. It is actually trivial to do, that's why I was searching so hard because I thought someone must have done it (also I found one thread that was hinting at this being present in some most recent packaging but I did not find it ...). I can easily hack up the building part to build libptatlas.so, but I don't know enough about how the alternatives system registers things...