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