This commit is contained in:
parent
7fa3e7a9aa
commit
4b15391dab
@ -44,3 +44,9 @@ class Cleverleaf(CMakePackage):
|
||||
depends_on('hdf5+mpi')
|
||||
depends_on('boost')
|
||||
depends_on('cmake@3.1:', type='build')
|
||||
|
||||
def flag_handler(self, name, flags):
|
||||
if self.spec.satisfies('%intel') and name in ['cppflags', 'cxxflags']:
|
||||
flags.append(self.compiler.cxx11_flag)
|
||||
|
||||
return (None, None, flags)
|
||||
|
Loading…
Reference in New Issue
Block a user