Displaying 20 results from an estimated 100 matches similar to: "CMake dependencies and building LLVM"
2017 Jul 07
2
CMake dependencies and building LLVM
> On 7 Jul 2017, at 17:12, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> I'm /guessing/ this is probably pretty normal - but likely the best solution would be to get down to granularity of 1 commit in each of those ranges, to see if it's really justified that the change causes so much recompilation (ie: do all the things that got compiled really depend
2018 May 30
2
expunge not removing attachments?
I have a large mail backup folder backup at backup.invalid; I'm cleaning
up daily like this:
infimum=`date -d "-4 day" +"%Y-%m-%d"`
doveadm expunge -u backup at backup.invalid mailbox INBOX SAVEDBEFORE $infimum
doveadm purge -u backup at backup.invalid
yet I see this:
# find attachments/ -type f -ctime +5 | wc -l
7522
# find attachments/ -type f | wc -l
127579
# find
2019 Feb 12
0
[ext] expunge not removing attachments?
* Ralf Hildebrandt <Ralf.Hildebrandt at charite.de>:
> I have a large mail backup folder backup at backup.invalid; I'm cleaning
> up daily like this:
>
> infimum=`date -d "-4 day" +"%Y-%m-%d"`
> doveadm expunge -u backup at backup.invalid mailbox INBOX SAVEDBEFORE $infimum
> doveadm purge -u backup at backup.invalid
>
> yet I see this:
2009 Oct 22
1
Winbind lookup performance
Redhat 5.2 x86_64
samba-3.0.28-0.el5.8
My system is fully AD integrated, the only issue I have is that when I look up a users group (id, groups, etc.) it takes forever.? This is causing issues due to the fact that I have pam policies in place to allow only users from a specific groups to log in, sudo and/or su.? When the cache expires, it can take over 2 minutes to perform the lookup.? I'm
2022 Dec 25
1
CentOS Stream 8 sssd.service failing part of sssd-common-2.8.1-1.el8.x86_64 baseos package
Hello everybody,
A recent update of the sssd-common-2.8.1-1.el8.x86_64 package is causing
sssd.service systemctl failures all over my CentosOS machines.
What is the best way to report this issue and when can we expect an
update from the sssd-common package for this regression bug?
I think sssd-common is part of the baseos repository and installed even
when the configuration file is not
1999 Dec 29
1
Large data files
Dear R and S-Plus users:
Currently I am using:
at work: "S-Plus 2000 Pro" on a PC: Pentium II/350MHz, 256 MB RAM,
running Win NT
at home: "R" on my Mac PowerBook G3/292MHz, 128 MB RAM, running LinuxPPC
Currently, at home I am trying to import a table(nrow=302500, ncol=6)
which I have to do
for each column extra because of memory problems. I have partially to
use the columns,
2006 Aug 11
1
x tick labels - sparse?
Hi,
I'm stuck on creating a plot with x tick labels for every Nth tick
mark - how is that done? I don't see a simple solution to this in
help(plot) or help(par) and what I've tried is not working, eg, the
following does not work, although it seems intuitive to me that it
should work:
x <- seq(-100,1000,25)
y <- x * x
% find all the x values that are multiples of 100
tmp <-
2006 Dec 11
1
Cannot scale my map
Dear list,
I have the following problem:
I want to plot my data and display a map at the same graph. The
problem is that my map is not properly sized (is very small). It
appears at the bottom-left side of the output.
I am using the following R commands:
{
plot(Time, col="lightgrey")
title("Connections per Minute")
map("world", fill=TRUE, lwd=0.25,
2006 Dec 19
2
attach and object masking
Hi R users!
I am new to R. When I try to attach a simple dataset using the attach() command, I get the following message:
> attach(data1)
The following object(s) are masked from package:base :
write
Can someone tell me what this means? (`write' is the name of a variable in the dataset). And, do I need to do do something about this.
Thanks.
2007 Jan 16
2
R on Windows Vista
Did anyone try to run R under Window Vista, especially Windows Vista
64bit?
Thanks.
2007 Jan 26
1
r under suse
Hello,
I've been using R under win XP and I am now changing my system to opensuse 10.2
When using:
rpm -i R-base-2.4.1-2.1.i586.rpm
I find something like that
error: unpacking of archive failed on file /usr/lib/R/library/tcltk/exec/util.tc ;45b943fe:
cpio: read failed - Bad file descriptor
Any suggestions?
Regards
Eugen
2007 Feb 01
2
Calling C code from R
Hi!
Thanks in advance.
I am using R-2.4.0 on Windows XP. I am trying to create dll file.
My C code:
/* useC1.c */
void useC(int *i) {
i[6] = 100;
}
I have tried to create useC1.dll.
C:\R-2.4.0\bin>R CMD SHLIB useC1.c
'perl' is not recognized as an internal or external command, operable program or batch file.
Then I have tried:
2007 Jan 29
1
"Reversal" of Aggregation
Dear all,
given I have a data.frame in a format like this
mydf <- data.frame(age=rep(1:3,5),
year=c(rep(1996,3), rep(1997,3), rep(1998,3),
rep(1999,3), rep(2000,3)),
income=1:15)
mydf
Now I convert it to some 2D-frequency table like this:
mymatrix <- tapply(X=mydf$income, INDEX=list(mydf$age, mydf$year),
2006 Jan 19
1
beta1: how to use quota plugin???
Hi,
After searching gmane.mail.imap.dovecot on the topic, and
wiki.dovecot.org, I'm still clueless on how to use RFC 2087
quotas in dovecot with the quota plugin. How come no wiki
doc?
My setup: Solaris 9, mbox format. Both the filesystem for
INBOXes (/var/mail) and the user's home directories have
filesystem-based quotas imposed. For example:
% quota -v joeblow
Disk quotas for
2006 Dec 03
1
passing an argument to a function which is also to be a dataframe column name
any suggestions on the following gratefully welcome,
I have a dataframe, which I am subsetting via labels
atpi[, creativity]
where (for example)
atpi = as.data.frame(matrix(1:50, ncol = 5, nrow = 10))
names(atpi) = c("Q1", "Q2", "Q3", "Q4", "Q5")
and
creativity = c("Q1", "Q3", "Q4")
I want to add an extra column
2007 Jan 28
1
extra panel arguments to plot.nmGroupedData {nlme}
Greetings,
I have a groupedData (nmGroupedData) object created with the following syntax:
Soil <- groupedData(
ksat ~ conc | soil_id/sar/rep,
data=soil.data,
labels=list(x='Solution Concentration', y='Saturated Hydraulic Conductivity'),
units=list(x='(cmol_c)', y='(cm/s)')
)
the original data represents longitudinal observations in the form of:
2019 Feb 12
1
expunge not removing attachments?
On 12 Feb 2019, at 03:45, Ralf Hildebrandt via dovecot <dovecot at dovecot.org> wrote:
> 201629 of 301900 (66.7%) files are modified (mtime) more than 5 days ago, although I just purged everything older than 4 days?
I had problems with this a few years ago, and resorted to simply using find to remove the files from the file system
/usr/bin/find /usr/local/virtual/*/.Junk*/{cur,new}
2006 Dec 26
1
slightly inconsistent behavior
dear R experts:
This is just a minor, minor nuisance, but I thought I would point it out:
> dataset <- read.table(file=pipe(cmdline), header =T,
+ na.strings=c("NaN", "C","I","M", "E"), sep=",",
as.is=T, nrows=99999999);
Error: cannot allocate vector of size 781249 Kb
If I extend nrows by a few more 9's, the
2006 Nov 10
4
Problems with plot and X11 in ubuntu
Hello,
I am an italian student, who is trying to use R 2.3.1 with Ubuntu 6.10 (last
version). When I try to use the plot command, I get the error:
"could not find any X11 fonts Check that the Font Path is correct"
How can I solve this problem?
Thank you very much
Davide
[[alternative HTML version deleted]]
2007 Jan 01
1
advice on semi-serious attempt to extend summary
Dear R wizards:
I am trying (finally) to build a function that might be useful to
others. In particular, I want to create a summary.lme (extended lm)
method that [a] adds normalized coefficients and [b] white
heteroskedasticity adjusted se's and T's. I believe I already know
how to do the programming to do these two, at least in simple
unweighted cases. Now my challenges are just [1]