fixing qhull: seems that dependency on cmake is essential when it is used

This commit is contained in:
Luigi Calori 2016-02-10 13:29:36 +01:00
parent 25e2be3efd
commit f729cf621a

View File

@ -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)