Skip to content

Commit

Permalink
add PCAS lib path to RPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Feb 9, 2024
1 parent ae786cc commit 77f09f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ def paths_exist(paths):
# use runtime library path option if linking share libraries on *NIX
if UNAME not in ['WIN32'] and SHARED:
cas_module.runtime_library_dirs += [os.path.join(EPICSBASE, 'lib', HOSTARCH)]
if PCAS:
cas_module.runtime_library_dirs += [os.path.join(PCAS, 'lib', HOSTARCH)]

long_description = open('README.rst').read()
_version = load_module('_version', 'pcaspy/_version.py')
Expand Down

0 comments on commit 77f09f5

Please sign in to comment.