diff options
author | 2004-02-09 08:47:07 +0000 | |
---|---|---|
committer | 2004-02-09 08:47:07 +0000 | |
commit | 7e8cd7248e84a6c6672b7399c1556e601a956313 (patch) | |
tree | 270c774a5fece5be6cb1a11ce03a1c00d7901668 /dev-lang/ifc | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-7e8cd7248e84a6c6672b7399c1556e601a956313.tar.gz gentoo-2-7e8cd7248e84a6c6672b7399c1556e601a956313.tar.bz2 gentoo-2-7e8cd7248e84a6c6672b7399c1556e601a956313.zip |
*** empty log message ***
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r-- | dev-lang/ifc/files/7.1.008/05icc-ifc | 4 | ||||
-rw-r--r-- | dev-lang/ifc/files/7.1.008/ifc | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dev-lang/ifc/files/7.1.008/05icc-ifc b/dev-lang/ifc/files/7.1.008/05icc-ifc new file mode 100644 index 000000000000..83675cb1c8af --- /dev/null +++ b/dev-lang/ifc/files/7.1.008/05icc-ifc @@ -0,0 +1,4 @@ +LDPATH=/opt/intel/compiler70/ia32/lib +MANPATH=/opt/intel/compiler70/man +PATH=/opt/intel/compiler70/ia32/bin +ROOTPATH=/opt/intel/compiler70/ia32/bin diff --git a/dev-lang/ifc/files/7.1.008/ifc b/dev-lang/ifc/files/7.1.008/ifc new file mode 100644 index 000000000000..03a76f00bc51 --- /dev/null +++ b/dev-lang/ifc/files/7.1.008/ifc @@ -0,0 +1,4 @@ +#!/bin/sh +export INTEL_LICENSE_FILE="/opt/intel/licenses" +export LD_LIBRARY_PATH="/opt/intel/compiler70/ia32/lib" +/opt/intel/compiler70/ia32/bin/ifcbin $* |