clp: add build_directory, remove old hack (#10112)
* clp: add build_directory, remove old hack * clp: use spack-build for building
This commit is contained in:
		 Justin Stanley
					Justin Stanley
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							d4b5fc141c
						
					
				
				
					commit
					59d7854b89
				
			| @@ -15,7 +15,4 @@ class Clp(AutotoolsPackage): | |||||||
|  |  | ||||||
|     version('1.16.11', sha256='b525451423a9a09a043e6a13d9436e13e3ee7a7049f558ad41a110742fa65f39') |     version('1.16.11', sha256='b525451423a9a09a043e6a13d9436e13e3ee7a7049f558ad41a110742fa65f39') | ||||||
|  |  | ||||||
|     def configure_args(self): |     build_directory = 'spack-build' | ||||||
|         return [ |  | ||||||
|             '--with-clp-datadir={0}/Data'.format(self.build_directory), |  | ||||||
|         ] |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user