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

Last change on this file since 2709 was 2709, checked in by dkearney, 13 years ago

adding R bindings with app-fermi example.

File size: 984 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@
13vtkdir=@VTKDIR@
14python_version=@PYTHON_VERSION@
15tcl_version=@TCL_VERSION@
16octave_version=@OCTAVE_VERSION_MAJOR@
17
18prepend PATH ${bindir}
19
20prepend LD_LIBRARY_PATH ${vtkdir}
21prepend LD_LIBRARY_PATH ${libdir}
22prepend DYLD_LIBRARY_PATH ${vtkdir}
23prepend DYLD_LIBRARY_PATH ${libdir}
24
25prepend MATLABPATH ${libdir}/matlab
26prepend OCTAVE_PATH :${libdir}/octave${octave_version}:
27prepend OCTAVE_LOADPATH :${libdir}/octave3:
28
29prepend PERL5LIB ${libdir}/perl
30prepend RUBYLIB ${libdir}/ruby
31prepend PYTHONPATH ${libdir}/python${python_version}/site-packages
32
33prepend TCLLIBPATH ${vtkdir}
34prepend TCL_LIBRARY ${libdir}/tcl${tcl_version}
35prepend TK_LIBRARY ${libdir}/tk${tcl_version}
36
37prepend R_LIBS ${libdir}/R
38
39tags DEVEL
Note: See TracBrowser for help on using the repository browser.