Last change
on this file since 1067 was
897,
checked in by mmc, 17 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 |
---|
2 | proc @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] |
---|
7 | package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ @PACKAGE_NAME@_init |
---|
Note: See
TracBrowser
for help on using the repository browser.