Re: [Rd] Building r-devel fails on Ubuntu (old and new as well)

2015-07-19 Thread Rainer Hurling
Am 19.07.2015 um 10:19 schrieb peter dalgaard: > An updated tarball should be available in $CRAN/src/base/pre-release soon. > (For CRAN=https://cran.r-project.org, immediately. Other mirrors need > mirroring.) Wow, that's fast! Many thanks for the update. Greetings, Rainer Hurling > > -pd >

Re: [Rd] Building r-devel fails on Ubuntu (old and new as well)

2015-07-19 Thread peter dalgaard
An updated tarball should be available in $CRAN/src/base/pre-release soon. (For CRAN=https://cran.r-project.org, immediately. Other mirrors need mirroring.) -pd > On 19 Jul 2015, at 10:01 , peter dalgaard wrote: > > Looks like someone forgot to update the DISTFILES (specifically the HEADERS)

Re: [Rd] Building r-devel fails on Ubuntu (old and new as well)

2015-07-19 Thread peter dalgaard
Looks like someone forgot to update the DISTFILES (specifically the HEADERS) in src/main/Makefile.in... -pd > On 19 Jul 2015, at 09:42 , Rainer Hurling wrote: > > Hmm, I'm a bit confused. Now we can find duplicate.h in trunk, but it > still seems to be missing in the devel tarballs. (At least

Re: [Rd] Building r-devel fails on Ubuntu (old and new as well)

2015-07-19 Thread Rainer Hurling
Am 16.07.2015 um 14:08 schrieb Martin Maechler: >> Gábor Csárdi >> on Thu, 16 Jul 2015 07:18:00 -0400 writes: > > > ... > > making array.d from array.c > > array.c:33:23: fatal error: duplicate.h: No such file or directory > > compilation terminated. > > ... > >

Re: [Rd] Building r-devel fails on Ubuntu (old and new as well)

2015-07-16 Thread Martin Maechler
> Gábor Csárdi > on Thu, 16 Jul 2015 07:18:00 -0400 writes: > ... > making array.d from array.c > array.c:33:23: fatal error: duplicate.h: No such file or directory > compilation terminated. > ... > https://travis-ci.org/metacran/r-builder/builds/71225331#L740

[Rd] Building r-devel fails on Ubuntu (old and new as well)

2015-07-16 Thread Gábor Csárdi
... making array.d from array.c array.c:33:23: fatal error: duplicate.h: No such file or directory compilation terminated. ... https://travis-ci.org/metacran/r-builder/builds/71225331#L7405 fyi. Gabor __ R-devel@r-project.org mailing list https://stat.

Re: [Rd] building r-devel

2012-02-17 Thread Dirk Eddelbuettel
Ben, On 17 February 2012 at 11:31, Ben Bolker wrote: | | I'm sure I'm being an absolute bonehead (again), but can someone | suggest what I might be doing wrong? | | Trying to build latest r-devel on Ubuntu 10.04; as recommended in Happy to take this off-list --- I do build every now and the

[Rd] building r-devel

2012-02-17 Thread Ben Bolker
I'm sure I'm being an absolute bonehead (again), but can someone suggest what I might be doing wrong? Trying to build latest r-devel on Ubuntu 10.04; as recommended in various places, trying to build it in a separate build directory (since starting to compose this e-mail I've found that it wor

[Rd] Building R-devel under Windows

2007-11-29 Thread Prof Brian Ripley
Building R under gcc 3.4.5 on Windows will no longer be supported as from R 2.7.0. The default settings in the trunk (R-devel) are for the new version of Rtools, http://www.murdoch-sutherland.com/Rtools/Rtools27.exe in which gcc is 4.2.1. This also contains gcc-sjlj.exe, so can be used to bu

Re: [Rd] Building R-devel with ACML

2005-12-14 Thread Prof Brian Ripley
On Wed, 14 Dec 2005, Roger Peng wrote: > I'm trying to build R-devel with AMD's ACML. I downloaded version 3.0.0 > 64bit for gfortran (acml-3-0-0-gfortran-64bit.tgz) and copied the > libraries to /usr/local/lib. When I configure R to build against the > ACML library, how do I know if the library

[Rd] Building R-devel with ACML

2005-12-14 Thread Roger Peng
I'm trying to build R-devel with AMD's ACML. I downloaded version 3.0.0 64bit for gfortran (acml-3-0-0-gfortran-64bit.tgz) and copied the libraries to /usr/local/lib. When I configure R to build against the ACML library, how do I know if the library has been detected and will be used? I run