Difference between revisions of "CLAS6 Software"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 24: | Line 24: | ||
;programs in the detector subdirectory compile just fine from the detector subdirectory level | ;programs in the detector subdirectory compile just fine from the detector subdirectory level | ||
− | |||
+ | could not compile reconstruction subdirectory files because | ||
+ | class_offsets.inc was undefined | ||
− | + | scons install fails here | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | scons | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Latest revision as of 04:07, 6 October 2011
Check out software
required environmental variables
setenv PYTHONPATH /home/daq/src/local/lib/python
setenv PATH /home/daq/src/local/bin:$PATH
setenv PREFIX /home/daq/src/CLAS/clas6-trunk
svn co https://jlabsvn.jlab.org/svnroot/clas/build_system/trunk /home/daq/src/local/lib/python/build_system ln -s /home/daq/src/local/lib/python/build_system/scripts/platform /home/daq/srclocal/bin/
As root I did
yum install {tcl,tk,cernlib,mysql,libstdc++,glibc,zlib,blas}-devel.i*86
yum install mysql-devel.i386
Compiling utilities
compile detector/ subdirectory files
- programs in the detector subdirectory compile just fine from the detector subdirectory level
could not compile reconstruction subdirectory files because
class_offsets.inc was undefined
scons install fails here