Skip to content

Example, stand-alone package to write your own WCT plugin library with your own WCT components.

Notifications You must be signed in to change notification settings

WireCell/example-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Wire-Cell Toolkit package

This package shows bare-bones skeleton for a package that can be built against Wire-Cell Toolkit using WCT’s own build system.

It takes a simple form with lib/ directory at top level. You may also make a compound package with sub-packages as sub-directories like WCT itself.

Build, test and install this package much like you would WCT itself:

$ ./wcb configure --prefix=/path/to/install \
      --with-wct=$HOME/opt/wct \
      [...maybe other --with-* flags...]
$ ./wcb
$ ./wcb install

More information can be seen in the waf-tools README.

See also wire-cell-zpb, a “real” package following the patterns of this example.

About

Example, stand-alone package to write your own WCT plugin library with your own WCT components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published