Skip to content

Commit 568a7e1

Browse files
oleksandr-pavlykPokhodenkoSA
authored andcommitted
fix build for develop
1 parent eac6b45 commit 568a7e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/build_for_develop.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ cmake \
2525
make V=1 -n -j 4 && make install
2626

2727
popd
28+
cp install/lib/*.so dppl/
2829

2930
export DP_GLUE_LIBDIR=${INSTALL_PREFIX}/lib
3031
export DP_GLUE_INCLDIR=${INSTALL_PREFIX}/include

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def getpyexts():
105105
extra_link_args=ela,
106106
libraries=libs,
107107
library_dirs=librarys,
108+
runtime_library_dirs=[os.path.abspath('dppl')],
108109
language='c++'))
109110
return exts
110111

0 commit comments

Comments
 (0)