Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144400 - dev-lang/icc-9.1.042 version bump
Summary: dev-lang/icc-9.1.042 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-08-19 03:33 UTC by Christopher Zapart
Modified: 2006-11-08 14:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
icc-9.1.042.ebuild (icc-9.1.042.ebuild,3.60 KB, text/plain)
2006-08-19 03:34 UTC, Christopher Zapart
Details
05icc (05icc,186 bytes, text/plain)
2006-08-19 03:34 UTC, Christopher Zapart
Details
icc (icc,268 bytes, text/plain)
2006-08-19 03:34 UTC, Christopher Zapart
Details
icpc (icpc,288 bytes, text/plain)
2006-08-19 03:35 UTC, Christopher Zapart
Details
corrected icpc (icpc,270 bytes, text/plain)
2006-08-20 19:09 UTC, Christopher Zapart
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Zapart 2006-08-19 03:33:34 UTC
Attaced is an ebuild plus supporting files for the new version 9.1.042 of the Intel C Compiler. The 9.1 adds support for Core 2 Duo processors amongst other things. Supporting files have to be placed in dev-lang/icc/files/9.1 within the portage hierarchy.
Comment 1 Christopher Zapart 2006-08-19 03:34:11 UTC
Created attachment 94595 [details]
icc-9.1.042.ebuild
Comment 2 Christopher Zapart 2006-08-19 03:34:35 UTC
Created attachment 94596 [details]
05icc
Comment 3 Christopher Zapart 2006-08-19 03:34:56 UTC
Created attachment 94597 [details]
icc
Comment 4 Christopher Zapart 2006-08-19 03:35:26 UTC
Created attachment 94598 [details]
icpc
Comment 5 Christopher Zapart 2006-08-20 19:07:14 UTC
Comment on attachment 94598 [details]
icpc

#! /bin/sh
#
# Gentoo-specific wrapper script for Intel C/C++ compiler suite
#
# Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org>
#

export INTEL_LICENSE_FILE="/opt/intel/cc9.1/licenses"
export LD_LIBRARY_PATH="/opt/intel/cc9.1/lib"
/opt/intel/cc9.1/bin/icpcbin $*
Comment 6 Christopher Zapart 2006-08-20 19:09:24 UTC
Created attachment 94736 [details]
corrected icpc
Comment 7 Matthew Snelham (RETIRED) gentoo-dev 2006-11-08 14:54:07 UTC
Merged into portage by dberkholz.  Fixed.