We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b4395 commit f9b8818Copy full SHA for f9b8818
easybuild/easyblocks/w/wps.py
@@ -231,6 +231,7 @@ def configure_step(self):
231
'DM_CC': os.getenv('MPICC'),
232
'FC': os.getenv('MPIF90'),
233
'CC': os.getenv('MPICC'),
234
+ 'CPP': 'cpp -P -traditional',
235
}
236
if self.toolchain.options.get('openmp', None):
237
comps.update({'LDFLAGS': '%s %s' % (self.toolchain.get_flag('openmp'), os.environ['LDFLAGS'])})
0 commit comments