*** include/ccp4.setup 2002/12/19 17:57:36 1.1 --- include/ccp4.setup 2002/12/19 18:00:58 *************** *** 1,7 **** #!/bin/csh # CCP4 setup file for C-shell (or tcsh) users -*- shell-script -*- ! # $Id: ccp4.setup,v 1.1 2002/12/19 17:57:36 BernsteH Exp BernsteH $ # This file is site specific and may also contain machine-specifics. The CCP4 # administrator will have to edit this file and then have anyone who wants to --- 1,9 ---- #!/bin/csh # CCP4 setup file for C-shell (or tcsh) users -*- shell-script -*- ! # Version created for Solaris 2.5.1 (SunOS 5.5.1) with gcc ! # Herbert J. Bernstein, ARCiB Project, Dowling College, yaya@dowling.edu ! # $Id: ccp4.setup-dist,v 1.45.2.1 2002/10/30 16:09:39 pjx Exp $ # This file is site specific and may also contain machine-specifics. The CCP4 # administrator will have to edit this file and then have anyone who wants to *************** *** 23,29 **** # CCP4_MASTER is the location of the top-level directory containing `ccp4'. # This is assumed to be shared between machines at a multi-machine site. ! setenv CCP4_MASTER /xtal setenv CCP4 $CCP4_MASTER/ccp4-4.2.2 # CCP4_SCR: a per-user directory for run-time-generated scratch --- 25,31 ---- # CCP4_MASTER is the location of the top-level directory containing `ccp4'. # This is assumed to be shared between machines at a multi-machine site. ! setenv CCP4_MASTER /usr/local setenv CCP4 $CCP4_MASTER/ccp4-4.2.2 # CCP4_SCR: a per-user directory for run-time-generated scratch *************** *** 59,64 **** --- 61,75 ---- #setenv HTTP_PROXY wwwblah.blah.ac.uk:xxxx/blah.blah ################### NOVICE USERS STOP HERE ##################### + ### EXTRA SETUP FOR sunos_gcc + set path=(/usr/local/bin /usr/openwin/bin $path /usr/ccs/bin ) + rehash + setenv OPENWINHOME /usr/openwin + if (${?LD_LIBRARY_PATH}) then + setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${OPENWINHOME}/lib + else + setenv LD_LIBRARY_PATH ${OPENWINHOME}/lib + endif ################### OPTIONS TO CUSTOMISE CCP4 ##################### *************** *** 211,217 **** setenv MOSHELPFILE mosflm # required by (ip)mosflm # Rasmol path. Needed for prog. to find rasmol.hlp ! setenv RASMOLPATH $CCP4/x-windows/RasMol # CCP4 executables and scripts live in $CBIN and $CETC respectively; put them # on the path in an appropriate order for scripts to be used as wrappers for --- 222,228 ---- setenv MOSHELPFILE mosflm # required by (ip)mosflm # Rasmol path. Needed for prog. to find rasmol.hlp ! setenv RASMOLPATH $CCP4/x-windows/RasMol/src # CCP4 executables and scripts live in $CBIN and $CETC respectively; put them # on the path in an appropriate order for scripts to be used as wrappers for