Skip to content

add support for externals to lb-run

Marco Clemencic requested to merge clemenci/LbScripts:LBCORE-1128 into master
  • added special option --ext to lb-run, allowing extra externals in the environment
  • added support for the special project LCG
  • added support for virtual project ROOT

Now it's possible to call:

bash-4.1$ lb-run ROOT 6.06.02 root -b 
   ----------------------------------------------------------------
  | Welcome to ROOT 6.06/02                    http://root.cern.ch |
  |                                   (c) 1995-2014, The ROOT Team |
  | Built for linuxx8664gcc                                        |
  | From heads/master@v6-07-02-437-gb06340c, Mar 02 2016, 19:01:57 |
  | Try '.help', '.demo', '.license', '.credits', '.quit'/'.q'     |
   ----------------------------------------------------------------

root [0]

Fixes LBCORE-1128.

Also fixes LBCORE-1101 (with 97637b25) and fixes LBCORE-770 (with 8708c6ad).

Merge request reports