Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run setvars.sh also before building for icpx compiler
Run setvars.sh also before building for icpx compiler. It fixes the following warnings: /usr/bin/ld: warning: libsvml.so, needed by ../lib/libumf.so.0.9.0, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libirng.so, needed by ../lib/libumf.so.0.9.0, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libimf.so, needed by ../lib/libumf.so.0.9.0, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libintlc.so.5, needed by ../lib/libumf.so.0.9.0, not found (try using -rpath or -rpath-link) Also unify the next command in the same way. Signed-off-by: Lukasz Dorau <[email protected]>
- Loading branch information