Skip to content

Commit c2bb595

Browse files
Removed leftover changes to LDFLAGS
1 parent abf15df commit c2bb595

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

conda-recipe/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
22

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-
83
# This is necessary to help DPC++ find Intel libraries such as SVML, IRNG, etc in build prefix
94
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${BUILD_PREFIX}/lib"
105

0 commit comments

Comments
 (0)