gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 4 and Version 5 of libRootTuple


Ignore:
Timestamp:
Dec 11, 2018, 8:25:58 PM (6 years ago)
Author:
gallmei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libRootTuple

    v4 v5  
    44Here we rely on the library [https://roottuple.hepforge.org/ RootTuple], which is a lightweight Fortran interface to some existing [https://root.cern.ch/ ROOT] installation.
    55
    6 Unfortunately, the default installation process of '!RootTuple' produces only a 'shared' library (*.so) , which is not usable with GiBUU; here we need a 'static' library (*.a). Therefore some rework is needed and the total installation process reads:
     6Unfortunately, the default installation process of '!RootTuple' produces only a 'shared' library (*.so) , which is not usable with GiBUU; here we need a 'static' library (*.a). Therefore some rework is needed.
     7
     8== The easier way ==
     9
     10If you have followed the downloaded proceduce for the tar-balls, 
     11
     12== The manual way ==
     13
     14If something goes wrong, you may try to do the manual copilation procedure:
    715
    8161) Download the source from https://roottuple.hepforge.org/
     
    2634  (Here the '...100...' indicates the version number, which is fixed to be 1.0.0; please do not change!)
    2735
    28 After this, a new rebuild of GiBUU should detect the library and automatically enable 'ROOT' as a possible output format.
     36After this, a new rebuild of GiBUU should detect the library.