Changeset 17910 for fact/tools/pyscripts/pyfact
- Timestamp:
- 06/12/14 15:51:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/pyfact.py
r17803 r17910 23 23 "max-K50AB" : "/usr/lib/x86_64-linux-gnu/libz.so", 24 24 "watz" : "/usr/lib/x86_64-linux-gnu/libz.so", 25 "fact03" : "/usr/lib/x86_64-linux-gnu/libz.so", 25 26 "grolsch" : "/usr/lib/i386-linux-gnu/libz.so", 26 27 } … … 41 42 42 43 44 #NOTE: This part has to be adapted for gcc > 4.7, where -std=c++11 can/should(?) be used. 43 45 root_make_string = ROOT.gSystem.GetMakeSharedLib() 44 46 if not "-std=c++0x" in root_make_string:
Note:
See TracChangeset
for help on using the changeset viewer.