Difference between revisions of "CLAS6 Software"
Jump to navigation
Jump to search
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Check out software= | =Check out software= | ||
| − | + | == required environmental variables== | |
| − | |||
setenv PYTHONPATH /home/daq/src/local/lib/python | setenv PYTHONPATH /home/daq/src/local/lib/python | ||
setenv PATH /home/daq/src/local/bin:$PATH | 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 | As root I did | ||
yum install {tcl,tk,cernlib,mysql,libstdc++,glibc,zlib,blas}-devel.i*86 | 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 | ||
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