Fix more flake issues caused by last changes.
This commit is contained in:
parent
8c82834ca2
commit
a2d57f0550
@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
class Cbtf(CMakePackage):
|
class Cbtf(CMakePackage):
|
||||||
"""CBTF project contains the base code for CBTF that supports creating
|
"""CBTF project contains the base code for CBTF that supports creating
|
||||||
components, component networks and the support to connect these
|
components, component networks and the support to connect these
|
||||||
|
@ -173,9 +173,9 @@ def cmake_args(self):
|
|||||||
self.set_defaultbase_cmakeOptions(spec, cmake_args)
|
self.set_defaultbase_cmakeOptions(spec, cmake_args)
|
||||||
|
|
||||||
cmake_args.extend(
|
cmake_args.extend(
|
||||||
['-DCMAKE_CXX_FLAGS=%s' % compile_flags,
|
['-DCMAKE_CXX_FLAGS=%s' % compile_flags,
|
||||||
'-DCMAKE_C_FLAGS=%s' % compile_flags,
|
'-DCMAKE_C_FLAGS=%s' % compile_flags,
|
||||||
'-DINSTRUMENTOR=%s'
|
'-DINSTRUMENTOR=%s'
|
||||||
% instrumentor_setting,
|
% instrumentor_setting,
|
||||||
'-DLIBMONITOR_DIR=%s'
|
'-DLIBMONITOR_DIR=%s'
|
||||||
% spec['libmonitor'].prefix,
|
% spec['libmonitor'].prefix,
|
||||||
|
Loading…
Reference in New Issue
Block a user