RAJA package: find libs (#40885)
This commit is contained in:
parent
050d565375
commit
15adb308bf
1 changed files with 5 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue