Changeset 17910 for fact/tools/pyscripts


Ignore:
Timestamp:
06/12/14 15:51:30 (10 years ago)
Author:
kraehenb
Message:
Added fact03.ethz.ch to libz-list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/pyfact.py

    r17803 r17910  
    2323    "max-K50AB"     : "/usr/lib/x86_64-linux-gnu/libz.so",
    2424    "watz"          : "/usr/lib/x86_64-linux-gnu/libz.so",
     25    "fact03"          : "/usr/lib/x86_64-linux-gnu/libz.so",
    2526    "grolsch"       : "/usr/lib/i386-linux-gnu/libz.so",
    2627}
     
    4142
    4243   
     44#NOTE: This part has to be adapted for gcc > 4.7, where -std=c++11 can/should(?) be used.
    4345root_make_string = ROOT.gSystem.GetMakeSharedLib()
    4446if not "-std=c++0x" in root_make_string:
Note: See TracChangeset for help on using the changeset viewer.