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 abf15df commit c2bb595Copy full SHA for c2bb595
conda-recipe/build.sh
@@ -1,10 +1,5 @@
1
#!/bin/bash
2
3
-# Workaround to Klocwork overwriting LD_LIBRARY_PATH that was modified
4
-# by DPC++ compiler conda packages. Will need to be added to DPC++ compiler
5
-# activation scripts.
6
-export LDFLAGS="$LDFLAGS -Wl,-rpath,$PREFIX/lib"
7
-
8
# This is necessary to help DPC++ find Intel libraries such as SVML, IRNG, etc in build prefix
9
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${BUILD_PREFIX}/lib"
10
0 commit comments