Skip to content
Nathan A. Sparks edited this page Oct 16, 2016 · 11 revisions

Using group builds on JLab CUE

hdpm setup

To add hdpm version 0.2.0 to your PATH, and set your package directory (for csh):

setenv PATH /group/halld/Software/hdpm/0.2.0/bin:$PATH
setenv GLUEX_TOP /path/to/your/package/directory

Development build

To build sim-recon against latest prebuilt installations of dependencies:

hdpm select --xml jlab-dev
hdpm build sim-recon

No-build option

To use the latest tagged, prebuilt sim-recon:

hdpm select --xml jlab
hdpm env
source $GLUEX_TOP/env-setup/master.[c]sh
Clone this wiki locally