BRAT 1.5.1 and 1.5.2 on pii<x>

From: Christian Holm Christensen (cholm@hehi03.nbi.dk)
Date: Mon Mar 27 2000 - 12:24:46 EST

  • Next message: Flemming Videbaek: "BRAT detectorParameters.txt"

    Hi All, 
    
    I've just compiled BRAT version 1.5.1, using ROOT 2.23.11, 
    and BRAT version 1.5.2, using ROOT 2.23.12, on pii3.brahms.bnl.gov. 
    
    For both BRAT versions, I also made a 'make test', which makes all the
    'Test<foo>' programs, as well as the executable 'brat'. So in the
    spririt of Kris, here's what to do in your environment to use these
    versions of BRAT:
    
    Version 1.5.1:
      setenv ROOTSYS /home/brahmlib/root/root_v2.23.11/${BRAHMS_ARCH}
      setenv PATH ${ROOTSYS}/bin:${PATH}
      setenv LD_LIBRARY_PATH ${ROOTSYS}/lib:${LD_LIBRARY_PATH}
      setenv BRATSYS /home/brahmlib/brat/VER-1-5-1
      setenv PATH ${BRATSYS}/lib/${BRAHMS_ARCH}:${PATH}
      setenv LD_LIBRARY_PATH ${BRATSYS}/lib/${BRAHMS_ARCH}:${LD_LIBRARY_PATH}
    
    Version 1.5.2 
      setenv ROOTSYS /home/brahmlib/root/root_v2.23.12/${BRAHMS_ARCH}
      setenv PATH ${ROOTSYS}/bin:${PATH}
      setenv LD_LIBRARY_PATH ${ROOTSYS}/lib:${LD_LIBRARY_PATH}
      setenv BRATSYS /home/brahmlib/brat/VER-1-5-2
      setenv PATH ${BRATSYS}/lib/${BRAHMS_ARCH}:${PATH}
      setenv LD_LIBRARY_PATH ${BRATSYS}/lib/${BRAHMS_ARCH}:${LD_LIBRARY_PATH}
    
    Using any of these versions, you can issue the command 'brat' at the
    command line, and a interpretor similar to the ROOT interpretor except
    the BRAT libraries are preloaded, will start with a friendly message
    and a 'brat [0]' prompt. No need to call 'BratLoad.C'. 
    
    Also avaliable is the script 'brat-config'. Use this in your Makefiles
    to get the BRAT variables you need:
    
      ROOTINC            = $(shell root-config --cflags)
      ROOTLIBS           = $(shell root-config --libs)
      ROOTGLIBS          = $(shell root-config --glibs)
      BRATINC            = $(shell brat-config --cflags)
      BRATBASELIBS       = $(shell brat-config --libs)
      BRATIOLIBS         = $(shell brat-config --iolibs)
      BRATDETLIBS        = $(shell brat-config --detlibs)
    
    The reason why I've not posted this mail on brahms-soft-l, and not
    updated the 'new' and 'pro' links, is so that Kris, Flemming, and
    others may get a chance to feel confident that these are stable
    versions. 
    
    Enjoy, 
    
    Christian  -----------------------------------------------------------
    Holm Christensen                             Phone:  (+45) 35 35 96 91 
      Sankt Hansgade 23, 1. th.                  Office: (+45) 353  25 305 
      DK-2200 Copenhagen N                       Web:    www.nbi.dk/~cholm    
      Denmark                                    Email:       cholm@nbi.dk
    



    This archive was generated by hypermail 2b29 : Mon Mar 27 2000 - 12:27:17 EST