diff options
author | Matthew Snelham <zeypher@gentoo.org> | 2006-11-14 21:45:10 +0000 |
---|---|---|
committer | Matthew Snelham <zeypher@gentoo.org> | 2006-11-14 21:45:10 +0000 |
commit | 30615561361678953a89d48c0319dd31c34ad829 (patch) | |
tree | 034838f070f4de7cb273c7814d176fe1503e98a5 /dev-lang/icc/files | |
parent | Keywording ~amd64. (diff) | |
download | gentoo-2-30615561361678953a89d48c0319dd31c34ad829.tar.gz gentoo-2-30615561361678953a89d48c0319dd31c34ad829.tar.bz2 gentoo-2-30615561361678953a89d48c0319dd31c34ad829.zip |
Version bump. Added pkg_nofetch, closes #66514
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-lang/icc/files')
-rw-r--r-- | dev-lang/icc/files/9.1.044/05icc-ifc | 7 | ||||
-rw-r--r-- | dev-lang/icc/files/9.1.044/icc | 10 | ||||
-rw-r--r-- | dev-lang/icc/files/9.1.044/icpc | 10 | ||||
-rw-r--r-- | dev-lang/icc/files/digest-icc-9.1.044 | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/dev-lang/icc/files/9.1.044/05icc-ifc b/dev-lang/icc/files/9.1.044/05icc-ifc new file mode 100644 index 000000000000..838b25165f4e --- /dev/null +++ b/dev-lang/icc/files/9.1.044/05icc-ifc @@ -0,0 +1,7 @@ +IA32ROOT=/opt/intel/compiler91 +INTEL_FLEXLM_LICENSE=/opt/intel/compiler91/licenses +LDPATH=/opt/intel/compiler91/lib +MANPATH=/opt/intel/compiler91/man +PATH=/opt/intel/compiler91/bin +ROOTPATH=/opt/intel/compiler91/bin + diff --git a/dev-lang/icc/files/9.1.044/icc b/dev-lang/icc/files/9.1.044/icc new file mode 100644 index 000000000000..c9cfd8d38086 --- /dev/null +++ b/dev-lang/icc/files/9.1.044/icc @@ -0,0 +1,10 @@ +#! /bin/sh +# +# Gentoo-specific wrapper script for the Intel C/C++ compilers +# +# Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> +# + +export INTEL_LICENSE_FILE="/opt/intel/compiler91/licenses" +export LD_LIBRARY_PATH="/opt/intel/compiler91/lib" +/opt/intel/compiler91/bin/iccbin $* diff --git a/dev-lang/icc/files/9.1.044/icpc b/dev-lang/icc/files/9.1.044/icpc new file mode 100644 index 000000000000..728e244c585d --- /dev/null +++ b/dev-lang/icc/files/9.1.044/icpc @@ -0,0 +1,10 @@ +#! /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/compiler91/licenses" +export LD_LIBRARY_PATH="/opt/intel/compiler91/lib" +/opt/intel/compiler91/bin/icpcbin $* diff --git a/dev-lang/icc/files/digest-icc-9.1.044 b/dev-lang/icc/files/digest-icc-9.1.044 new file mode 100644 index 000000000000..2a093d144b1e --- /dev/null +++ b/dev-lang/icc/files/digest-icc-9.1.044 @@ -0,0 +1,3 @@ +MD5 8a9df589a573cf975b17a53236238e4b l_cc_c_9.1.044.tar.gz 292700142 +RMD160 8895b76bf238bebb843c545e5cf9912e70b8ea87 l_cc_c_9.1.044.tar.gz 292700142 +SHA256 88f0b141e8fdf32022d094403f12950f3f8f82678535043b6edb0dfba94c0a3f l_cc_c_9.1.044.tar.gz 292700142 |