iccifort: remove LIBRARY_PATH entries already known to icc et al#1904
iccifort: remove LIBRARY_PATH entries already known to icc et al#1904boegel merged 3 commits intoeasybuilders:developfrom
Conversation
This makes it consistent with Intel's own script that don't set LIBRARY_PATH either (except for aux components such as TBB) But only do this for iccifort (single installation) so that in a split installation icc can still find ifort's libraries and vice versa.
|
Tested with standalone Thanks @bartoldeman! |
|
@bartoldeman I think this broke something after all... The installation of The problem doesn't occur when the |
|
After taking a closer look, I noticed the failing link command is using |
|
To avoid a "wisdom of the ancients" situation: Fixed by unsetting |
This makes it consistent with Intel's own script that don't set
LIBRARY_PATH either (except for aux components such as TBB)
But only do this for iccifort (single installation) so that in a split
installation icc can still find ifort's libraries and vice versa.