# Commands and environment variables for local additions # to BIRCH if ( $BIRCH_DEBUG == 1 ) echo Running local.login.source #set path = (/opt/csw/bin $path) # Environment variables for Staden # Note that staden.login automatically adds the staden bin # directory to the $PATH if ( -e $BIRCH/pkg/staden ) then setenv STADENROOT $BIRCH/local/pkg/staden source $STADENROOT/staden.login endif # --------------- EMBOSS ------------------------ switch ($BIRCH_PLATFORM) case "solaris-sparc": setenv PLPLOT_LIB $BIRCH/local/pkg/EMBOSS/solaris-sparc/lib setenv PATH $PATH\:$BIRCH/local/pkg/EMBOSS/solaris-sparc/bin breaksw case "solaris-amd64": setenv PLPLOT_LIB $BIRCH/local/pkg/EMBOSS/solaris-amd64/lib setenv PATH $PATH\:$BIRCH/local/pkg/EMBOSS/solaris-amd64/bin breaksw case "linux-intel": setenv PLPLOT_LIB $BIRCH/local/pkg/EMBOSS/linux-intel/lib setenv PATH $PATH\:$BIRCH/local/pkg/EMBOSS/linux-intel/bin breaksw case "linux-x84_64": setenv PLPLOT_LIB $BIRCH/local/pkg/EMBOSS/linux-x84_64/lib setenv PATH $PATH\:$BIRCH/local/pkg/EMBOSS/linux-x84_64/bin breaksw default: setenv PLPLOT_LIB $BIRCH/local/pkg/EMBOSS/solaris-sparc/lib setenv PATH $PATH\:$BIRCH/local/pkg/EMBOSS/solaris-sparc/bin breaksw endsw # Print login messages cat $BIRCH/local/admin/Login_Message