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