RAJA package: find libs (#40885)

This commit is contained in:
Peter Scheibel 2023-11-07 23:33:04 -08:00 committed by GitHub
parent 050d565375
commit 15adb308bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,6 +162,11 @@ def _get_sys_type(self, spec):
sys_type = env["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
def cache_name(self):
hostname = socket.gethostname()