search for: progdir

Displaying 10 results from an estimated 10 matches for "progdir".

Did you mean: procdir
2007 Jun 23
1
putting binary files in a package
...y 'exec' could contain additional executables the package needs, typically scripts for interpreters such as the shell, Perl, or Tcl. This mechanism is currently used only by a very few packages, and still experimental. I refer to the executables in the code as follows: if (is.null(progdir)) progdir <- file.path(.path.package("cpcbp"),"exec") if (is.null(progname)) progname=paste("phillips-cpc-",.Platform$OS.type,".exe",sep="") this installs fine on my system, and I believe I have successfully cross-built the package i...
2008 May 21
4
[LLVMdev] MultiSource/Applications/lemon slow in JIT
...============================================= --- MultiSource/Applications/lemon/Makefile (revision 51189) +++ MultiSource/Applications/lemon/Makefile (working copy) @@ -8,5 +8,8 @@ include $(LEVEL)/Makefile.config include ../../Makefile.multisrc + +JIT_OPTS += -no-lazy + DIFFPROG := $(PROGDIR)/DiffOutput.sh "diff " -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080521/8533d9a0/attachment.sig...
2014 May 07
2
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
On Wed, May 7, 2014 at 8:28 AM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Anton Korobeynikov" <anton at korobeynikov.info> > > To: "Hal Finkel" <hfinkel at anl.gov> > > Cc: "Alexey Samsonov" <samsonov at google.com>, "LLVM Developers Mailing > List" <llvmdev at
2010 Dec 03
0
Interesting NSS pointers
...- download the above referenced .bz2 - unzip this archive, go into the nss-manager/ directory and do: $ cp /usr/lib/xulrunner-<someversion>/xulrunner-stub nss-manager-bin - you can then launch ./nss-manager-bin - you may edit the provided wrapper script, by: $ cat nss-manager.in | sed 's/%PROGDIR/$PWD/' > nss-manager and then launch ./nss-manager * the below Chromium link has some interesting references and commands: http://code.google.com/p/chromium/wiki/LinuxCertManagement cheers, Arnaud -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://...
2009 Jul 07
0
[PATCH] contrib/cygwin/ssh-host-config: Improve support for automated updates
..."-D" -y tcpip ${cygwin_env} \ + if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd \ + -a "-D" -y tcpip "${cygwin_env[@]}" \ -u "${run_service_as}" -w "${password}" then echo @@ -378,11 +385,13 @@ if [ "$PROGDIR" = "/etc/postinstall" ] then csih_auto_answer="no" csih_disable_color + opt_force=yes fi if [ -n "${SSH_HOST_CONFIG_AUTO_ANSWER_NO}" ] then csih_auto_answer="no" csih_disable_color + opt_force=yes fi # ==============================...
2008 May 21
0
[LLVMdev] MultiSource/Applications/lemon slow in JIT
...> --- MultiSource/Applications/lemon/Makefile (revision 51189) > +++ MultiSource/Applications/lemon/Makefile (working copy) > @@ -8,5 +8,8 @@ > include $(LEVEL)/Makefile.config > > include ../../Makefile.multisrc > + > +JIT_OPTS += -no-lazy > + > DIFFPROG := $(PROGDIR)/DiffOutput.sh "diff " > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2011 Feb 21
1
[PATCH/cygwin]: Revised sshh-host-config script
...Hat Inc. # # This file is part of the Cygwin port of OpenSSH. # @@ -19,12 +19,39 @@ # ====================================================================== # Initialization # ====================================================================== -PROGNAME=$(basename $0) -_tdir=$(dirname $0) -PROGDIR=$(cd $_tdir && pwd) CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh +# List of apps used. This is checkad for existance in csih_sanity_check +# Don't use *any* transient commands before sourcing the csih helper script, +# otherwise the sanity checks are short-cir...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...gt; > ifeq ($(ENDIAN),little) > CFLAGS += -DWORDS_BIGENDIAN=0 > endif > ifeq ($(ENDIAN),big) > CFLAGS += -DWORDS_BIGENDIAN=1 > endif > > include ../../Makefile.multisrc > #must be after all includes > # temp files have random names, filter them > DIFFPROG := $(PROGDIR)/DiffOutput.sh "./filterdiff.sh" > > <prepare.sh>Building ClamAV (www.clamav.net) for llvm's testsuite. > > To get sources from clamav's repository > (currently from 0.92 stable version, you can edit the tag in > prepare.sh) > > $ ./prepare.sh check...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that