lammps: install headers (#5226)
* lammps: install headers * use prefix.include.lammps
This commit is contained in:
		 Christoph Junghans
					Christoph Junghans
				
			
				
					committed by
					
						 Todd Gamblin
						Todd Gamblin
					
				
			
			
				
	
			
			
			 Todd Gamblin
						Todd Gamblin
					
				
			
						parent
						
							56f4f74b72
						
					
				
				
					commit
					6036a5a113
				
			| @@ -202,5 +202,5 @@ def install(self, spec, prefix): | |||||||
|                 install('liblammps_{0}.{1}'.format(self.target_name, |                 install('liblammps_{0}.{1}'.format(self.target_name, | ||||||
|                                                    dso_suffix), prefix.lib) |                                                    dso_suffix), prefix.lib) | ||||||
|  |  | ||||||
|                 # TODO: install the necessary headers |                 mkdirp(prefix.include.lammps) | ||||||
|                 mkdirp(prefix.include) |                 install('library.h', prefix.include.lammps) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user