Displaying 20 results from an estimated 4000 matches similar to: "R1.5.1 compilation ans install: 2 previous questions"
2002 Jul 17
2
Problems with make pdf (R-patched_2002-07-15.tar.gz)
After configure, make and make check on
a linux Suse 7.3 box, I run
make dvi and make info with no problems but get
a lot of garbage to my screen during make pdf.
Is this normal? Is there a bug in this part
of the installation?
This is part of what I get on the screen:
humboldt:/usr/local/R-patched # make pdf
make[1]: Entering directory `/usr/local/R-patched/doc'
make[2]: Entering
2011 Jan 28
2
R CMD INSTALL cannot find libf77blas
I feel like Marlon Brando in "On the Waterfront" where he's told "It's
not your night, kid", except for me it has been the last two months
trying to debug memory problems. Now I can't even install an old
version of this package on a netbook running the Ubuntu 10.10 netbook
remix because it can't find the libraries libf77blas and libatlas.
I have even gone to
2008 Aug 29
1
(Current) Ubuntu : r-base-dev seems incompatible with atlas-base-dev.
Emmanuel,
On 30 August 2008 at 00:04, Emmanuel Charpentier wrote:
| Dear list,
|
| Setup : Ubuntu Hardy + updates + backports + security + R repository on
| a 3.2 GHz PIV dual-core processor.
|
| Bitten (again...) by the "I'll optimize my setup" bug, I tried to test
| atlas. Following Dirk's advice on a not-so-recent post to R-help, I
| tried "apt-get install -s
2001 Jul 30
3
ATLAS
I thought I would try compiling R this time with the ATLAS libraries.
I have compiled ATLAS and I have the following libraries:
libatlas.a libf77blas.a libptcblas.a libtstatlas.a
libcblas.a liblapack.a libptf77blas.a
Is it sufficient to use ' --with-blas=libatlas.a ' when configuring or
do I need to specify any of the other libraries as well?
--
William D. McCoy
2002 Jan 21
3
R and 2 processors
As far as I can see by searching the archieves, R could not
take advantage of two processors in the same machine but there
were plans for implementing multithreading
in R. Is this work going on?
On the other hand, if two processors are
present in the same linux machine is it possible to focus one
processor on tasks of the operative system and the other
on R and/or other real computing? Could
2002 Jul 18
1
R INSTALL: problem related to LD_LIBRARY_PATH
Well, I've found that the line in INSTALL
that gives the problem is
gzip -dc "${1}" | (cd "${tmpdir}" && tar -xf -)
("tar: /usr/local/lib/libpthread.so.0: version `GLIBC_2.2' not found
(required by /lib/librt.so.1)")
If I run that command from the shell, i.e.,
gzip -dc KernSmooth_2.22-7.tar.gz | (cd /tmp/R.INSTALL.2186 && tar -xf -)
it runs
2010 Nov 14
3
LAPACK libraries improperly linked
I am not sure if this is an R development problem or not. I am starting
with completely clean OS and and installing the latest version of R
without trying to anything special but I am having trouble with the
LAPACK library linking when I try to build packages that require them.
I thought perhaps my problem may be if interest here.
I just dumped Vista off a laptop formatted the disk and
2010 Nov 13
1
LAPACK lib problem, lme4, lastest R, Linux
I just dumped Vista off a laptop and installed Ubuntu 10.10 (latest
release) as the single operating system. I did all of the updates and
then installed emacs and ess. Next I installed R by following the the
usual instructions on the CRAN site. At this point all is working I am
now in the process of installing the packages that I normally have
installed. I am having a problem with the LAPACK
2003 Oct 15
2
Subseting in a 3D array
Hi!
I have a 3d array:
> dim(ib5km15.dbc)
[1] 190 241 19
and a set of positions to extract:
> ib5km.lincol.random[1:3,]
[,1] [,2]
[1,] 78 70
[2,] 29 213
[3,] 180 22
Geting the values of a 2D array
for that set of positions would
be:
> ima <- ib5km15.dbc[,,1]
> ima[ib5km.lincol.random[1:10,]]
but don't find the way for the case
of the 3D array:
>
2010 Nov 15
0
Problem with lm4 and lapack library
I have R under Linux Kubuntu Hardy Heron 8.04 LTS.
I am trying to install package 'lme4' and get the following error:
----
* installing *source* package ?lme4? ...
** libs
gcc -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -I"/usr/lib/R/library/Matrix/include" -I"/usr/lib/R/library/stats/include" -fpic -g -O2 -c
init.c -o init.o
gcc -std=gnu99
2012 Oct 13
0
[R-sig-hpc] Debian/Ubuntu + threaded BLAS/ATLAS (solved)
On 15 March 2012 14:09, Simon Urbanek <simon.urbanek@r-project.org> wrote:
> I thought I'll post this here since I could not find an answer anywhere I
> searched: how to setup R with threaded BLAS on Debian/Ubuntu.
>
> First, neither Debian nor Ubuntu come with optimized ATLAS binaries,
> simply because by definition they need to be optimized for a particular
>
2013 Jun 23
1
stock ubuntu raring binary R 3.0.1 and accelerated blas libraries?
dear debian-R group:
I am using the stock ubuntu binary R 3.0.1 for ubuntu raring but on
cinnamon mint olivia 15.
I read dirk's gcbd paper from a couple of years ago. it suggests that
stock blas is pretty bad compared to the four main alternatives. of
course, dirk also maintains the binaries for debian/ubuntu R, so he
probably knows the answer off hand.
I installed libatlas3-base
2011 Mar 15
1
Special BLAS and explcit parallel code
Hi
I just read the thread on gotoBLAS, as well as the excellent vignette of
gcbd. I still have some confusion and would like to ask very basic
questions, hope I am not taking too much of your time.
The point that retained my attention was the question of using implicit
(multi-threaded blas) versus explicit (parallel code) optimisation. As I
understood, the ideal would be to use a
2000 Feb 09
1
forwarded message from Dirk Eddelbuettel <edd@debian.org>
Dirk's mail to r-devel bounced because of his peculiar return
address. He asked me to forward this for him.
P.S. I have tried building R with atlas2 on a Debian GNU/Linux 2.2
system but I have not yet managed to out-fox the configure script to
get it to use the desired shared object library.
--
Douglas Bates bates@stat.wisc.edu
Statistics Department
2013 Dec 28
1
make check fails with default libblas
Dear All,
Summary:
========
To test some packages, I want to build R-3.1.0 (current R devel). However,
when I use the default libblas, make check fails with
running code in 'reg-BLAS.R' ...make[3]: *** [reg-BLAS.Rout] Error 1
It does not fail, however, if I use libatlas3 or libopenblas.
The same thing happens with the current R patched.
I've google around and cannot find
2010 Jun 02
2
R and multi cpu ATLAS
Dirk suggested I move this thread over here. I am trying to get a
multithreaded (multi CPU) version of ATLAS working with R, and have
been unable, thus far, to get it working. Has anyone gotten an
multithreaded version of ATLAS working on Debian (64 bit)? I've tried
this:
apt-get source atlas -t unstable
cd atlas-3.8.3
DEFAULTS=n fakeroot debian/rules custom
but it is APPEARING to only
2010 Apr 09
2
problems loading blas with R 2.11.0~20100402-1
Hi,
Since upgrading to version 2.11.0~20100402-1, starting R fails with:
/usr/lib64/R/bin/exec/R: error while loading shared libraries: libblas.so.3gf: cannot open shared object file: No such file or directory
Is this occurring to others on sid?
--
Seb
2008 May 16
2
Configure errors say to report here... (PR#11470)
Hi,
I'm attempting to compile R 2.7.0 on my G5, which is running OSX
10.5.2. Yes, I know there is a precompiled binary, but my experience has
shown that if I hand-compile ATLAS on my machine and then link R against it
when compiling, R runs faster, hence me compiling it myself.
Anyway, I have this set of errors:
checking X11/Intrinsic.h usability... no
checking X11/Intrinsic.h presence...
2012 Mar 15
0
[R-sig-hpc] Debian/Ubuntu + threaded BLAS/ATLAS (solved)
On 14 March 2012 at 23:09, Simon Urbanek wrote:
| I thought I'll post this here since I could not find an answer anywhere I searched: how to setup R with threaded BLAS on Debian/Ubuntu.
|
| First, neither Debian nor Ubuntu come with optimized ATLAS binaries, simply because by definition they need to be optimized for a particular machine. The good news: it is easy to build:
|
| apt-get source
2009 May 12
2
[Fwd: Re: ubuntu problem with 'r-cran-robustbase' [FWD Agustin Lobo]]
Subject: Re: [R-sig-Debian] ubuntu problem with 'r-cran-robustbase' [FWD
Agustin Lobo]
Date: Tue, 12 May 2009 13:30:49 +0200
From: Agustin Lobo <aloboaleu at gmail.com>
Reply-To: aloboaleu at gmail.com
To: Dirk Eddelbuettel <edd at debian.org>
CC: Martin Maechler <maechler at stat.math.ethz.ch>,
R-SIG-Debian at stat.math.ethz.ch
References: <18953.17704.527898.355877