search for: pylib

Displaying 4 results from an estimated 4 matches for "pylib".

Did you mean: dylib
2005 Oct 17
2
libxenstat python bindings
...NSTALL_PROG) $(SHLIB) \ $(DESTDIR)$(libdir)/libxenstat.so.$(MAJOR).$(MINOR) $(MAKE_LINK) libxenstat.so.$(MAJOR).$(MINOR) \ $(DESTDIR)$(libdir)/libxenstat.so.$(MAJOR) $(MAKE_LINK) libxenstat.so.$(MAJOR) \ $(DESTDIR)$(libdir)/libxenstat.so -$(LDCONFIG) PYLIB=bindings/swig/python/_xenstat.so PYMOD=bindings/swig/python/xenstat.py PYSRC=bindings/swig/python/_xenstat.c PERLLIB=bindings/swig/perl/xenstat.so PERLMOD=bindings/swig/perl/xenstat.pm PERLSRC=bindings/swig/perl/xenstat.c BINDINGS=$(PYLIB) $(PYMOD) $(PERLLIB) $(PERLMOD) BINDINGSRC=$(PYSRC) $(PERLSR...
2006 Oct 04
2
Suitability of R for Algorithm simulations
Greetings, Sorry for the basic question, but I am trying to find out if R is a suitable platform for what I want to do... I am interested in creating simulations of distributed algorithms (i.e. team formation, Byzantine Generals , P2P communication modeling, mobile networks) that would be represented in GUIs. I would like to be able to instantiate an object for each node in my simulated
2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
...shared -o $@ $(OBJECTS) \ + $(CC) $(CFLAGS) $(LDFLAGS) $(SONAME_FLAGS) $(SHLIB_FLAGS) -o $@ $(OBJECTS) \ -lxenstore -lxenctrl src/xenstat.o: src/xenstat.c src/xenstat.h @@ -97,7 +97,7 @@ PYTHON_FLAGS=-I/usr/include/python$(PYTH swig -python $(SWIG_FLAGS) -outdir $(@D) -o $(PYSRC) $< $(PYLIB): $(PYSRC) - $(CC) $(CFLAGS) $(LDFLAGS) $(PYTHON_FLAGS) -shared -lxenstat -o $@ $< + $(CC) $(CFLAGS) $(LDFLAGS) $(PYTHON_FLAGS) $(SHLIB_FLAGS) -lxenstat -o $@ $< python-bindings: $(PYLIB) $(PYMOD) @@ -118,7 +118,7 @@ PERL_FLAGS=`perl -MConfig -e ''print "$$C swig -perl $(S...
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also. Resend this patches because they suffered some modifications and where scattered along the mailing list. Please review, thanks Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel