| Summary: | ICC 8.0.055 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Max <m.e.bruche> |
| Component: | New packages | Assignee: | Karl Trygve Kalleberg (RETIRED) <karltk> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | tove, xtv |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Max
2005-04-21 06:06:41 UTC
Ok, sorry, should have done this first: Apparently, INTEL_FLEXLM_LICENSE is not used. It's INTEL_LICENSE_FILE nowadays. I tried to set that, and then ran icc, but apparently, /opt/intel/compiler80/bin/icc is actually a bourne-shell wrapper that resets INTEL_LICENSE_FILE to /opt/intel/compiler80/licenses Once I modify that to /opt/intel/licenses, it works. So can I modify the request to run a sed in the ebuild on the bash wrapper /opt/intel/compiler80/bin/icc to replace the INTEL_LICENSE_FILE variable there to point to /opt/intel/licenses? Given that the wrapper sets this variable, it appears that there is no need for INTEL_FLEXLM_LICENSE or INTEL_LICENSE_FILE in /etc/env.d/05icc-ifc Max Is there a need for this still, now that 8.1 is out, and 9.0 just around the corner? |