kokkos: generate_makefile calls cmake (#16237)

This commit is contained in:
Cameron Smith 2020-04-22 12:11:55 -04:00 committed by GitHub
parent 5f285fdd05
commit e7906d6507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,9 @@ class Kokkos(Package):
depends_on('qthreads', when='+qthreads')
depends_on('cuda', when='+cuda')
# generate_makefile.bash calls cmake
depends_on('cmake@3.10:', type='build')
def install(self, spec, prefix):
generate = which(join_path(self.stage.source_path,
'generate_makefile.bash'))