search for: prog

Displaying 20 results from an estimated 2395 matches for "prog".

Did you mean: prod
2015 Jan 22
3
[PATCH 1/2] configure: look for the oUnit OCaml module
...; && test "x$OCAML_PKG_gettext" != "xno"]) +AM_CONDITIONAL([HAVE_OCAML_PKG_OUNIT], + [test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno" && test "x$OCAML_PKG_oUnit" != "xno"]) AC_CHECK_PROG([OCAML_GETTEXT],[ocaml-gettext],[ocaml-gettext],[no]) AM_CONDITIONAL([HAVE_OCAML_GETTEXT], -- 1.9.3
2015 May 24
2
[Mesa-dev] [PATCH 07/11] glsl: Add arb_cull_distance support
...04,7 +404,7 @@ tfeedback_decl::assign_location(struct gl_context *ctx, > this->matched_candidate->type->fields.array->vector_elements; > unsigned actual_array_size = > (this->is_clip_distance_mesa || this->is_cull_distance_mesa) ? > - prog->LastClipDistanceArraySize : > + prog->LastClipCullDistanceArraySize : > this->matched_candidate->type->array_size(); > > if (this->is_subscripted) { > diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp > index e616520..8bb1a5c 1006...
2015 Jan 22
0
[PATCH 2/2] mllib: convert common_utils_tests to oUnit
...un @VG@" check diff --git a/mllib/common_utils_tests.ml b/mllib/common_utils_tests.ml index e12297a..09d5c51 100644 --- a/mllib/common_utils_tests.ml +++ b/mllib/common_utils_tests.ml @@ -18,84 +18,117 @@ (* This file tests the Common_utils module. *) +open OUnit open Common_utils let prog = "common_utils_tests" +(* Utils. *) +let assert_equal_string = assert_equal ~printer:(fun x -> x) +let assert_equal_int = assert_equal ~printer:(fun x -> string_of_int x) +let assert_equal_int64 = assert_equal ~printer:(fun x -> Int64.to_string x) + (* Test Common_utils.int_o...
2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
...nings about this in the > changes docs for GCC, and I don''t know enough to test for the > ramificiations in any particular case. > OK, here is what I did #!/bin/sh -vx # vim:sw=2 for ld in /usr/ccs/bin/ld /usr/ucb/ld /usr/local/bin/ld do LD=$ld export LD for cc in gcc /progs/SUNWspro/bin/cc /usr/ucb/cc do CC=$cc export CC for cxx in g++ CC do CXX=$cxx export CXX for make in gmake make do MAKE=$make export MAKE $MAKE distclean ./configure && $MAKE && ( echo $LD $CC $...
2008 Oct 02
4
Load a program at the front end
I want to run a R program, prog.R, interactively. My question is, is there a way I can start prog.R on the shell terminal when invoking R, instead of using source() inside R? TIA, Gang
2012 Jun 05
13
New btrfs-progs integration branch
...of about a dozen more patches with new features in them still to go. I''ll be working on those tomorrow. As always, there''s minimal testing involved here, but it does at least compile on my system(*). The branch is fetchable with git from: http://git.darksatanic.net/repo/btrfs-progs-unstable.git/ integration-20120605 And viewable in human-readable form at: http://git.darksatanic.net/cgi/gitweb.cgi?p=btrfs-progs-unstable.git Shortlog is below. Hugo. (*) "I don''t care about works-on-my-machine. We are not shipping your machine!" ---- Akira Fuj...
2002 May 30
1
problem of compile fortran program
I want to call dll from R but encounter problem in compiling the fortran program. First I try "Rcmd shlib prog.f", it failed and warning: make[1]: `libR.a' is up to date. make: *** No rule to make target `'prog.o', needed by `prog.a'. stop. Then I try to compile it by absoft fortran compiler, it works and produces prog.dll. But when this routin...
2009 Sep 14
2
problems with reshape
Hello * I would like to reshape wide the following dataset: > rl <- read.dta("intermedi/rapporti_lavoro.dta") [c("id_rl","prog","sil_pi","sil_cf","sil_dat_avv")] > dim(rl) [1] 12964 5 > object.size(rl) 1194728 bytes > head(rl) id_rl prog sil_pi sil_cf sil_dat_avv 1 638 1 04567XXXXXX NLMDRE64A5XXXXXX 2000-08-03 2 1033 1 54872XXXXXX FLGOIP66A3XXXXXX...
2017 Nov 14
2
[RFC PATCH] nouveau/compiler: Allow to omit line numbers when printing instructions
This comes in handy when checking "NV50_PROG_DEBUG=1" outputs with diff! Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de> --- src/gallium/drivers/nouveau/codegen/nv50_ir.cpp | 6 +++--- src/gallium/drivers/nouveau/codegen/nv50_ir.h | 2 +- src/gallium/drivers/nouveau/codegen/nv50_ir_driv...
2003 Apr 18
1
Samba and solaris automountd
Hello folks, I have posted a message similar to this on the solaris list. I'm trying to export a number of shares that are automounted under a common directory, i.e, /prog. Under /prog, I have directories such as /prog/one, /prog/two, /prog/three, /prog/four e.t.c; some of the directories are from the same nfs server, others are from different nfs servers. The beauty of automounting /prog is that I have one central place where I can access all these shared filesys...
2016 Jul 15
1
[PATCH v3 0/4] nouveau RPM fixes for Optimus (final)
On Fri, Jul 15, 2016 at 12:41:49PM -0400, Ilia Mirkin wrote: > On Fri, Jul 15, 2016 at 12:36 PM, Peter Wu <peter at lekensteyn.nl> wrote: > > On Fri, Jul 15, 2016 at 12:10:23PM -0400, Ilia Mirkin wrote: > >> On Fri, Jul 15, 2016 at 9:12 AM, Peter Wu <peter at lekensteyn.nl> wrote: > >> > Hi, > >> > > >> > Here are two patches to fix
2003 Nov 29
1
[PATCH] ash not make -j safe, make spotless updates
...GS) $(HOST_LDFLAGS) mkinit.c -o $@ $(HOST_LIBS) +$(OBJ_NODES): nodes.h + nodes.h: mknodes nodetypes nodes.c.pat ./mknodes nodetypes nodes.c.pat @@ -73,7 +78,7 @@ mknodes: mknodes.c $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) mknodes.c -o $@ $(HOST_LIBS) clean: - rm -f core $(CLEANFILES) $(PROG) $(OBJS) .*.d + rm -f core $(CLEANFILES) $(PROG) $(PROG).shared $(OBJS) .*.d spotless: clean find . -name \*~ -not -type d -print0 | xargs -0rt rm -f diff -p -purNx linux klibc-0.87.orig/ipconfig/Makefile klibc-0.87/ipconfig/Makefile --- klibc-0.87.orig/ipconfig/Makefile 2003-05-01 21:10:35.00...
2015 Mar 18
5
[PATCH 0/2] [RFE] virt-builder should support download resume
This patchset adds support for resuming downloads in virt-builder. Partially downloaded file is not deleted on exit anymore. There is a check for partially downloaded image in cache directory based on its name. When found, download_to crafts appropriate options to continue its download. Maros Zatko (2): mllib: allow external_command to return [] on nonzero return value builder: support for
2013 Mar 21
6
Problems with compiling btrfs
I''m trying to compile the btrfs source code but I''m getting an error. Any suggestions? Thanks Joe [root@ol6 btrfs-progs]# uname -a Linux ol6.localdomain 2.6.39-400.17.2.el6uek.x86_64 #1 SMP Wed Mar 13 12:31:05 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux [root@ol6 src]# git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git Initialized empty Git repository in /usr/local/src/btrfs-progs/.git/ remo...
2011 Oct 31
1
New integration branch for btrfs-progs
...new master. This includes the userspace patches for qgroups, restriper, and Josef''s restore utility, plus a bunch of other things with mostly minor impact. The shortlog is attached at the end of this email. As always, it''s available from: http://git.darksatanic.net/repo/btrfs-progs-unstable.git/ integration-20111030 and the gitweb address is http://git.darksatanic.net/cgi/gitweb.cgi?p=btrfs-progs-unstable.git;a=summary Could I ask that if anyone is writing patches to go in btrfs-progs, that you base them on Chris''s master (or on my for-chris branch, when it...
2018 Aug 31
0
[PATCH] PCI: add prefetch quirk to work around Asus/Nvidia suspend issues
...bridge info. Can you attach the list below to a kernel.org bugzilla and include the URL in your changelog? > sys_vendor: ASUSTeK COMPUTER INC. > board_name: FX502VD > product_name: FX502VD > 01:00.0 3D controller [0302]: NVIDIA Corporation Device [10de:1c8d] (rev ff) (prog-if ff) > !!! Unknown header type 7f > 00:01.0 PCI bridge [0604]: Intel Corporation Device [8086:1901] (rev 05) (prog-if 00 [Normal decode]) > > sys_vendor: ASUSTeK COMPUTER INC. > board_name: FX570UD > product_name: ASUS Gaming FX570UD > 01:00.0 3D...
2007 Jan 10
6
Updating an attribute in db
...newbie, thus a rather simple question. My list view shows table records and enables user to click a button in order to change value of one attribute in given record. I use this code to invoke a method from controller: <%= button_to "Change", { :action => "edit", :id => prog.id_prog } %> My method looks like this (just a simple one - to set the salary attribute to 1000) def edit prog = Prog.find(params[:id]) prog.update_attribute(:salary, 1000) redirect_to :action => ''list'' end However after a list view is shown again the change i...
2009 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
...ct.org/bin/linux/ubuntu hardy   and run the sudo apt-get update + install   => but when I started R again it was always my version 2.6..2.2      (2) I loaded  R-2.9.1.tar.gz ; gunzip+tar       ./configure       make   => error messages following: ------- make[4]: Entering directory `/data/prog/R-2.9.1/src/library/tools' mkdir -p -- ../../../library/tools/R mv: failed to preserve ownership for `all.R': Operation not permitted mkdir -p -- ../../../library/tools/po mkdir -p -- ../../../library/tools/man mv: failed to preserve ownership for `../../../library/tools/man/tools.Rd':...
2015 Mar 18
0
[PATCH 2/2] builder: support for download resume
...ue its download. --- builder/downloader.ml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/builder/downloader.ml b/builder/downloader.ml index 8a23bdc..6e19ee4 100644 --- a/builder/downloader.ml +++ b/builder/downloader.ml @@ -65,11 +65,11 @@ let rec download ~prog t ?template ?progress_bar ?(proxy = SystemProxy) uri = * If not, download it. *) if not (Sys.file_exists filename) then - download_to ~prog t ?progress_bar ~proxy uri filename; + download_to ~prog t ?progress_bar ?continue:(Some true) ~proxy uri filename;...
2005 Jul 07
1
Rails 0.13 failing on Win XP
...ils apps to 0.13. Which made them crash with a bang! After a little investigation it looks like even a fresh app will crash with a message: "allocator undefined for proc"... I''m on Win XP, everything was fine under Rails 0.12.1 Any help would be highly appreciated. -- D:\Xfp\Prog\www>ruby -v ruby 1.8.2 (2004-07-29) [i386-mswin32] D:\Xfp\Prog\www>rails test_app create (...) create log/test.log D:\Xfp\Prog\www\test_app>rake (in D:/Xfp/Prog/www/test_app) rake aborted! allocator undefined for Proc ./rakefile:15 D:\Xfp\Prog\www\test_app>ruby script/se...