% INSTALL_DIRECTORY % this is variable substituted inside perl script. % possible values are: % $ARCH -- the result of `cercs_arch` or the -a flag, % $hostname -- the host where the build is performed % $HOME -- the $HOME environment variable value during the build % $project -- the project name (like "ffs", "evpath", etc.) % $repository -- like "kaos" or "github" INSTALL_DIRECTORY=/home3/khuck/install/chaos/stable % VERSION_TAG - various values, including "development", "stable", etc. % VERSION_TAG=stable %BUILDLIST % project repository dill kaos cercs_env kaos atl kaos ffs kaos enet eisengithub nnti eisengithub evpath kaos echo2 kaos comm_group kaos cmrpc kaos pds kaos gs kaos lgs kaos libbench kaos %REPOSITORIES % % database of archive names, source code tool and repo spec values to use % % format for each line: kaos svn http://svn.research.cc.gatech.edu/kaos/$project/trunk kaosarch svn http://svn.research.cc.gatech.edu/kaos/$project/trunk eisengithub git https://github.com/eisenhauer/$project.git % special flags DISABLE_TESTING %ENABLE_CDASH_SUBMIT %ENABLE_CDASH_VALGRIND %ENABLE_DEBUG_BUILD % uncomment below to set results files dir (default /tmp) RESULTS_FILES_DIR=/ibrix/users/home3/khuck/src/flexpath-download/build_results % build master directory specificiation BUILD_AREA=/ibrix/users/home3/khuck/src/flexpath-download/build_area %CONFIGURE/CMAKE ARGUMENTS % % format for each line: cmake/configure % % configure arguments are variable substituted inside perl script. % possible values are: % $ARCH -- the result of `cercs_arch` or the -a flag, % $hostname -- the host where the build is performed % $HOME -- the $HOME environment variable value during the build % $project -- the project name (like "ffs", "evpath", etc.) % $repository -- like "kaos" or "github" kaos configure kaos cmake eisengithub eisengithub %