We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac6b45 commit 568a7e1Copy full SHA for 568a7e1
scripts/build_for_develop.sh
@@ -25,6 +25,7 @@ cmake \
25
make V=1 -n -j 4 && make install
26
27
popd
28
+cp install/lib/*.so dppl/
29
30
export DP_GLUE_LIBDIR=${INSTALL_PREFIX}/lib
31
export DP_GLUE_INCLDIR=${INSTALL_PREFIX}/include
setup.py
@@ -105,6 +105,7 @@ def getpyexts():
105
extra_link_args=ela,
106
libraries=libs,
107
library_dirs=librarys,
108
+ runtime_library_dirs=[os.path.abspath('dppl')],
109
language='c++'))
110
return exts
111
0 commit comments