# # DQ2-Client # # latest version: March 8, 2006 # Horst Severini # description('DQ2-Client','https://twiki.cern.ch/twiki/bin/view/Atlas/DQ2Releases') contact('Horst Severini','hs@nhn.ou.edu') version('0.3') ########dependencies #{ pythonVersionGE('2.2.0') OR pythonVersionLT('2.3') } #package("BU:Python | version('2.2.3')") #message('Installing GCE-Client') #package('GCL:GCE-Client | version("1.2.0 ")') #package('GCL:GCE-Client') #######DQ2-Client installation #downloadUntarzip('http://www.usatlas.bnl.gov/computing/software/pacman/PAS-cache/sources/DQ2_20050923_client.us.tar.gz') #downloadUntarzip('http://grid.uchicago.edu/caches/gcl/tarballs/dq2/dq2_client_050923_m1.tar.gz') downloadUntarzip('http://grid.uchicago.edu/caches/gcl/tarballs/dq2/DQ2_20050923_client.us.tar.gz') setenv('PACMAN_INSTRDIR_DQ2_Client','.') #[python2 -V => Python 2.2.0] output is >= [Python 2.2.0] #[python2 -V => Python 2.2.0] output is <= [Python 2.2.9] #it is actually working also with more recent versions if the correct libraries are installed #setenvTemp('PID_dq2c','dq2-client') setenvTemp('PID_dq2c','DQ2_20050923_client') #path("$PID_dq2c/libs/",'LD_LIBRARY_PATH') #path("$PID_dq2c/libs/",'PYTHONPATH') path("$PID_dq2c/",'PYTHONPATH') path("$PID_dq2c/",'PATH')