source: trunk/gui/apps/rappture.use.in @ 4503

Last change on this file since 4503 was 4118, checked in by ldelgass, 10 years ago

Add configure/Makefile support for vtkDICOM in rappture GUI

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