Re: [Rd] Linux distribution with gcc 4.8 and AddressSanitizer ?

2013-04-18 Thread José Matos
On Thursday 18 April 2013 17:38:06 Thomas Petzoldt wrote: > Dear R developers, > > I've got an information from Prof. Ripley regarding a bug found with > AdressSanitizer in one of our packages. It is now fixed, thank you for > this information. > > Now, I would like to run AddressSanitizer myse

Re: [Rd] Using \u2030 in plot axis label -> stack smashing

2006-09-20 Thread José Matos
On 19/09/06, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > > Apparently FC6 will have different flags/ different default behaviour, at > least for ld. Just for reference I have tested the default CFLAGS in FC-5 and FC-6. They are equal, namely: CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2

Re: [Rd] Build directory path saved in Meta/hsearch.rds

2006-03-08 Thread José Matos
On 04/03/06, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > I've made two changes for R 2.3.0 > > 1) as the LibPath is not actually used, it is recorded as "". (For > compatibility we don't want to remove the field.) Since it was returned > but not printed by help.search(), the actual installed p

Re: [Rd] Build directory path saved in Meta/hsearch.rds

2006-03-03 Thread José Matos
On 03/03/06, José Matos <[EMAIL PROTECTED]> wrote: > Hi, > in Fedora Extras we build R packages to a temporary directory. The > relevant section in > the spec file is this: > > %build > cd ..; R CMD INSTALL %{packname} -l %{buildroot}%{_libdir}/R/library > >

[Rd] Build directory path saved in Meta/hsearch.rds

2006-03-03 Thread José Matos
and best regards, -- José Matos __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] script to create rpm spec files from CRAN packages

2006-03-03 Thread José Matos
conventions for rpms but I hope that with small changes this can be helpfull for other people. The script (released under GPL2) can be found here: http://www.fc.up.pt/pessoas/jamatos/R/cran2rpmspec All comments are welcome. :-) -- José Matos

Re: [Rd] Post processing need for installing packages in rpms.

2005-10-11 Thread José Matos
Prof Brian Ripley wrote: > On Tue, 11 Oct 2005, [UTF-8] José Matos wrote: > >> Hello,I maintain some packages in Fedora Extras for R related >> modules. >>Until R 2.2.0 I used for post processing (both after installing >>andremoving th

[Rd] Post processing need for installing packages in rpms.

2005-10-11 Thread José Matos
Hello, I maintain some packages in Fedora Extras for R related modules. Until R 2.2.0 I used for post processing (both after installing and removing the package) the following lines: %{_bindir}/R CMD perl %{_libdir}/R/share/perl/build-help.pl --htmllists cat %{_libdir}/R/library/*

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-28 Thread José Matos
Peter Dalgaard wrote: > -L/usr/lib64 I think. I have > > #LAPACK_LIBS="-L/usr/lib64 -llapack" > > (commented out now) in config.site. I'm sorry, it was my mistake. I forgot to install blas-devel where libblas.so is defined as a symbolic link to the correct library version. Since the confi

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-28 Thread José Matos
Peter Dalgaard wrote: > Hmm. Doesn't look like it is actually working, though. Install > lapack-devel, configure --with-lapack, and make check dies with > > running code in 'base-Ex.R' ...make[4]: *** [base-Ex.Rout] Error 1 > make[4]: Leaving directory `/home/pd/r-devel/BUILD/tests/Examples' > ma

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-23 Thread José Matos
Prof Brian Ripley wrote: > I've seen that with mobile Pentium chips using ATLAS tuned on desktop > machines In the future (not now), since Intel plans to sell those chips to desktop machines, that will not be a bad thing. ;-) And yes, I do understand your point. :-) -- José Abílio ___

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-23 Thread José Matos
Peter Dalgaard wrote: > Prof Brian Ripley wrote: >> BTW, I don't understand how a Linux distro can supply ATLAS tuned to >> my CPU/FPU. Dr Goto has had about ten versions of his optimized BLAS >> covering just a small subset of i686 CPUs. So although a distro's >> ATLAS may be better than a gener

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-23 Thread José Matos
Peter Dalgaard wrote: > José Matos <[EMAIL PROTECTED]> writes: > >> The change was necessary to allow atlas to compile and interact with >> lapack. >> >> atlas is on the queue to Fedora Extras, it is in the review phase now. > > Hmm. Doesn&

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-20 Thread José Matos
Martyn Plummer wrote: > Fedora have just split off a separate lapack-devel package containing > the static library and the symlink liblapack.so. (Mandrake/Mandriva has > been doing this for some time. I don't know about SuSE). The up2date > service will recognize that it needs to update lapack,