Skip to content
Back to formatted view

Raw Message

Message-ID: <s3sd4nqtmwh.fsf@slagelg.uio.no>
Date: 2008-05-13T12:21:34Z
From: Bjørn-Helge Mevik
Subject: Advice on compiling R using Intel Compilers? Btw: -c99 is deprecated
In-Reply-To: <ad0ddd280805111705o133efb42id6cbaada37d9081b@mail.gmail.com> (jsnel@few.vu.nl's message of "Mon, 12 May 2008 02:05:06 +0200")

"Joris @ VU" <jsnel at few.vu.nl> writes:

> 4: ./configure --enable-R-shlib
[...]
> 2) Did I setup my config.site right for my system (assuming I want to
> use Intel's MKL using Shared-BLAS), is it suboptimal or plain wrong?
> And how can I easily test this?

I don't think configure will use the external BLAS/LAPACK libraries
without supplying --with-blas=something --with-lapack=someotherthing.
As I understand, if BLAS/LAPACK is not listed in the " External
libraries:" line of the configure output, make will use R's own
BLAS/LAPACK.  (You can also check with ldd R-2.7.0/lib/libR.so after
make.)

-- 
B/H