search for: availiable

Displaying 20 results from an estimated 50 matches for "availiable".

Did you mean: available
2019 Oct 20
4
how to reinit an own repo after adding files?
Hallo, Im using createrepo. The problem is that changes in the repo are not availiable via yum on my system. Ralf Von meinem iPad gesendet > Am 19.10.2019 um 15:31 schrieb Leon Fauster via CentOS <centos at centos.org>: > > ?Am 19.10.19 um 12:26 schrieb Ralf Prengel: >> Hallo, >> I try to use my own repo. >> The problem: >> The repo is worki...
2012 Aug 25
6
[LLVMdev] How to Check whether BasicBlock resides in a conditional branch
...distinguish BasicBlocks that * must * be executed and that *may* be executed. CFG's iterator may not help, as LLVM IR br would be: A: br %cmp, %lable.B, %label.C B br C C both of the blocks could be operand of br instruction. code in C *must be executed*, but B is not. Is there any availiable API in LLVM to distinguish them? Thanks.
2007 May 05
2
[LLVMdev] LLVM and LLVM-GCC4 build on GCC 4.2.0 RC3
I have successfully built LLVM and LLVM-GCC4 on GCC-4.2.0-20070501 on Linux x86 32bit. GCC 4.2.0 RC3 is availiable from :- ftp://gcc.gnu.org/pub/gcc/prerelease-4.2.0-20070501 Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070505/5535bb23/attachment.html>
2009 Jul 02
2
[LLVMdev] OCAML and ocamldoc requirements on building and installing LLVM
Jon, LLVM seems to be now dependant by default on OCAML and ocamldoc. Can you please change this so OCAML is only built and enabled when an '--enable-ocaml' flag is set on 'configure'. As I cannot do 'make install' on Cygwin as ocamldoc is not availiable on Cygwin. Also really 95% of LLVM users are not either going to have ocaml installed or are going to be using it. Could you please atand to this within a week or so as I have to do Cygwin testing for the 2.6 release. Many thanks in advance, Aaron -------------- next part -------------- An HTML...
2005 Feb 21
4
sip wifi phone?
Does anyone know of any sip wifi phones? Only one i can find that is redily availiable is the zyxel prestige 2000w and from what i hear it is flaky. Kurt Fankhauser WaveLinc HYPERLINK "http://www.wavelinc.com/"www.wavelinc.com 114 S. Walnut St. Bucyrus, OH 44820 419-562-6405 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Vir...
2001 Apr 23
3
missing ctest and methodological question
Hi, I couldn't figure out how to use the functions from the ctest library. I'm using the r-base package that comes with debian potato. library("ctest") told me that no such package existed. I checked the CRAN, but no such package was availiable, instead I was told that it would be part of the standard installation. But functions from ctest like shapiro-wilk don't work. The only thing I found was a ASCII-file "ctest" which I could load but was only a wrapper for some C-Library which seems to be not installed. Besides that t...
2012 Oct 18
1
Time Series Analysis and Forecasting
Hello, I am totally new in the field of time series analysis and forecasting and R. I read that R is a powerful tool for time series. Could anyone give me navigation what models of time series are availiable in R etc? -- View this message in context: http://r.789695.n4.nabble.com/Time-Series-Analysis-and-Forecasting-tp4646637.html Sent from the R help mailing list archive at Nabble.com.
2011 Oct 17
5
Install the rugarch-package
Hi, i am unable to install the rugarch package. More than that i do not even find this package in my list of possible packages. Its possible than the name has changed, or the package is not longer availiable? Is there a similar package avaliable for garch modelling except the fGarch what i am using now? many Thanks Roland -- View this message in context: http://r.789695.n4.nabble.com/Install-the-rugarch-package-tp3911903p3911903.html Sent from the R help mailing list archive at Nabble.com.
2009 Jul 02
4
[LLVMdev] OCAML and ocamldoc requirements on building andinstalling LLVM
...LLVM seems to be now dependant by default on OCAML and ocamldoc. Can you >> please change this so OCAML is only built and enabled when an >> '--enable-ocaml' flag is set on 'configure'. As I cannot do 'make >> install' >> on Cygwin as ocamldoc is not availiable on Cygwin. Also really 95% of >> LLVM >> users are not either going to have ocaml installed or are going to be >> using >> it. >> >> Could you please atand to this within a week or so as I have to do Cygwin >> testing for the 2.6 release. >> > Hi...
2009 Jul 02
0
[LLVMdev] OCAML and ocamldoc requirements on building and installing LLVM
...: > Jon, > > LLVM seems to be now dependant by default on OCAML and ocamldoc. Can you > please change this so OCAML is only built and enabled when an > '--enable-ocaml' flag is set on 'configure'. As I cannot do 'make install' > on Cygwin as ocamldoc is not availiable on Cygwin. Also really 95% of LLVM > users are not either going to have ocaml installed or are going to be using > it. > > Could you please atand to this within a week or so as I have to do Cygwin > testing for the 2.6 release. > Hi Aaron, Would you be able to come up with a patc...
2019 Oct 20
2
how to reinit an own repo after adding files?
Yes, I will check it again tomorrow in the office. Von meinem iPad gesendet > Am 20.10.2019 um 14:46 schrieb Pete Biggs <pete at biggs.org.uk>: > > ? >> Im using createrepo. >> The problem is that changes in the repo are not availiable via yum on my system. >> > Are you using createrepo every time you make any changes? You need to > do that in order to re-create the XML metadata containing the updated > packages. > > P. > > > _______________________________________________ > CentOS mailing lis...
2007 May 05
0
[LLVMdev] LLVM and LLVM-GCC4 build on GCC 4.2.0 RC3
On Sat, 5 May 2007, Aaron Gray wrote: > I have successfully built LLVM and LLVM-GCC4 on GCC-4.2.0-20070501 on > Linux x86 32bit. > > GCC 4.2.0 RC3 is availiable from :- > > ftp://gcc.gnu.org/pub/gcc/prerelease-4.2.0-20070501 Great news! -Chris -- http://nondot.org/sabre/ http://llvm.org/
2012 Aug 25
0
[LLVMdev] How to Check whether BasicBlock resides in a conditional branch
...distinguish BasicBlocks that * must * be executed and that *may* be executed. CFG's iterator may not help, as LLVM IR br would be: A: br %cmp, %lable.B, %label.C B br C C both of the blocks could be operand of br instruction. code in C *must be executed*, but B is not. Is there any availiable API in LLVM to distinguish them? Thanks. _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2007 Jan 24
1
n step ahead forecasts
hello, I have a question about making n step ahead forecasts in cases where test and validation sets are availiable. For instance, I would like to make one step ahead forecasts on the WWWusage data so I hold out the last 10 observations as the validation set and fit an ARIMA model on the first 90 observations. I then use a for loop to sequentially add 9 of the holdout observations to make 1 step ahead forecast...
2005 May 20
0
[LLVMdev] [Cygwin] make check results
...environment. Next is the llvm-test set. But I will leave that till next week :) I am wondering whether it is worth me preparing a html document describing the whole process from updating GCC and LD to LLVM to the CFE and make check for others to follow. The other thing is making a Cygwin Binary availiable. I could do both these things and put them on the web. The only thing I am concerned about is a long development cycle, do I have to do a 'make' or 'make tools-only' followed by a 'make install' and a 'make check' every time I want to test some change ? I can do...
2009 Jul 20
1
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
...onstructors, or explicitly by the client). >> >> Clients of the targets simple request a Target, which will always be >> linked in, and look to see if the optional functionality is present >> (i.e. was linked in). > > > Okay so features must be linked in rather than availiable from dynamicly > linked libraries. Library features do not have to be linked in, however that is the mechanism we want to use for the core LLVM libraries. The registry mechanism itself doesn't care whether it is called via an initialization function called directly, or a static constructor...
2009 Jul 02
0
[LLVMdev] OCAML and ocamldoc requirements on building andinstalling LLVM
...by default on OCAML and ocamldoc. >>> Can you >>> please change this so OCAML is only built and enabled when an >>> '--enable-ocaml' flag is set on 'configure'. As I cannot do 'make >>> install' >>> on Cygwin as ocamldoc is not availiable on Cygwin. Also really 95% >>> of >>> LLVM >>> users are not either going to have ocaml installed or are going to >>> be >>> using >>> it. >>> >>> Could you please atand to this within a week or so as I have to do >&gt...
2006 Jan 26
0
[LLVMdev] VS2005 patch
Hi Morten, If you can make the VS2005 project files availiable on the net then I can test them as I have VS2005 now, so then with Chris'es okay then they could be distributed with LLVM. Thanks, Aaron ----- Original Message ----- From: "Morten Ofstad" <morten at hue.no> To: "LLVM Developers Mailing List" <llvmdev at cs.uiu...
2012 Aug 26
0
[LLVMdev] How to Check whether BasicBlock resides in a conditional branch
...ecuted. > > CFG's iterator may not help, as LLVM IR br would be: > A: > br %cmp, %lable.B, %label.C > > B > br C > > C > > both of the blocks could be operand of br instruction. > > code in C *must be executed*, but B is not. > > > Is there any availiable API in LLVM to distinguish them? > > Thanks. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
2005 May 20
2
[LLVMdev] [Cygwin] make check results
Looks much better. The stdc library things are caused by Cygwin's inability to recognize symbols linked into the main program with dlsym. For example, if lli (the interpreter) has "printf" already linked in, then the JIT compiler will not be able to find "printf" if it is used in the program it is compiling. There's currently no workaround for this other than to fix