Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

install problems of ifc on debian

kamaraju
Beginner
720 Views
Hi
I downloaded l_fc_pc_7.1.040.tar from intel website. I am not able to install it on a debian system. I could not find any documentation on how to install it on a non-rpm based distribution.

For l_fc_p_8.0.034 there was an install.sh script available. Using the -finalize-only option of this script, I was able to finalize the installation details on debian.

Could anyone tell me what I should do to make it work?

thanks
raju
0 Kudos
1 Reply
rpoyner
Beginner
720 Views
I have been using alien to convert the intel rpm into a deb. You can then install the deb with dpkg and fix the INSTALLPATH manually, or if you have a lot of machines you may want to modify the deb to have a post-install script set up the paths for you.

See this thread on comp.lang.fortran to modify the deb
http://coding.derkeiler.com/Archive/Fortran/comp.lang.fortran/2004-03/0489.html

Russell Poyner
0 Kudos
Reply