search for: mainatiners

Displaying 6 results from an estimated 6 matches for "mainatiners".

2018 Aug 29
3
Get full cmake lines and prepocessed source for a GCC bug report
Hi, for filing a GCC v8.2.0 bug in Debian/buster AMD64 the Debian/GCC mainatiners want two things... [ FULL CMAKE LINE ] How do I configure this in the LLVM/Clang build? Can I set an option of cmake? [ PREPROCESSED SOURCE FILES ] How and where do I get the preprocessed source? Do I need to set options for this in my build-script? My build-script is attached. Thanks in adva...
2006 Apr 25
7
R 2.3.0: Use of NULL as an environment is deprecated
...s, e.g. library(ape) library(car) library(chron) library(urca) Now, I am wondering what would be a suitable/elegant way to fix the packages' code such that the warning does not appear any longer. I am adressing this question to R-devel, because this might also be of interest for other package mainatiners. Many thanks in advance for any hints and pointers. Regards, Bernhard Dr. Bernhard Pfaff Global Structured Products Group (Europe) Invesco Asset Management Deutschland GmbH Bleichstrasse 60-62 D-60313 Frankfurt am Main Tel: +49(0)69 298 07230 Fax: +49(0)69 298 07178 Email: bernhard_pfaff at...
2006 Apr 25
7
R 2.3.0: Use of NULL as an environment is deprecated
...s, e.g. library(ape) library(car) library(chron) library(urca) Now, I am wondering what would be a suitable/elegant way to fix the packages' code such that the warning does not appear any longer. I am adressing this question to R-devel, because this might also be of interest for other package mainatiners. Many thanks in advance for any hints and pointers. Regards, Bernhard Dr. Bernhard Pfaff Global Structured Products Group (Europe) Invesco Asset Management Deutschland GmbH Bleichstrasse 60-62 D-60313 Frankfurt am Main Tel: +49(0)69 298 07230 Fax: +49(0)69 298 07178 Email: bernhard_pfaff at...
2018 Aug 29
3
Get full cmake lines and prepocessed source for a GCC bug report
On Wed, Aug 29, 2018 at 10:14 AM, Hans Wennborg <hans at chromium.org> wrote: > On Wed, Aug 29, 2018 at 9:45 AM, Sedat Dilek via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hi, >> >> for filing a GCC v8.2.0 bug in Debian/buster AMD64 the Debian/GCC >> mainatiners want two things... >> >> [ FULL CMAKE LINE ] >> >> How do I configure this in the LLVM/Clang build? >> Can I set an option of cmake? >> >> [ PREPROCESSED SOURCE FILES ] >> >> How and where do I get the preprocessed source? >> Do I need to...
2017 Nov 10
0
Fwd: Re: Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
---------- Preposlaná správa ---------- Predmet: Re: [Samba] Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64 Dátum: piatok, 10. novembra 2017, 10:32:48 CET Od: Pre: L.P.H. van Belle <belle at bazuin.nl> Na piatok, 10. novembra 2017 10:07:22 CET L.P.H. van Belle via samba napísali: > > You could try to add AES256 support
2006 Apr 07
2
cclust causes R to crash when using manhattan kmeans
Dear R users, When I run the following code, R crashes: require(cclust) x <- matrix(c(0,0,0,1.5,1,-1), ncol=2, byrow=TRUE) cclust(x, centers=x[2:3,], dist="manhattan", method="kmeans") While this works: cclust(x, centers=x[2:3,], dist="euclidean", method="kmeans") I'm posting this here because I am not sure if it is a bug. I've been searching