You are not logged in.
Hi,
I'm installing intel-composer-compiler-suite 2011.4.191-1
==> Making package: intel-compiler-base 2011.4.191-1 (Sun Jun 26 08:20:05 WIT 2011)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading l_ccompxe_intel64_2011.4.191.tgz...
--2011-06-26 08:20:05-- http://registrationcenter-download.inte … .4.191.tgz
Resolving registrationcenter-download.intel.com... 111.94.254.10, 111.94.254.18
Connecting to registrationcenter-download.intel.com|111.94.254.10|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 717146141 (684M), 716571832 (683M) remaining [application/x-compressed]
The file size is around 684 M, which if I'm not mistaken, is the 64-bit only.
How to get the one which does both 32 & 64-bit?
So I just take a look at the PKGBUILD
#_archive=l_ccompxe${_comp}_p_${pkgver}
if [ "$CARCH" = "i686" ]; then
_i_arch='ia32'
_i_arch2='i486'
_not_arch='intel64'
md5sums=('83188d22ad54eaa8414c0b95f349e98f' ${md5sums[@]} )
else
_i_arch='intel64'
_i_arch2='x86_64'
_not_arch='ia32'
md5sums=('e00b9f0162f3051095d9f2a0cf0e128e' ${md5sums[@]} )
fi I guess you can only install either the 32 or 64-bit version, but not both?
Offline