NAME

mst-ots-build - MST specific ots-build wrapper

SYNTAX

# load library
if ots_build=$(pkg-config --libs mst-ots-build); then
  . $ots_build
else
  echo >&2 "unable to load mst-ots-build library"
  exit 1
fi

# override some default variables
otsb_set var1 val1
otsb_set var2 val2

# initialize the library
otsb_init

# parse the command line
otsb_options "$@"

# create default build variables
otsb_set_build_variables

otsb_run_req_cmds

DESCRIPTION

This is a wrapper around ots-build to customize it for the MST environment. Instead of sourcing the ots-build script, source the mst-ots-build script. Then follow the instructions for ots-build.

What is changed

The following changes are made to the standard ots-build functionality:

COPYRIGHT AND LICENSE

AUTHOR

Diab Jerius <djerius@cfa.harvard.edu>