set HERE=`pwd` source ~/.login set path= ( . $HOME/bin $path /cern/new/bin /usr/sbin ) set prompt="`hostname`> " setenv EDITOR "emacs -nw" setenv TRIUMF_TERMINAL_TYPE X alias ls 'ls -CF --color' alias rm 'rm -i' source ~/e614soft/triumf/setup.com if ( ! $?TRIUMF_ROOT ) then setenv TRIUMF_ROOT /home/e614/e614soft/triumf endif if ( ! $?E614_CAL ) then setenv E614_CAL /home/e614/e614soft endif if ( ! $?TRIUMF_SCRIPTS ) then setenv TRIUMF_SCRIPTS $TRIUMF_ROOT endif if ( ! $?CERN_LIBRARY ) then setenv CERN_LIBRARY /cern/2002/lib endif if ( ! $?CERN_LIBRARY_ABSOFT ) then setenv CERN_LIBRARY_ABSOFT /twist/local/cern_absoft/2002/lib endif setenv CVS_RSH ssh if ( ! $?CVSROOT ) then if ( -d /home/e614mgr/cvs ) then setenv CVSROOT /home/e614mgr/cvs else endif if ( $?ROOTSYS ) then if ( ! $?GPLOT_DIR ) then setenv GPLOT_DIR ${TRIUMF_ROOT}/gplot endif if ( ! $?BRU_COMMANDS ) then setenv BRU_COMMANDS ${TRIUMF_ROOT}/bru endif if ( ! $?MOFIA_COMMANDS ) then setenv MOFIA_COMMANDS ${TRIUMF_ROOT}/mofia endif if ( ! $?GEANT_COMMANDS ) then setenv GEANT_COMMANDS ${TRIUMF_ROOT}/geant endif if ( ! $?CFM_COMMANDS ) then setenv CFM_COMMANDS ${TRIUMF_ROOT}/cfm endif if ( ! $?YBOS_COMMANDS ) then setenv YBOS_COMMANDS ${TRIUMF_ROOT}/ybos endif alias setup 'set setup_args=(!:*); eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/setup.com; unset setup_args' alias unsetup 'eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/unsetup.com' alias mlib "set mlib_args=(!:*); source ${TRIUMF_SCRIPTS}/mlib.csh; unset mlib_args" setup mofia devel source $MOFIA_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $MOFIA_COMMANDS/${vers} ) then echo Setting up MOFIA $vers Setting up MOFIA devel setenv MOFIA_ROOT ${MOFIA_COMMANDS}/${vers} if ( $vers == "1.0" || $vers == "1.5" || $vers == "1.6" ) then setenv MOFIA_BIN ${MOFIA_ROOT}/bin setenv MOFIA_DEBUG ${MOFIA_ROOT}/debug setenv MOFIA_DOC ${MOFIA_ROOT}/help setenv MOFIA_HELP ${MOFIA_ROOT}/help setenv MOFIA_SOURCE ${MOFIA_ROOT}/source setenv MOFIA_UPDATE ${MOFIA_ROOT}/update endif if ( $?DEBUG ) then setenv MOFIA_LIBDIR ${MOFIA_ROOT}/lib endif setenv MOFIA_DUMMY ${MOFIA_SOURCE}/dummy setenv MOFIA_INCLUDE ${MOFIA_SOURCE}/include setenv MOFIA_KCM ${MOFIA_SOURCE}/kcm setenv MOFIA_MAIN ${MOFIA_SOURCE}/main setenv MOFIA_MAINF90 ${MOFIA_SOURCE}/mainf90 setenv MOFIA_MIDAS ${MOFIA_SOURCE}/midas setenv MOFIA_MODULES ${MOFIA_SOURCE}/modules setenv MOFIA_OLD ${MOFIA_SOURCE}/old setenv MOFIA_PHOTO ${MOFIA_SOURCE}/photo setenv MOFIA_QOD ${MOFIA_SOURCE}/qod setenv MOFIA_USER ${MOFIA_SOURCE}/user cat ${MOFIA_UPDATE}/note.txt -------------------------------------------------------------------------------  MOFIA devel  1999-Oct-13 Initial f90 version 2000-Mar-30 See $MOFIA_UPDATE/note1.txt for changes. 2000-Sep-05 Version 2.0.1. See $MOFIA_UPDATE/note2.txt for changes. 2001-Apr-03 Version 2.1. See $MOFIA_UPDATE/note3.txt for changes. 2002-Feb-28 Version 2.2. See $MOFIA_UPDATE/note4.txt for changes. 2002-Mar-27 Version 2.2.1 See $MOFIA_UPDATE/note5.txt for changes. 2002-Apr-03 Version 2.2.2 See $MOFIA_UPDATE/note6.txt for changes. ------------------------------------------------------------------------------- alias mnew more ${MOFIA_UPDATE}/note.txt alias mnews more ${MOFIA_UPDATE}/notes_all.txt echo Setting up packages for MOFIA $vers Setting up packages for MOFIA devel if ( $vers == "1.0" ) then new: setup cfm 2.2 source $CFM_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $CFM_COMMANDS/${vers} ) then echo Setting up CFM $vers Setting up CFM 2.2 setenv CFM_ROOT ${CFM_COMMANDS}/${vers} setenv CAL_DB $E614_CAL/caldb_ascii setenv CFM_DB $E614_CAL/cfm/db_noswap setenv CFM_LOG $E614_CAL/cfm/log setenv CFM_DOC ${CFM_ROOT}/doc setenv CFM_LIBRARY ${CFM_ROOT}/lib setenv CFM_MAIN ${CFM_ROOT}/main setenv CFM_SOURCE ${CFM_ROOT}/source setenv CFMLOG ${CFM_LOG}/cfm.log setenv CFMREADLOCK ${CFM_DB}/cfm.readlock setenv CFMWRITELOCK ${CFM_DB}/cfm.writelock setenv CFMREC ${CFM_DB}/cfm.record alias cfm ${CFM_MAIN}/cfm.exe setup bru 1.1 source $BRU_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $BRU_COMMANDS/${vers} ) then setenv BRU_LIBRARY $BRU_COMMANDS/${vers} setup ybos 4.1 source $YBOS_COMMANDS/setup.com set P1 ; set P2 set nargs = $#setup_args if ( $nargs < 2 ) goto no_more set P1 = $setup_args[2] if ( $P1 == "PRODUCTION" ) set P1 = "production" if ( $nargs < 3 ) goto no_more unset nargs if ( $P1 == "" ) set P1 = "production" set YBOS_Version = $P1 set Use_Root = $YBOS_COMMANDS setenv YBOS_ROOT ${Use_Root}/${YBOS_Version} setenv YBOS_DOC ${Use_Root}/${YBOS_Version}/doc setenv YBOS_LIBRARY ${Use_Root}/${YBOS_Version}/library setenv YBOS_TEST ${Use_Root}/${YBOS_Version}/test setenv YBOS_SOURCE ${Use_Root}/${YBOS_Version}/source Exit: unset YBOS_Version unset Use_Root unset P1 ; unset P2 unsetenv IO_DIR goto end if ( $?DISPLAY ) then echo " " date Sun Feb 1 03:11:15 PST 2004 alias http "cd /home/e614/public_html; pwd" alias pu "rm -iv *~" alias ll "ls -al" alias rm "rm -iv" alias cp "cp -iv" alias mv "mv -iv" set prompt='%n[%B%c3%b]>' source $HERE/triumf/setup.com if ( ! $?TRIUMF_ROOT ) then if ( ! $?E614_CAL ) then if ( ! $?TRIUMF_SCRIPTS ) then if ( ! $?CERN_LIBRARY ) then if ( ! $?CERN_LIBRARY_ABSOFT ) then setenv CVS_RSH ssh if ( ! $?CVSROOT ) then if ( $?ROOTSYS ) then if ( ! $?GPLOT_DIR ) then if ( ! $?BRU_COMMANDS ) then if ( ! $?MOFIA_COMMANDS ) then if ( ! $?GEANT_COMMANDS ) then if ( ! $?CFM_COMMANDS ) then if ( ! $?YBOS_COMMANDS ) then alias setup 'set setup_args=(!:*); eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/setup.com; unset setup_args' alias unsetup 'eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/unsetup.com' alias mlib "set mlib_args=(!:*); source ${TRIUMF_SCRIPTS}/mlib.csh; unset mlib_args" setenv MOFIA_COMMANDS $HERE/triumf/mofia setenv GEANT_COMMANDS $HERE/triumf/geant setup geant devel source $GEANT_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $GEANT_COMMANDS/${vers} ) then echo Setting up GEANT $vers Setting up GEANT devel setenv GEANT_ROOT ${GEANT_COMMANDS}/${vers} setenv GEANT_BIN ${GEANT_ROOT}/bin setenv GEANT_RUN ${GEANT_ROOT}/run setenv GEANT_SOURCE ${GEANT_ROOT}/source setenv GEANT_DOC ${GEANT_ROOT}/doc setenv GEANT_HELP ${GEANT_ROOT}/help setenv GEANT_UPDATE ${GEANT_ROOT}/update setenv GEANT_WORK ${GEANT_ROOT}/work cat ${GEANT_UPDATE}/note.txt alias gnew more ${GEANT_UPDATE}/note.txt alias gnews more ${GEANT_UPDATE}/notes_all.txt echo Setting up packages for GEANT $vers Setting up packages for GEANT devel setup ybos 4.1 source $YBOS_COMMANDS/setup.com set P1 ; set P2 set nargs = $#setup_args if ( $nargs < 2 ) goto no_more set P1 = $setup_args[2] if ( $P1 == "PRODUCTION" ) set P1 = "production" if ( $nargs < 3 ) goto no_more unset nargs if ( $P1 == "" ) set P1 = "production" set YBOS_Version = $P1 set Use_Root = $YBOS_COMMANDS setenv YBOS_ROOT ${Use_Root}/${YBOS_Version} setenv YBOS_DOC ${Use_Root}/${YBOS_Version}/doc setenv YBOS_LIBRARY ${Use_Root}/${YBOS_Version}/library setenv YBOS_TEST ${Use_Root}/${YBOS_Version}/test setenv YBOS_SOURCE ${Use_Root}/${YBOS_Version}/source Exit: unset YBOS_Version unset Use_Root unset P1 ; unset P2 setup cfm 2.2 source $CFM_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $CFM_COMMANDS/${vers} ) then echo Setting up CFM $vers Setting up CFM 2.2 setenv CFM_ROOT ${CFM_COMMANDS}/${vers} setenv CAL_DB $E614_CAL/caldb_ascii setenv CFM_DB $E614_CAL/cfm/db_noswap setenv CFM_LOG $E614_CAL/cfm/log setenv CFM_DOC ${CFM_ROOT}/doc setenv CFM_LIBRARY ${CFM_ROOT}/lib setenv CFM_MAIN ${CFM_ROOT}/main setenv CFM_SOURCE ${CFM_ROOT}/source setenv CFMLOG ${CFM_LOG}/cfm.log setenv CFMREADLOCK ${CFM_DB}/cfm.readlock setenv CFMWRITELOCK ${CFM_DB}/cfm.writelock setenv CFMREC ${CFM_DB}/cfm.record alias cfm ${CFM_MAIN}/cfm.exe goto end mlib g77 set os_type = `uname -a | awk '{print $1}'` set VERBOSE unsetenv MOFIA_LIBDIR setenv FFLAGS " " unsetenv CFLAGS unsetenv DFLAGS unsetenv MAKESTD unsetenv CERN_LIBDIR unsetenv CERN_INCLUDE unsetenv F90FLAGS unsetenv I90FLAGS unsetenv LD_COMP setenv CXX " " setenv CXXFLAGS " " setenv ROOTCFLAGS " " setenv ROOTGLIBS " " setenv LIB_SPECIAL " " if ( ! $?TRIUMF_SCRIPTS ) then setenv SYNTAX "syntax" if ( $os_type == IRIX64 || $os_type == IRIX ) then setenv SYNTAX "syntax: mlib [-h] [g77] [gfortran] [f90] [f95] [icc7] [icc8] [debug] [profile] [nocheck] [static] [quiet] [[-]query]" endif foreach arg ( $mlib_args ) if ( $arg == -h ) then end unsetenv SYNTAX foreach arg ( $mlib_args ) if ( $arg == -query ) goto query end if ( `echo $mlib_args | grep -c quiet` ) then if ( `echo $mlib_args | grep -c debug` ) then unsetenv MLIB_DEBUG endif if ( `echo $mlib_args | grep -c profile` ) then unsetenv PROFILE endif if ( `echo $mlib_args | grep -c nocheck` ) then unsetenv NOCHECK endif if ( `echo $mlib_args | grep -c static` ) then unset STATIC endif unset F95 unset G77 unset GFORTRAN unset ICC7 unset ICC8 if ( `echo $mlib_args | grep -c f90` ) then if ( `echo $mlib_args | grep -c f95` ) then if ( `echo $mlib_args | grep -c g77` ) then set G77 endif if ( `echo $mlib_args | grep -c gfortran` ) then if ( `echo $mlib_args | grep -c icc7` ) then if ( `echo $mlib_args | grep -c icc8` ) then setenv CERN_INCLUDE $CERN_LIBRARY/../include if ( $?MOFIA_ROOT ) then setenv IFLAGS "-I. -I$MOFIA_INCLUDE -I$YBOS_LIBRARY -I$CFM_SOURCE -I$BRU_LIBRARY -I$CERN_INCLUDE -I$CERN_INCLUDE/geant321" else if ( $os_type == IRIX64 || $os_type == IRIX ) then if ( $os_type == Linux ) then if ( ! $?ROOTSYS ) then if ( $?ICC7 ) then setenv ROOTSYS /triumfcs/trshare/olchansk/root/root_v3.10.02.RH8.0 endif endif if ( $?ROOTSYS ) then setenv ROOTCFLAGS `$ROOTSYS/bin/root-config --cflags` endif if ( $?F95 ) then if ( $?GFORTRAN ) then if ( $?ICC7 ) then if ( $?ICC8 ) then setenv MAKESTD $TRIUMF_SCRIPTS/make.std.g77 if ( $?MOFIA_ROOT ) then setenv MOFIA_LIBDIR $MOFIA_ROOT/lib endif setenv FFLAGS "--Wall -Wuninitialized -Wimplicit -fno-second-underscore -fno-automatic -finit-local-zero -ffixed-line-length-132" setenv CFLAGS " -Wall -Wuninitialized" setenv CXXFLAGS " -Wall -Wuninitialized" if ( $?MLIB_DEBUG ) then setenv FFLAGS "-O2 ${FFLAGS}" setenv CFLAGS "-O2 ${CFLAGS}" setenv CXXFLAGS "-O2 ${CXXFLAGS}" setenv LIB_SUFFIX endif if ( $?PROFILE ) then setenv MAKESTD $TRIUMF_SCRIPTS/make.std.g77 setenv DFLAGS "-DUNIX -Dunix -DLINUX -Dlinux -Dg77 -DCERNLIB_TYPE" setenv LD_COMP "g77" if ( $?STATIC ) then setenv CERN_LIBDIR $CERN_LIBRARY setenv LIB_SPECIAL "-lcrypt -ldl -lnsl" endif else if ( $os_type == OSF1 ) then if ( -e $TRIUMF_SCRIPTS/mlib-local.csh ) source $TRIUMF_SCRIPTS/mlib-local.csh if ( -e ./mlib-local.csh ) source mlib-local.csh query: if ( $?VERBOSE ) then echo " --- mlib setups ---" --- mlib setups --- echo 'OS type: '$os_type OS type: Linux if ( $?MLIB_DEBUG ) then echo 'Debug: OFF' Debug: OFF endif if ( $?PROFILE ) then echo 'Profile: OFF' Profile: OFF endif if ( $os_type == Linux ) then if ( $?F95 ) then if ( $?GFORTRAN ) then if ( $?ICC7 ) then if ( $?ICC8 ) then echo Compiler: g77, g77 CERNLIBs Compiler: g77, g77 CERNLIBs endif endif if ( $?ROOTSYS ) then echo 'Root: ' $ROOTSYS Root: /triumfcs/trshare/olchansk/root/root_v3.10.02.RH8.0 else if ( $?CERN_LIBDIR ) then echo 'Cern: ' $CERN_LIBDIR Cern: /cern/2002/lib else if ( $?MOFIA_ROOT ) then echo Mofia libraries: $MOFIA_LIBDIR Mofia libraries: /home/e614/e614soft/triumf/mofia/devel/lib echo Mofia mainf90 modules: $MOFIA_MAINF90 Mofia mainf90 modules: /home/e614/e614soft/triumf/mofia/devel/source/mainf90 else echo Make rules: $MAKESTD Make rules: /home/e614/e614soft/triumf/make.std.g77 endif unsetenv VERBOSE unsetenv PROFILE unsetenv NOCHECK cd $HERE/triumf/geant/devel ./make_all if ( ! -d bin ) mkdir bin cd source make clean rm -f /home/e614/private_html/nightly_builds/triumf/geant/devel/bin/bat614 rm -f /home/e614/private_html/nightly_builds/triumf/geant/devel/bin/int614 rm -f /home/e614/private_html/nightly_builds/triumf/geant/devel/bin/int614_motif rm -f *.o Dependencies rm -f bat614 int614 int614_motif make g77 -c -O2 --Wall -Wuninitialized -Wimplicit -fno-second-underscore -fno-automatic -finit-local-zero -ffixed-line-length-132 -I. -I/home/e614/e614soft/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Dg77 -DCERNLIB_TYPE gumain.F f771: unrecognized option `-fWall' make: *** [gumain.o] Error 1 make int614 g77 -c -O2 --Wall -Wuninitialized -Wimplicit -fno-second-underscore -fno-automatic -finit-local-zero -ffixed-line-length-132 -I. -I/home/e614/e614soft/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Dg77 -DCERNLIB_TYPE gxint321.F f771: unrecognized option `-fWall' make: *** [gxint321.o] Error 1