#!/bin/tcsh -f # # This file should be sourced by your existing shell # to setup your environment. This will normally be # done using the "setup" alias defined in # /gluex/etc/hdonline.cshrc # # special setup needed for building rol's on rocdev1 or rocs # needed until Bryan M builds new operating system for rocs # # ejw, 10-dec-2013 # # echo "Modifying environment for roc development" echo "NOTE: only needed on a roc or on rocdev1!" # python setenv PATH /apps/python/PRO/bin:$PATH setenv PYTHONPATH /gluex/builds/devel/buildScripts # scons setenv PATH /apps/bin:$PATH # perl (needs to be fixed in hdonline.cshrc) setenv PATH /gluex/builds/devel/buildScripts:$PATH # BMS_OSNAME setenv BMS_OSNAME `osrelease.pl` # Use filter_path from ../setup_init.csh to compact things filter_path PATH filter_path LD_LIBRARY_PATH