similar to: compiling python

Displaying 20 results from an estimated 30000 matches similar to: "compiling python"

2014 Mar 01
3
cachefs
has anyone been using cachefs with 6.x series? i have tried using it but i keep getting hung processes after 2 weeks. ATM, running 6.3 but was curious if its more stable on Centos 6.5? -- --- Get your facts first, then you can distort them as you please.--
2013 Apr 07
2
nfs timeout
hi, I use automounter to mount to many hosts /net/<hostname>/dir When the hostname is unavaliable it seems NFS gets stuck. I would like to set a NFS timeout (say 60 secs). If not available then error. I need to use hardmount but is there such a thing as NFS client timeout? -- --- Get your facts first, then you can distort them as you please.--
2013 Nov 12
2
NFS hard mount
Is there a tunable to set NFS hard mount time out? For instance, if the server becomes unavailable for extended amount of time, say 1 hour. I would like to timeout after 30 secs. (Soft mount isn't an option, BTW) -- --- Get your facts first, then you can distort them as you please.--
2012 Aug 26
3
yum relocatable RPMs
Hello, I dont have root access but I would like to install several packages (gtk) in my home directory. Is it possible to install it via yum ? -- --- Get your facts first, then you can distort them as you please.--
2013 Aug 09
1
compile paramaters
hi, I am trying to find out what compile flags and environment variables were used when compiling the python package. Is there an easy way of figuring this out? perhaps a website which shows the RPM specs? -- --- Get your facts first, then you can distort them as you please.--
2012 Sep 16
1
placing x11 libraries in an alternate location
we have close to 50 servers. I would like to have X11 libraries (and devel). Instead of installing them one by one on all servers, I would like to have them in a central NFS location and have my app pick them up like that. Is it possible to do this with yum/rpm ? -- --- Get your facts first, then you can distort them as you please.--
2013 Nov 17
1
maximum number of mounts
What is the maximum number of NFS mounts per client? I have an instance where there are over 400 mount points using autofs. I was wondering if there is a downside to that. -- --- Get your facts first, then you can distort them as you please.--
2012 Dec 21
1
Problem compiling Samba4, Python installed in nonstandard location
Hi,I am working with a custom built (LFS-based) Linux distro and am attempting to compile Samba4. Samba3 has always compiled without issue. The system has its Python installed in /opt/python2. There are symlinks to put "python" in /usr/local/bin and the "python2.7" lib folder in /usr/include. The configure command used was simply ./configure --enable-fhs --with-quotas The
2012 Dec 03
0
[LLVMdev] Minimum Python Version
One of the most conservative distributions is Debian. The python_defaults package has moved to 2.7.3 in Sid and 2.7.3~rc2-1 in Wheezy (Debian 7.0 now on its 4th beta and soon to be release candidate status). I personally run Sid/Unstable in order to get general release builds of LLVM/Clang > 2.9, never mind 3.2. It seems reasonable to target 2.7.3 as the oldest python release. - Marc J.
2012 Dec 01
11
[LLVMdev] Minimum Python Version
I'd like to continue the discussion about minimum Python versions from the "Use multiprocessing instead of threading" thread in its own thread because I feel it warrants additional discussion. In that thread, we were discussing maintaining support for Python 2.4 and 2.5. The latest response is: On Fri, Nov 30, 2012 at 1:40 PM, Daniel Dunbar <daniel at zuster.org> wrote: >
2012 Dec 01
0
[LLVMdev] Minimum Python Version
On 2012-12-01 21:57, Gregory Szorc wrote: > I'd like to continue the discussion about minimum Python versions from the "Use multiprocessing instead of threading" thread in its own thread because I feel it warrants additional discussion. ... > For these reasons, I urge LLVM to drop support for Python older than 2.6. I would encourage requiring 2.7 (preferably the latest
2012 Dec 01
2
[LLVMdev] Minimum Python Version
On Sat, Dec 1, 2012 at 2:08 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 2012-12-01 21:57, Gregory Szorc wrote: >> >> I'd like to continue the discussion about minimum Python versions from the >> "Use multiprocessing instead of threading" thread in its own thread because >> I feel it warrants additional discussion. > > ... >
2010 Oct 05
4
upgrade python to python2.6.4 using yum
Hi How would i upgrade python to python2.6.4 using a yum repository ( on all my servers ) and cause manual configuration is time consuming, i am using cent OS 5.4 32 bit Is there an already available repository to do this.? ------------------------------------------------------------------------------ I had tried to install it using contemporary method ( ./configure ; make ;make install) ..
2012 Dec 01
0
[LLVMdev] Minimum Python Version
On Sat, Dec 1, 2012 at 2:14 PM, Eli Bendersky <eliben at google.com> wrote: > On Sat, Dec 1, 2012 at 2:08 PM, Dimitry Andric <dimitry at andric.com> wrote: > > On 2012-12-01 21:57, Gregory Szorc wrote: > >> > >> I'd like to continue the discussion about minimum Python versions from > the > >> "Use multiprocessing instead of
2012 Dec 03
3
[LLVMdev] Minimum Python Version
On 12/03/2012 08:18 AM, Marc J. Driftmeyer wrote: > One of the most conservative distributions is Debian. > > The python_defaults package has moved to 2.7.3 in Sid and 2.7.3~rc2-1 in > Wheezy (Debian 7.0 now on its 4th beta and soon to be release candidate > status). > > I personally run Sid/Unstable in order to get general release builds of > LLVM/Clang > 2.9, never
2001 Oct 16
4
Assignment of structures on a given environment
Hi, In order to avoid deep copies by passing large arguments to functions or returning values, I'm trying to do the assignment of variables in a given environment. The problem is when I try to assign a structure: a list for example. If I have: ind <- c("a","b") my idea is doing something like l <- alist() l[ind] <- as.list(c(20,40)) in a given
2006 Jun 01
4
FW: How to create a new package?
Hi, I'm a group of functions and I would like to create a package for load in R. I have created a directory named INE and a directory below that named R, for the files of R functions. A have created the files DESCRIPTION and INDEX in the INE directory. The installation from local zip files, in the R 2.3.0, results but to load the package I get an error like: 'INE' is not a
2012 Dec 05
0
[LLVMdev] Minimum Python Version
Hi Sean, On 04/12/12 18:36, Sean Silva wrote: >> If there was a concrete need to move to a newer Python version in order to >> make lit Python 3 compatible, I would view that as a good reason to move >> forward. > > The concrete need is that users on platforms which ship with Python 3 > by default have to put in a workaround (install python2 and patch > their $PATH)
2007 Feb 21
2
file path
Hello, It is possible to return the path of the current working R-file (in execution)? Thanks, Rita Sousa. [[alternative HTML version deleted]]
2011 Jun 24
4
What does class "call" mean? How do I make class "formula" into a "call"?
I have a list called "tabs" that I would like to have the same structure as my list "eqSystem." The two look like they have the same format but they are different because when I look at their attributes, class(eqSystem[[1]]) is "call" but class(tabs[[1]]) is "formula". I want to have class(tabs[[1]]) as a call too. So what does "call" mean? And how