fixing qhull: seems that dependency on cmake is essential when it is used
This commit is contained in:
parent
25e2be3efd
commit
f729cf621a
@ -21,6 +21,8 @@ class Qhull(Package):
|
||||
# https://github.com/qhull/qhull/pull/5
|
||||
patch('qhull-iterator.patch', when='@1.0')
|
||||
|
||||
depends_on('cmake')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
with working_dir('spack-build', create=True):
|
||||
cmake('..', *std_cmake_args)
|
||||
|
Loading…
Reference in New Issue
Block a user