[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] using GSL with ACML
From: |
Gong Yi Liao |
Subject: |
Re: [Help-gsl] using GSL with ACML |
Date: |
Tue, 24 Jul 2007 05:46:17 +0800 |
On Mon, 2007-07-23 at 13:57 -0400, David Blei wrote:
> hi help-GSL
>
> i'm having trouble using GSL with the ACML blas library. it seems that GSL
> expects "cblas" to be prepended to each function name. instead of daxpy(),
> GSL expects cblas_daxpy(). has anyone successfully done this? is there a
> quick patch, other than rewriting the GSL blas interface?
>
> thanks very much.
>
> david blei
You have to build cblas from www.netlib.org by yourself, note that you
have to use flag -fPIC