version 1.31, 2022/02/04 22:24:38
|
version 1.32, 2022/06/06 23:13:28
|
Line 848 def configureComps(defs, mDefs): |
|
Line 848 def configureComps(defs, mDefs): |
|
| |
if not hasicc and not hasgcc: | if not hasicc and not hasgcc: |
print('Fatal error: Acceptable C compiler not found! You will be unable to build the DRMS library.', file=sys.stderr) | print('Fatal error: Acceptable C compiler not found! You will be unable to build the DRMS library.', file=sys.stderr) |
rv = bool(1) |
rv = bool(0) # Art - don't bail, we might be using drmsparams.py and not care about the rest of DRMS |
elif hasicc: | elif hasicc: |
mDefs.extend(list('\nCOMPILER = icc')) | mDefs.extend(list('\nCOMPILER = icc')) |
# mDefs.extend(list('\nICC_VERSION = blah')) | # mDefs.extend(list('\nICC_VERSION = blah')) |