MantisBT - JANA
View Issue Details
0000201JANAFeature Requestpublic2012-03-01 08:502012-03-26 19:30
davidl 
davidl 
normalminorN/A
resolvedfixed 
0000201: Add SConstruct file
Maurizio suggests adding an SConstruct file to the JANA distribution to make it available as an option for those who prefer scons. From his 3/1/2012 e-mail:

========================
Honestly the jana installation would be easier. You can find the example SConstruct in my home dir. To use it:

setenv JLAB_ROOT /site/12gev_phys
source $JLAB_ROOT/ce/jlab.csh

It would be great to include that file in the repository. Then to install jana:

svn co jana

cd $JANA_HOME

scons
========================
No tags attached.
Issue History
2012-03-01 08:50davidlNew Issue
2012-03-26 19:30davidlNote Added: 0000320
2012-03-26 19:30davidlStatusnew => resolved
2012-03-26 19:30davidlResolutionopen => fixed
2012-03-26 19:30davidlAssigned To => davidl

Notes
(0000320)
davidl   
2012-03-26 19:30   
The SConstruct script supplied by Mauri was added. The CLAS12 scons_scripts directory was added as an external to the JANA repository so the latest version will be included in distribution at the time the tar ball is made.

The scones build mechanism appears to work well. Parallel builds seem to work using the following:

scons -j8

(It is fast!)