RAJA package: find libs (#40885)
This commit is contained in:
		| @@ -162,6 +162,11 @@ def _get_sys_type(self, spec): | |||||||
|             sys_type = env["SYS_TYPE"] |             sys_type = env["SYS_TYPE"] | ||||||
|         return sys_type |         return sys_type | ||||||
| 
 | 
 | ||||||
|  |     @property | ||||||
|  |     def libs(self): | ||||||
|  |         shared = "+shared" in self.spec | ||||||
|  |         return find_libraries("libRAJA", root=self.prefix, shared=shared, recursive=True) | ||||||
|  | 
 | ||||||
|     @property |     @property | ||||||
|     def cache_name(self): |     def cache_name(self): | ||||||
|         hostname = socket.gethostname() |         hostname = socket.gethostname() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Peter Scheibel
					Peter Scheibel