source: trunk/packages/optimizer/src/pkgIndex.tcl.in @ 1272

Last change on this file since 1272 was 897, checked in by mmc, 16 years ago

Improved the Rappture optimization API to include Tcl bindings.
Added standard build/test stuff for Tcl libraries. Created a
plugin hook for optimization libraries like pgapack. The plugin
support still needs some work.

File size: 306 bytes
Line 
1# this file identifies RapptureOptimizer as a Tcl package
2proc @PACKAGE_NAME@_init {} [format {
3    set libfile [file join %s @PKG_LIB_FILE@]
4    load $libfile @PACKAGE_NAME@
5    package provide @PACKAGE_NAME@ @PACKAGE_VERSION@
6} $dir]
7package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ @PACKAGE_NAME@_init
Note: See TracBrowser for help on using the repository browser.