source: trunk/gui/apps/rappture.use.in @ 1633

Last change on this file since 1633 was 1633, checked in by gah, 15 years ago
File size: 955 bytes
Line 
1
2conflict RAPPTURE_CHOICE
3
4desc "The Rappture tool environment (released version)."
5
6help "Rappture is a graphical tool wrapper.
7It can be used to add a graphical user interface to
8a conventional scientific application."
9
10exec_prefix=@prefix@
11libdir=@libdir@
12bindir=@bindir@
13
14destdir=@bindir@
15
16prepend PATH $destdir/bin
17
18prepend TCLLIBPATH $destdir/lib/vtk
19
20prepend LD_LIBRARY_PATH ${libdir}/vtk
21prepend LD_LIBRARY_PATH ${libdir}/vtk-5.2
22prepend LD_LIBRARY_PATH ${libdir}
23
24prepend DYLD_LIBRARY_PATH ${libdir}/vtk
25prepend DYLD_LIBRARY_PATH ${libdir}/vtk-5.2
26prepend DYLD_LIBRARY_PATH ${libdir}
27
28prepend MATLABPATH ${libdir}/matlab
29
30prepend OCTAVE_PATH :${libdir}/octave:
31prepend OCTAVE_LOADPATH :${libdir}/octave:
32
33prepend PERL5LIB ${libdir}/perl
34
35prepend RUBYLIB ${libdir}/ruby
36
37prepend TCL_LIBRARY ${libdir}/tcl8.4
38
39prepend TK_LIBRARY ${libdir}/tk8.4
40
41python_version="@PYTHON_VERSION@"
42prepend PYTHONPATH ${libdir}/python${python_version}/site-packages
43
Note: See TracBrowser for help on using the repository browser.