Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94595 Details for
Bug 144400
dev-lang/icc-9.1.042 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
icc-9.1.042.ebuild
icc-9.1.042.ebuild (text/plain), 3.60 KB, created by
Christopher Zapart
on 2006-08-19 03:34:11 UTC
(
hide
)
Description:
icc-9.1.042.ebuild
Filename:
MIME Type:
Creator:
Christopher Zapart
Created:
2006-08-19 03:34:11 UTC
Size:
3.60 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-9.1.042.ebuild,v 1.3 2005/12/16 11:08:55 flameeyes Exp $ > >inherit rpm > >DESCRIPTION="Intel C++ Compiler - Intel's Pentium optimized compiler for Linux" >SRC_URI="l_cc_c_${PV}.tar.gz" >HOMEPAGE="http://www.intel.com/software/products/compilers/clin/" >LICENSE="icc-9.1" >RDEPEND=">=sys-libs/glibc-2.2.5" >SLOT="9.1" >MMV="9.1" >KEYWORDS="~amd64 ~x86" >IUSE="" >RESTRICT="nostrip fetch" >S="${WORKDIR}/l_cc_c_${PV}/data" > >src_unpack() { > unpack ${A} > > cd ${S} || die > > # The tarball contains rpms for multiple arches, and a lot of > # auxiliary rpms common across arches. We must throw away > # the arch we're not. > case ${ARCH} in > amd64) > rm -f intel-*.{i386,ia64}.rpm > ;; > ia64) > rm -f intel-*.{em64t,i386}.rpm > ;; > x86) > rm -f intel-*.{em64t,ia64}.rpm > ;; > esac > > for x in *.rpm > do > # WORKDIR must be set properly for rpm_unpack() > rpm_unpack ${S}/${x} > done > >} > >src_compile() { > instdir=/opt/intel/compiler9.1 > > for x in opt/intel/*/*/bin/* ; do > sed "s|<INSTALLDIR>|${instdir}|g" -i $x > done > > # == SRC_BASE > eval `grep "^[ ]*PACKAGEID=" ${S}/install.sh` > > # From UNTAG_SUPPORT() in 'install.sh' > SUPPORTFILE=${S}/opt/intel/cc*/${PV}/doc/csupport > if [ -f ${SUPPORTFILE} ] > then > einfo "Untagging: ${SUPPORTFILE}" > sed "s|<installpackageid>|${PACKAGEID}|g" \ > -i ${SUPPORTFILE} > chmod 644 ${SUPPORTFILE} > fi > > > # From UNTAG_SUPPORT_IDB() in 'install.sh' > SUPPORTFILE=${S}/opt/intel/idb*/${PV}/doc/idbsupport > if [ -f ${SUPPORTFILE} ] > then > einfo "Untagging: ${SUPPORTFILE}" > sed -e "s|<INSTALLTIMECOMBOPACKAGEID>|${PACKAGEID}|g" \ > -i ${SUPPORTFILE} > > chmod 644 ${SUPPORTFILE} > fi > > # These should not be executable > find "${S}/opt/intel/cc/${PV}/"{doc,man,include} -type f -exec chmod -x "{}" ";" > find "${S}/opt/intel/cc/${PV}/lib" -name \*.a -exec chmod -x "{}" ";" > find "${S}/opt/intel/idb/${PV}/"{doc,man} -type f -exec chmod -x "{}" ";" >} > >src_install () { > instdir=/opt/intel/cc9.1 > dodoc ${S}/lgpltext > dodoc ${S}/clicense > dodir ${instdir} > cp -pPR opt/intel/cc*/${PV}/* ${D}/${instdir} > cp -pPR opt/intel/idb*/${PV}/* ${D}/${instdir} > insinto /etc/env.d > doins ${FILESDIR}/${MMV}/05icc || die > exeinto ${instdir}/bin > doexe ${FILESDIR}/${MMV}/icc || die > doexe ${FILESDIR}/${MMV}/icpc || die >} > >pkg_postinst () { > instdir=/opt/intel/cc9.1 > > einfo "http://www.intel.com/software/products/compilers/clin/noncom.htm" > einfo "From the above url you can get a free, non-commercial" > einfo "license to use the Intel C++ Compiler emailed to you." > einfo "You cannot run icc without this license file." > einfo "Read the website for more information on this license." > einfo > einfo "Documentation can be found in ${instdir}/doc/" > einfo > einfo "You will need to place your license in ${instdir}/licenses/" > einfo > > ewarn > ewarn "Packages compiled with versions of icc older than 8.0 will need" > ewarn "to be recompiled. Until you do that, old packages will" > ewarn "work if you edit /etc/ld.so.conf and change '${instdir}'" > ewarn "to '/opt/intel/compiler70' and run 'ldconfig.' Note that this edit" > ewarn "won't persist and will require you to re-edit after each" > ewarn "package you re-install." > ewarn "BEFORE COMPILING IMPORTANT APPLICATIONS THAT YOUR" > ewarn "SYSTEM DEPENDS ON, READ THE WARNING ABOVE." > ewarn "THIS COULD RENDER YOUR SYSTEM UNUSABLE." > ewarn "THIS IS A PROBLEM WITH INTEL'S SOFTWARE, _NOT_" > ewarn "WITH GENTOO." > > ewarn "If 'icc' breaks, use 'iccbin' instead and report a bug." > ewarn "Please use 'source /etc/profile' prior to merging any icc-enabled" > ewarn "ebuilds." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 144400
: 94595 |
94596
|
94597
|
94598
|
94736