diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2004-02-07 10:08:21 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2004-02-07 10:08:21 +0000 |
commit | f73b4dd8ac21ead1862f55b70f9a22603cec3b5b (patch) | |
tree | 2c7dd642994ec36cf6cc9abca1ed40e1cca905f2 /dev-lang | |
parent | add workaround for gnutls-1.0 incompatibility (Manifest recommit) (diff) | |
download | gentoo-2-f73b4dd8ac21ead1862f55b70f9a22603cec3b5b.tar.gz gentoo-2-f73b4dd8ac21ead1862f55b70f9a22603cec3b5b.tar.bz2 gentoo-2-f73b4dd8ac21ead1862f55b70f9a22603cec3b5b.zip |
new ebuild I need for beaver challenge, from bug #35602
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/icc/files/8.0.055/05icc-ifc | 6 | ||||
-rw-r--r-- | dev-lang/icc/files/8.0.055/icc | 4 | ||||
-rw-r--r-- | dev-lang/icc/files/8.0.055/iccifc.conf | 29 | ||||
-rw-r--r-- | dev-lang/icc/files/8.0.055/icpc | 4 | ||||
-rw-r--r-- | dev-lang/icc/files/digest-icc-8.0.055 | 1 |
5 files changed, 44 insertions, 0 deletions
diff --git a/dev-lang/icc/files/8.0.055/05icc-ifc b/dev-lang/icc/files/8.0.055/05icc-ifc new file mode 100644 index 000000000000..e94ef175cd30 --- /dev/null +++ b/dev-lang/icc/files/8.0.055/05icc-ifc @@ -0,0 +1,6 @@ +IA32ROOT=/opt/intel/compiler80 +INTEL_FLEXLM_LICENSE=/opt/intel/compiler80/licenses +LDPATH=/opt/intel/compiler80/lib +MANPATH=/opt/intel/compiler80/man +PATH=/opt/intel/compiler80/bin +ROOTPATH=/opt/intel/compiler80/bin diff --git a/dev-lang/icc/files/8.0.055/icc b/dev-lang/icc/files/8.0.055/icc new file mode 100644 index 000000000000..e2d151a20d00 --- /dev/null +++ b/dev-lang/icc/files/8.0.055/icc @@ -0,0 +1,4 @@ +#!/bin/sh +export INTEL_LICENSE_FILE="/opt/intel/compiler80/licenses" +export LD_LIBRARY_PATH="/opt/intel/compiler80/lib" +/opt/intel/compiler80/bin/iccbin $* diff --git a/dev-lang/icc/files/8.0.055/iccifc.conf b/dev-lang/icc/files/8.0.055/iccifc.conf new file mode 100644 index 000000000000..4f5d6789c65d --- /dev/null +++ b/dev-lang/icc/files/8.0.055/iccifc.conf @@ -0,0 +1,29 @@ +#This file is used to set global (hopefully) compiler variables for the +#Intel ICC and IFC compilers. The ICFLAGS and ICCFLAGS are the +#equivalents of the CFLAGS and CXXFLAGS - specific for ICC & IFC. + +#Note that the following flags are currently considered to be rather +#problematic, and you may experience significant difficulty in emerges +#with these flags +# +# -ip -ipo -ipo_obj -static -fast -cxxlib-gcc +# + +#The following settings are a good starting point for Pentium 4 owners. +#Pentium 3 owners should replace -xN with -xK +#Pentium M owners should replace -xN with -xB +#Prescott owners should replace -xN with -xP + +ICFLAGS = "-O2 -xN -noalign" +ICXXFLAGS = "${ICFLAGS}" +IFCFLAGS = "${ICFLAGS}" + +#The following variables define the compilers and linkers + +ICC = "icc" +ICXX = "icpc" +ICPP = "${ICC} -E" +ICXXCPP = "${ICXX} -E" +IFC = "ifc" +ILD = "xild" +IAR = "xiar" diff --git a/dev-lang/icc/files/8.0.055/icpc b/dev-lang/icc/files/8.0.055/icpc new file mode 100644 index 000000000000..7626ee4da82f --- /dev/null +++ b/dev-lang/icc/files/8.0.055/icpc @@ -0,0 +1,4 @@ +#!/bin/sh +export INTEL_LICENSE_FILE="/opt/intel/compiler80/licenses" +export LD_LIBRARY_PATH="/opt/intel/compiler80/lib" +/opt/intel/compiler80/bin/icpcbin $* diff --git a/dev-lang/icc/files/digest-icc-8.0.055 b/dev-lang/icc/files/digest-icc-8.0.055 new file mode 100644 index 000000000000..4d6e8fd0d537 --- /dev/null +++ b/dev-lang/icc/files/digest-icc-8.0.055 @@ -0,0 +1 @@ +MD5 df3deb1b1cfe56cf64d1c7cd2e694805 l_cc_p_8.0.055.tar.gz 67399682 |