You are not logged in.

#1 2009-01-11 04:47:03

horsecool
Member
Registered: 2008-12-22
Posts: 55

[solved] install intel fortran compiler ifort

Hi, when I try to install ifort by Yaourt, I got the following information:

==> Downloading lib32-gcc PKGBUILD from AUR...
Error: lib32-gcc not found in AUR.

I checked the dependency, they are:

==> ifort dependencies:
 - lib32-gcc (building from AUR)
 - lib32-libstdc++5 (building from AUR)
 - glibc (already installed)
 - libstdc++5 (already installed)
 - intel-compilers-common (already installed)
 - rpmextract (already installed)

As you can see, I already install intel-compilers-common. (without check md5sums... I don't know how to find it...)

So how can I install lib32-gcc and lib32-libstdc++5?

Thanks a lot!

Last edited by horsecool (2009-01-11 11:13:46)

Offline

#2 2009-01-11 06:51:40

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [solved] install intel fortran compiler ifort

This may be what you're looking for:

pacman -Ss lib32 | grep -i gcc
community/lib32-gcc-libs 4.3.2-1 (lib32)

When you're having dependency problems like this, check the AUR page for information first, then search with pacman, then search the AUR. Since you may not know what you're downloading when using yaourt, it's helpful to do a little research first.

Offline

#3 2009-01-11 10:41:30

horsecool
Member
Registered: 2008-12-22
Posts: 55

Re: [solved] install intel fortran compiler ifort

But when I run

pacman -Ss lib32

nothing happened. It seems we, at least I, don't have it.

Edit:
Anyway, I downloaded ifort from intel's website and installed it successfully. I just forgot to run

source <install-dir>/Compiler/11.0/xxx/bin/ifortvars.sh ia32

before.

Last edited by horsecool (2009-01-11 11:12:59)

Offline

Board footer

Powered by FluxBB