[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing Intel compiler RPMs on Debian



Hi,

Wow. The help people are sending is incredible! This is the first
message I've posted to Debian User since I switched to Debian
a few weeks ago. I havn't needed to post anything else because it
just works, but these Intel compilers are a real challenge.

1. I tried "alien"'ing the RPMS and then manually changing INSTALL_DIR
in the scripts. This did not work for me. YMMV.
2. Creating a new partition with RedHat just for this is the software
equivalent of building a second Taj Mahal because your wife does not
like the color of the first one.
3. I asked Intel if they would supply Debian-compatible compilers
to their customers. FYI, their rather helpful reply is below. Basically
they seem to be saying that I can do a manual install along the lines
of what I tried but using rpm2cpio instead of alien. Maybe this will work better, I have not tried it yet.
4. If anyone has a working solution, please let me know how you did it.
5. I am using debian unstable, so it does not have to run on woody.

Thanks,,
Charlie
--
Charlie Zender, zender at uci dot edu, (949) 824-2987, Department of
Earth System Science, University of California, Irvine CA 92697-3100

> Charlie,
>
> The compiler package comes only with RPMS. There are no current plans for
> packaging specifically for Debian.
> While the following instructions are not officially supported, it will allow
> you to install the compilers on your Debian system:
>
> You can use the "alien" utility to turn rpms into debs.  But, our install
> script will not work with debs, so you will need to install manually (this
> is not supported).  Here is what you have to do:
>
> 1) mkdir opt
> 2) rpm2cpio intel-icc7-7.0-86.i386.rpm | cpio -i {I'm guessing at the
> filename here, I don't know what version you have}
> 3) edit script to run compiler driver in opt/intel/compiler70/ia32/bin/icc.
> Replace <INSTALLDIR> with
> `pwd`/opt/intel directory (this is the main install directory for your
> install).
> 4) copy your license file to `pwd`/opt/intel/licenses
> 5) set LD_LIBRARY_PATH variable
> 	export LD_LIBRARY_PATH=`pwd`/opt/intel/compiler70/ia32/lib
>
> Best Regards,
> Mark Sabahi
> Intel Developer Support
>
>
> For on-line assistance: http://support.intel.com/support/performancetools
> For product forums: http://www.intel.com/ids/community
> For general support information:
> http://www.intel.com/software/products/support/index.htm
>
>
>
>
>
>
>>----------
>>From: 	Charlie Zender[SMTP:ZENDER@UCI.EDU]
>>Sent: 	Monday, March 10, 2003 12:22:23 PM
>>To: 	PTO Support
>>Subject: 	ifc and icc for Debian
>>Auto forwarded by a Rule
>>
>
> Hi,
>
> My group at the University of California at Irvine uses Debian Linux.
> If we buy ifc and icc from Intel, will we receive a product that is
> easy to install on Debian Linux? i.e., are their .deb packages?
> or only RPMs? As you may know, your icc and ifc RPMs are not
> standalone and so cannot be easily used on debian machines by
> conversion using "alien".
>
> Thanks,
> Charlie




Reply to: