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

Last change on this file since 5259 was 4657, checked in by dkearney, 10 years ago

adding rappture's java libraries to the CLASSPATH environment variable in rappture's use script.

File size: 1000 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@
13vtk_tcl_dir=@VTK_TCL_DIR@
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 ${vtk_tcl_dir}
32prepend TCL_LIBRARY ${libdir}/tcl${tcl_version}
33prepend TK_LIBRARY ${libdir}/tk${tcl_version}
34
35prepend CLASSPATH ${libdir}/java
36
37prepend R_LIBS ${libdir}/R
38
39setenv RAPPTURE_PATH ${exec_prefix}
40
41tags DEVEL
Note: See TracBrowser for help on using the repository browser.