Last change
on this file since 1989 was
1989,
checked in by gah, 14 years ago
|
allow octave2 and octave3 versions to coexist
|
File size:
956 bytes
|
Line | |
---|
1 | |
---|
2 | conflict RAPPTURE_CHOICE |
---|
3 | |
---|
4 | desc "The Rappture tool environment (released version)." |
---|
5 | |
---|
6 | help "Rappture is a graphical tool wrapper. |
---|
7 | It can be used to add a graphical user interface to |
---|
8 | a conventional scientific application." |
---|
9 | |
---|
10 | exec_prefix=@prefix@ |
---|
11 | libdir=@libdir@ |
---|
12 | bindir=@bindir@ |
---|
13 | vtkdir=@VTKDIR@ |
---|
14 | python_version=@PYTHON_VERSION@ |
---|
15 | tcl_version=@TCL_VERSION@ |
---|
16 | octave_version=@OCTAVE_VERSION_MAJOR@ |
---|
17 | |
---|
18 | prepend PATH ${bindir} |
---|
19 | |
---|
20 | prepend LD_LIBRARY_PATH ${vtkdir} |
---|
21 | prepend LD_LIBRARY_PATH ${libdir} |
---|
22 | prepend DYLD_LIBRARY_PATH ${vtkdir} |
---|
23 | prepend DYLD_LIBRARY_PATH ${libdir} |
---|
24 | |
---|
25 | prepend MATLABPATH ${libdir}/matlab |
---|
26 | prepend OCTAVE_PATH :${libdir}/octave${octave_version}: |
---|
27 | prepend OCTAVE_LOADPATH :${libdir}/octave3: |
---|
28 | |
---|
29 | prepend PERL5LIB ${libdir}/perl |
---|
30 | prepend RUBYLIB ${libdir}/ruby |
---|
31 | prepend PYTHONPATH ${libdir}/python${python_version}/site-packages |
---|
32 | |
---|
33 | prepend TCLLIBPATH ${vtkdir} |
---|
34 | prepend TCL_LIBRARY ${libdir}/tcl${tcl_version} |
---|
35 | prepend TK_LIBRARY ${libdir}/tk${tcl_version} |
---|
36 | |
---|
37 | tags DEVEL |
---|
Note: See
TracBrowser
for help on using the repository browser.