Fix bug in make jobs parameter.
This commit is contained in:
		@@ -31,6 +31,6 @@ class Cmake(Package):
 | 
			
		||||
 | 
			
		||||
    def install(self, spec, prefix):
 | 
			
		||||
        configure('--prefix='   + prefix,
 | 
			
		||||
                  '--parallel=' + make_jobs)
 | 
			
		||||
                  '--parallel=' + str(make_jobs))
 | 
			
		||||
        make()
 | 
			
		||||
        make('install')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user