Difference between revisions of "CLAS6 Software"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
class_offsets.inc was undefined | class_offsets.inc was undefined | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | scons install fails here | ||
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