repo.or.cz
/
gfxprim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
filters: Linear Convolution make use of the TempAllocator.
[gfxprim.git]
/
gp_run.sh
blob
4c76693dca84b0176dbc56e98999591e1ff60384
1
#!/bin/sh
2
3
# Very simple script to run python, ipython and GP executables
4
5
BDIR
=
.
6
7
export
LD_LIBRARY_PATH
=
$BDIR
/
build
/
8
export
PYTHONPATH
=
$BDIR
/
pylib
/
9
10
exec
"$@"