source: branches/1.3/gui/apps/rappture.use.in @ 4518

Last change on this file since 4518 was 4518, checked in by gah, 10 years ago

fix vtk tcl path

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