source: branches/1.2/gui/apps/rappture.use.in @ 3652

Last change on this file since 3652 was 3330, checked in by gah, 11 years ago

merge (by hand) with Rappture1.2 branch

File size: 914 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 ${libdir}
21prepend DYLD_LIBRARY_PATH ${libdir}
22
23prepend MATLABPATH ${libdir}/matlab
24prepend OCTAVE_PATH :${libdir}/octave${octave_version}:
25prepend OCTAVE_LOADPATH :${libdir}/octave3:
26
27prepend PERL5LIB ${libdir}/perl
28prepend RUBYLIB ${libdir}/ruby
29prepend PYTHONPATH ${libdir}/python${python_version}/site-packages
30
31prepend TCLLIBPATH ${vtkdir}
32prepend TCL_LIBRARY ${libdir}/tcl${tcl_version}
33prepend TK_LIBRARY ${libdir}/tk${tcl_version}
34
35prepend R_LIBS ${libdir}/R
36
37tags DEVEL
Note: See TracBrowser for help on using the repository browser.