fixing qhull: seems that dependency on cmake is essential when it is used
This commit is contained in:
		@@ -20,6 +20,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):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user