source: branches/uq/gui/apps/rappture.use.in @ 5190

Last change on this file since 5190 was 5190, checked in by mmh, 9 years ago

update use script

File size: 1021 bytes
Line 
1
2conflict RAPPTURE_CHOICE
3
4use -r -e puq-2.2.6
5
6desc "The Rappture tool environment (released version)."
7
8help "Rappture is a graphical tool wrapper.
9It can be used to add a graphical user interface to
10a conventional scientific application."
11
12exec_prefix=@prefix@
13libdir=@libdir@
14bindir=@bindir@
15vtk_tcl_dir=@VTK_TCL_DIR@
16python_version=@PYTHON_VERSION@
17tcl_version=@TCL_VERSION@
18octave_version=@OCTAVE_VERSION_MAJOR@
19
20prepend PATH ${bindir}
21
22prepend LD_LIBRARY_PATH ${libdir}
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 ${vtk_tcl_dir}
34prepend TCL_LIBRARY ${libdir}/tcl${tcl_version}
35prepend TK_LIBRARY ${libdir}/tk${tcl_version}
36
37prepend CLASSPATH ${libdir}/java
38
39prepend R_LIBS ${libdir}/R
40
41setenv RAPPTURE_PATH ${exec_prefix}
42
43tags DEVEL
Note: See TracBrowser for help on using the repository browser.