This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 twang15
					twang15