source: branches/1.3/lang/tcl/pkgIndex.tcl.in @ 3739

Last change on this file since 3739 was 3739, checked in by gah, 11 years ago

bandaid R bindings for R 3.0.1

File size: 485 bytes
Line 
1package ifneeded Rappture @PACKAGE_VERSION@ [format {
2    set dir "%s"
3    set version @PACKAGE_VERSION@
4    lappend auto_path [file join $dir scripts]
5    namespace eval Rappture {
6        variable version $version
7        variable build "@SVN_VERSION@"
8        variable installdir [file normalize $dir]
9    }
10    namespace eval Rappture::LibraryObj {
11        #empty
12    }
13    set ext [info sharedlibextension]
14    load [file join $dir "Rappture${version}${ext}"]
15    package provide Rappture $version
16} $dir]
17
Note: See TracBrowser for help on using the repository browser.