similar to: [Fwd: Re: [Swig-user] wrapping enums for python]

Displaying 19 results from an estimated 19 matches similar to: "[Fwd: Re: [Swig-user] wrapping enums for python]"

2009 Mar 08
0
[RFC] running octave, python from within R
Dear all, a Shogun 0.7.1 is out and available at http://www.shogun-toolbox.org which contains one new feature that might be of interest to R users. The eierlegendewollmilchsau interface. In case you don't know what this term stands for use google images :-) It is one file that will interface shogun to octave,r,python,matlab. It provides commands to run code in foreign languages: Example:
2016 Feb 24
0
(no subject)
Hi, I've got an LXC container running. Essentially, only core, and openssh-server installed inside the container. Got a shell with lxc-attch -n "containername", but unable to run system-config-firewall. Any ideas, what might be wrong? Thanks, Jochen [root at centos6 /]# unset DISPLAY [root at centos6 /]# system-config-firewall Traceback (most recent call last): File
2015 Jan 08
0
Customising a CentOS 6.6 installation disk
On 01/08/2015 11:18 AM, James Bishop wrote: > I apologise if this is not the appropriate list for the following > issue, but... > > Is it possible to upgrade the Linux kernel on a kickstart CD? > > I've changed the vmlinuz and initrd.img files in the isolinux > directory from the distro's ISO image; so kernel > 2.6.32-504.3.3.el6.i686 now boots from a DVD, and
2015 Jan 08
1
Customising a CentOS 6.6 installation disk
I'm looking for an image for CentOS v7 to download.... Any suggestion on a suitable website? Sent from my iPhone > On Jan 8, 2015, at 1:30 PM, Greg Bailey <gbailey at lxpro.com> wrote: > >> On 01/08/2015 11:18 AM, James Bishop wrote: >> I apologise if this is not the appropriate list for the following issue, but... >> >> Is it possible to upgrade the
2015 Jan 08
3
Customising a CentOS 6.6 installation disk
I apologise if this is not the appropriate list for the following issue, but... Is it possible to upgrade the Linux kernel on a kickstart CD? I've changed the vmlinuz and initrd.img files in the isolinux directory from the distro's ISO image; so kernel 2.6.32-504.3.3.el6.i686 now boots from a DVD, and loads the appropriate modules and firmware from the stage 1 initrd.img. However,
2012 May 28
1
[LLVMdev] Help with Values sign
Why are you changing the data layout to be little-endian? Joey On 28 May 2012 10:13, Santos Merino <santitox at hotmail.es> wrote: > In my main function after generate the code and before start the execution > via > JIT I do this: > > ExecutionEngine *EE = EngineBuilder(M).create(); > string str = > EE->getTargetData()->getStringRepresentation();
2008 Aug 16
1
python how do i stem words in python?
hi, i am newbie to xapian and am trying to get started with it in python. there is no stemmer.stem_word method in the latest python library. how do i stem words before doing doc.add_posting? is there any sample hello world code in python that i can use? thanks a lot! >>> stemmer = xapian.Stem('english') >>> stemmer. stemmer.__call__
2010 Feb 26
1
Re: Error: Device 0 (vif) could not be connected.Hotplugscripts not working
Hello everyone! I''m new with Xen and i''ve been dealing with the same error the last week. I''m pretty much lost, i don''t know what else to do so i ask for your help. In my case i installed Xen on a amd64 Pc, with Gentoo. I installed the following packages: xen, xen-tools and xen-sources from the gentoo repositories. I''m using 2.6.31-xen-r10 gentoo
2005 Aug 17
1
enums
See the attached patch to typedefs.i. I added the enums included from CalendarCtrl.i. The calendar sample won''t work correctly without this patch but I''m wondering if there''s a better way, such as moving the declarations into RubyConstants.i instead. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2010 Feb 18
1
[LLVMdev] minor patch to fix 'random` tblgen -gen-inst-enums-bug
Hi *, to decide in which namespace tablegen should place the instruction-enum, tablegen iterates over CodeGenTarget instructions until it finds an Instruction with a namespace other than "TargetInstInfo".. but this is wrong, as internal Instructions now use "TargetOpcode" as Namespace.. As Instructions are a map, it is only by chance which is the first instruction it finds -
2010 Aug 19
2
[LLVMdev] [Bug 7748] [PATCH] Fix MSVC truncating enums
I attached a patch to http://llvm.org/bugs/show_bug.cgi?id=7748 that should fix it; can anybody review? -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-enum-truncation.patch Type: text/x-patch Size: 928 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100818/208ff43e/attachment.bin>
2010 Aug 23
0
[LLVMdev] [Bug 7748] [PATCH] Fix MSVC truncating enums
On Aug 18, 2010, at 8:45 PM, nobled wrote: > I attached a patch to http://llvm.org/bugs/show_bug.cgi?id=7748 that > should fix it; can anybody review? Wow, this is really ugly. I feel bad because I told bruno to go ahead and use 64-bit integers in the enum values. Bruno, how terrible would it be to switch back to 32-bit enumerators? -Chris
2010 Aug 23
1
[LLVMdev] [Bug 7748] [PATCH] Fix MSVC truncating enums
On Mon, Aug 23, 2010 at 12:44 PM, Chris Lattner <clattner at apple.com> wrote: > > On Aug 18, 2010, at 8:45 PM, nobled wrote: > > > I attached a patch to http://llvm.org/bugs/show_bug.cgi?id=7748 that > > should fix it; can anybody review? > > Wow, this is really ugly.  I feel bad because I told bruno to go ahead and use 64-bit integers in the enum values.  Bruno,
2010 Nov 22
2
[LLVMdev] Anyone notice the duplication of ELF Relocation enums in two different places?
So far, for X86 identical ELF relocation flags show up in include/llvm/Support/ELF.h and lib/Target/X86/X86ELFWriterInfo.h Not to mention, there are two different files named ELF.h ./lib/CodeGen/ELF.h ./include/llvm/Support/ELF.h I'd think the latter should be renamed MCELFSupport.h Thanks! -jason
2010 Nov 22
0
[LLVMdev] Anyone notice the duplication of ELF Relocation enums in two different places?
On 22 November 2010 20:52, Jason Kim <jasonwkim at google.com> wrote: > So far, for X86 identical ELF relocation flags show up in > > include/llvm/Support/ELF.h and > lib/Target/X86/X86ELFWriterInfo.h > > Not to mention, there are two different files named ELF.h I would say that ELF.h should be the canonical one. > ./lib/CodeGen/ELF.h > ./include/llvm/Support/ELF.h
2016 Aug 31
3
llvm::cl::opt and enums
I was adding a new option for our backend, and because of the nature of the option I wanted to use an 'enum', something like: enum Direction { left, right, up, down }; cl:opt<Direction> myOpt("option-switch", cl::init(up), cl::desc("what it does"), cl::Hidden); This bit is fine, but then I wanted to change it on the command-line to
2020 Jun 27
3
tablegen generated enums in tablegen
I'd like to store a tablegen generated enumeration in a record field/value. Clearly this enumeration isn't available yet so it seems that a code fragment should be the escape mechanism I need. Looking at the other backends for examples, I see things like [{ return Imm >= 0 && Imm < 64; }] // promising code Requires = [{ {} }];
2010 Jun 21
6
Xen 4.0.1 rc3 pre install problem
Guys, I''ve successfully ran dom0/domU (both Debian) in my local laptop using 2.6.32.15 dom0 with xen-4.0.1-rc3-pre. Great. Now I want to install it into couple of test-machines without compiling from source. So I did following.. a. make dist-xen b. make dist-tools PYTHON_PREFIX_ARG="--install-layout=deb" c. make dist-stubdom This
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All, I followed the instructions here at http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ However, when I do a "make menuconfig", I cannot see any XEN related configuration options. What am I missing? Thank you. Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering)