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

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

add anaconda to rappture use

File size: 1.0 KB
Line 
1
2conflict RAPPTURE_CHOICE
3
4use -r -e anaconda-2.1.0
5use -r -e puq-2.2.7
6
7desc "The Rappture tool environment (released version)."
8
9help "Rappture is a graphical tool wrapper.
10It can be used to add a graphical user interface to
11a conventional scientific application."
12
13exec_prefix=@prefix@
14libdir=@libdir@
15bindir=@bindir@
16vtk_tcl_dir=@VTK_TCL_DIR@
17python_version=@PYTHON_VERSION@
18tcl_version=@TCL_VERSION@
19octave_version=@OCTAVE_VERSION_MAJOR@
20
21prepend PATH ${bindir}
22
23prepend LD_LIBRARY_PATH ${libdir}
24prepend DYLD_LIBRARY_PATH ${libdir}
25
26prepend MATLABPATH ${libdir}/matlab
27prepend OCTAVE_PATH :${libdir}/octave${octave_version}:
28prepend OCTAVE_LOADPATH :${libdir}/octave3:
29
30prepend PERL5LIB ${libdir}/perl
31prepend RUBYLIB ${libdir}/ruby
32prepend PYTHONPATH ${libdir}/python${python_version}/site-packages
33
34prepend TCLLIBPATH ${vtk_tcl_dir}
35prepend TCL_LIBRARY ${libdir}/tcl${tcl_version}
36prepend TK_LIBRARY ${libdir}/tk${tcl_version}
37
38prepend CLASSPATH ${libdir}/java
39
40prepend R_LIBS ${libdir}/R
41
42setenv RAPPTURE_PATH ${exec_prefix}
43
44tags DEVEL
Note: See TracBrowser for help on using the repository browser.