Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Python bindings for LLVM API"
2005 Feb 24
0
[LLVMdev] Python bindings for LLVM API
Jarno,
This looks like it could be very valuable - thanks for making it
available. Just out of curiosity, do you have any specific uses in
mind for which you created these bindings?
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
On Feb 23, 2005, at 5:21 PM, Jarno Seppänen wrote:
> Hi,
>
> I would like to share my experimental LLVM API Python bindings with
>
2006 Apr 20
1
[LLVMdev] Python bindings
Hi,
here's a brief update of the status of the python bindings. Recently
I've updated them with the API changes in LLVM 1.6 and split the
submodules (VMCore, ExecutionEngine, etc.) into separate builds,
making the dynamic libraries smaller.
I agree that the bindings should be in a CVS somewhere, and last year
there was some discussion of putting them in the llvm tree. The
python
2006 Apr 12
2
[LLVMdev] Status of Python bindings?
Hello all,
I am involved in a compiler project for Transport
Triggered Architectures (think VLIW and you are
pretty close), and we are considering using LLVM.
Browsing the list archives, I noticed an announcement
of Python bindings for LLVM 1.5. Does anyone know the
current status of the bindings?
--
Pertti
2005 May 22
4
[LLVMdev] Python-LLVM bindings updated
Hi,
I've updated the Python LLVM bindings for LLVM 1.5 (attached). I also
thought of setting up a CVS repository for this, but before I do that
I thought I'd ask if you want to take the Python bindings to the main
LLVM CVS? I noticed that the C language bindings would be maintained
there.
Changes in Python-LLVM:
- Updated to match LLVM 1.5 API
- Added Windows build support (created
2005 May 23
1
[LLVMdev] Python-LLVM bindings updated
Hi,
some discussion below.
Reid wrote:
> 3. Fix your Makefile to build a shared library properly. You have set
> TOOLNAME which is for building an executable tool not a shared
> library. You need to set LIBRARYNAME=..., not TOOLNAME=...
I remember having failed to build a functioning Python extension module with
LIBRARYNAME and SHARED_LIBRARY flags. Anyway, I cannot remember
2006 Apr 12
0
[LLVMdev] Status of Python bindings?
Hi,
The person that developed the bindings is Jarno Seppänen , he sent me
the code a few weeks ago. They were build with Boost.Python. The
latest version was for LLVM 1.6 and the bindings seem to be
unmaintained at the moment. From what I could tell they are very
clean and probably easy to maintain/update to LLVM 1.7. From what I
could tell from the email archive they were not far from
2005 Jan 17
1
problem installing RSPython
Hi,
I'm trying to install RSPython v0.5-4 on a debian machine (woody,
testing) but am having the following problem.
$R CMD INSTALL -c --library=/usr/lib/R/library RSPython_0.5-4.tar.gz 2>err
But then...
$python
>> import RS
Error in .PythonInit() : Error in Python call: values
Error in library("RSPython") : .First.lib failed for 'RSPython'
Traceback (most recent
2001 Jun 07
2
WARNING: putuserattr SEC_COMMIT failed: A file or directory
hi,
I am taking an error like this while loging into a AIX 4.3.3 on ssh 2.4.0
WARNING: putuserattr SEC_COMMIT failed: A file or directory in the path
name does not exist.
is there any one knowing why this happens or do you know anybody who can
tell me why it happens ?
thanks in advance .
2009 Oct 20
2
Problem using the source-function within R-functions
Dear R community,
You may have the solution to how to construct a function using the function
"source()" to build the function; i.e.
myfunction <- function(...){
source('file1.r')
source('file2.r')
}
After compiling and installing the "myfunction" in R, then calling the
"myfunction" gives an error because the content of 'file1.r' and
2015 Feb 13
2
[PATCH] ./run: Use 'prepend' function to build paths.
Add a bash function 'prepend' for intelligently prepending elements to
paths. eg:
prepend PYTHONPATH "/foo"
would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>"
Tested by:
(1) Building and testing libguestfs twice: first without libguestfs
installed as a system library, and then with it installed.
(2) Examining the output of
2016 Oct 27
1
[PATCH] run.in: Quote contents of @VAR@ substitutions
---
run.in | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/run.in b/run.in
index 8fdf454..438a68c 100755
--- a/run.in
+++ b/run.in
@@ -140,15 +140,15 @@ export PERL_VALGRIND=1
export PERL_DESTRUCT_LEVEL=2
# For Python.
-export PYTHON=@PYTHON@
+export PYTHON="@PYTHON@"
prepend PYTHONPATH "$b/python/.libs"
prepend PYTHONPATH
2006 Feb 26
3
Ajax training in Austria: "Ajax richtig verwenden"
Heya all,
I?m doing a one-day training on everything Ajax mainly focusing on
script.aculo.us, but naturally including Prototype and a look on Ruby
on Rails Ajax capabilities as well, plus a look on our product
fluxiom - on March 17, here in Vienna, Austria (for german speaking
audiences).
Here are the (in-german) details:
In diesem eint?gigen Seminar zeigt Ihnen Thomas Fuchs wie Sie die
2000 Aug 23
1
Protocol 2 remote forwarding patch
Hi !
Here's a patch to add remote port forwarding support (protocol 2) for
openssh. I have tried to test that it works like it should but a more
thorough testing is needed. This patch adds both client/server support.
The patch should be applied to openssh-2.1.1p4 source tree.
Also included is a PortForwarding sshd_config option, new ./configure
option --disable-forwarding that should make it
2000 Aug 13
1
Anybody working on -R support for proto 2 ?
Hi !
Is anyone working on getting -R (remote port forwarding) working with
protocol 2 ?
I might be interested in helping but don't want to duplicate any
previous work.
-Jarno
--
Jarno Huuskonen - System Administrator | Jarno.Huuskonen at uku.fi
University of Kuopio - Computer Center | Work: +358 17 162822
PO BOX 1627, 70211 Kuopio, Finland | Mobile: +358 40 5388169
2002 Jan 27
1
Strange read_passphrase behaviour ?
Hi,
I'm sorry if this has already come up on the list, I did a quick search
of the archive and didn't notice it.
I noticed IMHO strange behavior in read_passphrase:
If readpassphrase returns NULL and sets errno to ENOTTY, then
read_passphrase returns an empty passphrase to the caller instead of
error, now what happens with password authentication is that
if readpassphrase fails every
2000 Nov 07
4
RedHat sshd.init script typo ?
Hi,
I noticed one small possible error in the
openssh-2.3.0p1/contrib/redhat/sshd.init script.
In the stop option:
stop)
echo -n "Shutting down sshd: "
if [ -f $PID_FILE ] ; then
killproc sshd
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
fi
echo
2005 May 22
0
[LLVMdev] Python-LLVM bindings updated
Hi Jarno,
This is great! We would absolutely love to have python bindings for
LLVM.
From the look of your patch, I think we want this to become an LLVM
project since it has configuration and compiler support that is new to
the main LLVM repository. We don't want the main LLVM libraries to be
dependent on Boost or Python. So, there's a couple things we need to
have you do before this
2010 May 16
1
RODBC-Error-sqlSave
Dear R-community,
After repeating the sqlSave-command 3 times on a dataframe (of size 13149
rows * 5 columns) to my MS-Access database I get the following error:
*Error in sqlSave(channel, eksport_transp_acc_2, "transp_acc_scenarier", :
unable to append to table ‘transp_acc_scenarier’*
**
This means that the first 2 savings are completed, but the third-one
is somehow not. I have an
2018 May 30
4
[SROA][DebugInfo][GSoC] Testing SROA on amalgamated sqlite source
Introduction
============
`SROA' is an early stage pass running at the very beginning of the
pipeline in `-O{1,2,3}'. Greg Bedwell's report from his DExTer tool
shows SROA on function as one of the major culprits of Debug Info
loss.
With debugify-each partially done I tried testing this on the
amalgamated sqlite source.
The steps are as follows:
,----
| # generate
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in
rpmforge
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm
Compiled python-sybase-0.39 by hand, and also via rpm.