timflutre / eqtlbma

Package to detect eQTLs jointly in multiple subgroups (e.g. tissues) via Bayesian Model Averaging.
http://www.plosgenetics.org/article/info%3Adoi%2F10.1371%2Fjournal.pgen.1003486
GNU General Public License v3.0
22 stars 12 forks source link

cblas_sgemm() function #21

Closed mingfang618 closed 8 years ago

mingfang618 commented 8 years ago

Hello,

When I run the package it produces the error below: "configure: error: unable to find the gslcblas library with the cblas_sgemm() function" Is it due to the gsl not being linked?

ps:the sever has the gsl installed. Thanks! Ming

timflutre commented 8 years ago

I think you have a version of the GSL which is too old, that is, it doesn't have the cblas_sgemm function. You hence need to upgrade the GSL to 1.15 at least.