2002-03-26 18:01:09 +01:00
# New ports collection makefile for: icc
# Date created: 24.Jan.2002
# Whom: netchild@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME = icc
2003-08-21 16:55:43 +02:00
PORTVERSION = 7.1.027
2003-05-06 17:52:01 +02:00
#PORTREVISION= 1
2002-08-20 12:01:58 +02:00
CATEGORIES = lang linux devel
2002-06-08 12:16:20 +02:00
MASTER_SITES =
2003-06-04 20:37:07 +02:00
DISTNAME = l_cc_pc_${ PORTVERSION }
2002-03-26 18:01:09 +01:00
EXTRACT_SUFX = .tar
MAINTAINER = netchild@FreeBSD.org
2003-03-28 11:45:57 +01:00
COMMENT = Intels C/C++ compiler, set up to produce native FreeBSD binaries
2002-03-26 18:01:09 +01:00
BUILD_DEPENDS = rpm2cpio:${ PORTSDIR } /archivers/rpm2cpio
RESTRICTED = Intel forbids any redistribution
2002-04-16 17:03:49 +02:00
NO_PACKAGE = ${ RESTRICTED }
NO_CDROM = ${ RESTRICTED }
2002-03-26 18:01:09 +01:00
ONLY_FOR_ARCHS = i386
2003-08-15 15:00:08 +02:00
CONFLICTS = linux_devtools* ifc*
2002-03-26 18:01:09 +01:00
2002-05-28 05:22:32 +02:00
USE_LINUX = yes
2002-08-20 12:01:58 +02:00
USE_REINPLACE = yes
2002-04-16 17:03:49 +02:00
NO_WRKSUBDIR = yes
2002-03-26 18:01:09 +01:00
NO_FILTER_SHLIBS = yes
2003-01-11 18:21:41 +01:00
COMPILERDIR = compiler70
PLIST_SUB = COMPILERDIR = ${ COMPILERDIR }
PATCH_WRKSRC = ${ WRKSRC } /opt/intel/${ COMPILERDIR }
MAN1 = icc.1
MANPREFIX = ${ PREFIX } /intel/${ COMPILERDIR } /
2002-08-20 12:01:58 +02:00
2002-06-08 12:16:20 +02:00
ICC_SITE = http://www.intel.com/software/products/compilers/
2002-03-26 18:01:09 +01:00
. i n c l u d e < b s d . p o r t . p r e . m k >
2002-03-31 21:00:05 +02:00
ICCCFGVAL != ${ UNAME } -r | ${ SED } -e 's/\..*//'
2003-03-28 11:45:57 +01:00
CPIO ?= /usr/bin/cpio
2002-11-08 16:59:38 +01:00
OBJCOPY ?= /usr/bin/objcopy
2002-06-14 17:54:18 +02:00
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T _ S U B D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
2003-06-15 19:57:26 +02:00
IGNORE = " Please manually download ${ DISTFILES } from ${ ICC_SITE } , ${ ICC_SITE } clin/noncom.htm or https://premier.intel.com/ \(whichever has the file\; to access premier.intel.com you have to register at http://www.intel.com/software/products/registrationcenter/index.htm\; LOOK AT ALL 3 LOCATIONS, not every version is everywhere, but premier.intel.com has always the newest version\). With a little bit of luck it may also be available from ftp://download.intel.com/software/products/compilers/downloads/. Put it into ${ DISTDIR } and run make again "
2002-03-26 18:01:09 +01:00
. e n d i f
2002-11-08 21:17:54 +01:00
. i f e x i s t s ( $ { L I N U X B A S E } / b o o t / k e r n e l . h ) | | \
2003-01-11 18:21:41 +01:00
exists( ${ PREFIX } /intel/compiler60/bin/ifc) || \
exists( ${ PREFIX } /intel/compiler70/bin/ifc)
2002-11-13 15:39:52 +01:00
BROKEN = Cannot coexist with linux_devtools or ifc
2002-11-08 21:17:54 +01:00
. e n d i f
2002-03-26 18:01:09 +01:00
post-extract :
2003-01-11 18:21:41 +01:00
@${ SED } 's:%%COMPILERDIR%%:${COMPILERDIR}:' ${ FILESDIR } /cpio-exclude \
>${ WRKDIR } /cpio-exclude
2002-11-08 16:59:38 +01:00
. i f d e f i n e d ( N O P O R T D O C S )
2003-01-11 18:21:41 +01:00
@${ SED } 's:%%COMPILERDIR%%:${COMPILERDIR}:' \
${ FILESDIR } /cpio-exclude_noportdocs >>${ WRKDIR } /cpio-exclude
2002-11-08 16:59:38 +01:00
. e n d i f
2003-01-11 18:21:41 +01:00
. f o r i i n \
2003-08-21 16:55:43 +02:00
intel-icc7-7.1-28.i386.rpm
# intel-iidb7-7.2.2-58.i386.rpm \
# intel-isubh7-7.1-28.i386.rpm \
# intel-ecc7-7.1-28.ia64.rpm \
# intel-eidb7-7.2.2-58.ia64.rpm \
# intel-esubh7-7.1-28.ia64.rpm
2003-01-11 18:21:41 +01:00
@cd ${ WRKSRC } && rpm2cpio 2>/dev/null ${ i } | \
2003-03-28 11:45:57 +01:00
${ CPIO } -idfuE ${ WRKDIR } /cpio-exclude --quiet
2002-03-26 18:01:09 +01:00
. e n d f o r
pre-patch :
2002-05-14 15:15:20 +02:00
# Allow everyone to use it
2002-03-26 18:01:09 +01:00
@${ CHMOD } a+rx ${ WRKSRC } /opt
2002-08-20 12:01:58 +02:00
# Remove unneeded/unsafe access rights
2002-03-26 18:01:09 +01:00
. f o r i i n d o c s i a 3 2 / i n c l u d e i a 3 2 / l i b
2003-01-11 18:21:41 +01:00
@${ FIND } ${ WRKSRC } /opt/intel/${ COMPILERDIR } /${ i } -type f -print0 | \
2002-03-26 18:01:09 +01:00
xargs -0 ${ CHMOD } a-x,g-w
. e n d f o r
@${ FIND } ${ WRKSRC } /opt -type d -print0 | xargs -0 ${ CHMOD } go-w
2003-01-11 18:21:41 +01:00
@${ CHMOD } a-x ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/Errormatch.txt
2002-05-14 15:15:20 +02:00
# Use the Linux ABI for the binaries
2003-01-11 18:21:41 +01:00
. f o r i i n i c c b i n i c c f i l t i c i d i c p c b i n i c p i m c p c o m p r o f m e r g e p r o f o r d e r x i a r x i l d
@brandelf -t Linux ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/${ i }
2002-03-26 18:01:09 +01:00
. e n d f o r
post-patch :
2002-05-14 15:15:20 +02:00
# Correct some paths and patch some files
2003-01-11 18:21:41 +01:00
. f o r i i n i a 3 2 / b i n / i c c i a 3 2 / b i n / i c c v a r s . c s h i a 3 2 / b i n / i c c v a r s . s h i a 3 2 / b i n / i c p c
@${ REINPLACE_CMD } -i "" -e 's:@@PREFIX@@:${PREFIX}:g; s@\<INSTALLDIR\>@${PREFIX}/intel@g; s@man -w@manpath -q@g' \
${ WRKSRC } /opt/intel/${ COMPILERDIR } /${ i }
@${ CHMOD } 755 ${ WRKSRC } /opt/intel/${ COMPILERDIR } /${ i }
2002-08-20 12:01:58 +02:00
. e n d f o r
2003-01-11 18:21:41 +01:00
@${ REINPLACE_CMD } -i "" -e 's:\<INSTALLTIMECOMBOPACKAGEID\>:${DISTNAME}:g' \
${ WRKSRC } /opt/intel/${ COMPILERDIR } /docs/csupport
@${ RM } ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/include/*.orig
2002-11-08 16:59:38 +01:00
. f o r i i n i c c . o r i g i c p c . o r i g
2003-01-11 18:21:41 +01:00
@${ RM } ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/${ i }
2002-08-20 12:01:58 +02:00
. e n d f o r
2002-05-14 15:15:20 +02:00
# Provide a more FreeBSD'ish compile environment
2002-08-04 22:40:14 +02:00
. f o r i i n i c c . c f g i c p c . c f g
2003-01-11 18:21:41 +01:00
@${ REINPLACE_CMD } -i "" -e 's:-Xlinker -rpath -Xlinker <INSTALLDIR>/${COMPILERDIR}/ia32/lib::g' \
${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/${ i }
2003-02-10 15:04:11 +01:00
@${ ECHO } -e " -Qlocation,ld, ${ PREFIX } /intel/ ${ COMPILERDIR } /ia32/bin/ldwrapper\n\n-Ulinux\n-U__linux__\n-U__linux\n-U__gnu_linux__\n\n-D__FreeBSD__= ${ ICCCFGVAL } \n-D__ELF__=1\n " >>${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/${ i }
2003-01-11 18:21:41 +01:00
. i f $ { O S V E R S I O N } > = 5 0 0 0 3 9
@${ ECHO } -e "-D__wchar_t=__ct_rune_t\n" >>${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/${ i }
. e n d i f
@${ CHMOD } a-x,g-w ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/${ i }
2002-08-04 22:40:14 +02:00
. e n d f o r
2002-09-17 14:10:46 +02:00
# C++ hack for icpc
2003-01-11 18:21:41 +01:00
@${ ECHO } -e " \n-I ${ PREFIX } /include/stlport\n-Qoption,ld,-CPLUSPLUS\n " >>${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/icpc.cfg
@cd ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/ && ${ LN } -s icc.cfg iccbin.cfg && ${ LN } -s icpc.cfg icpcbin.cfg
# Hack while there's no support for icc in the stdarg.h of FreeBSD.
@${ CP } ${ FILESDIR } /stdarg.h ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/include
2002-09-17 14:10:46 +02:00
do-build :
2002-09-22 15:05:51 +02:00
# Fix unresolved references
@cd ${ WRKSRC } && ${ CC } ${ CFLAGS } -c ${ FILESDIR } /assert_fail.c \
${ FILESDIR } /cxa_atexit.c ${ FILESDIR } /cxa_finalize.c \
2002-11-08 16:59:38 +01:00
${ FILESDIR } /errno_location.c ${ FILESDIR } /mcount.S
2002-11-13 15:39:52 +01:00
. i f ( $ { O S V E R S I O N } < 4 7 0 1 0 1 ) | | \
( ${ OSVERSION } >= 500000 && ${ OSVERSION } < 500042 )
2003-01-11 18:21:41 +01:00
@${ CC } ${ CFLAGS } -c -o ${ WRKSRC } /stdin.o ${ FILESDIR } /stdin.c
@${ CC } ${ CFLAGS } -c -o ${ WRKSRC } /stdout.o ${ FILESDIR } /stdout.c
2002-11-08 16:59:38 +01:00
@${ CC } ${ CFLAGS } -c -o ${ WRKSRC } /stderr.o ${ FILESDIR } /stderr.c
. e l s e
2003-02-10 15:04:11 +01:00
. f o r i i n l i b c x a . a l i b i m f . a l i b i r c . a l i b i r c m t . a l i b u n w i n d . a
2003-01-11 18:21:41 +01:00
@${ OBJCOPY } --redefine-sym stdin = __stdinp \
--redefine-sym stdout = __stdoutp \
--redefine-sym stderr = __stderrp \
${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/lib/${ i }
2002-11-08 16:59:38 +01:00
. e n d f o r
. e n d i f
2003-01-11 18:21:41 +01:00
@${ AR } q ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/lib/libcxa.a ${ WRKSRC } /*.o
2002-05-14 15:15:20 +02:00
# Some magic to be able to link
2003-01-11 18:21:41 +01:00
@${ MKDIR } ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/ldwrapper
@${ CC } ${ CFLAGS } -o \
${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/ldwrapper/ld \
${ FILESDIR } /ld.c
@${ STRIP_CMD } ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/ldwrapper/ld
@${ CHMOD } 755 ${ WRKSRC } /opt/intel/${ COMPILERDIR } /ia32/bin/ldwrapper/ld
2002-03-26 18:01:09 +01:00
do-install :
2003-03-28 11:45:57 +01:00
@cd ${ WRKSRC } /opt && ${ FIND } . -print | \
${ CPIO } -pdu -R ${ BINOWN } :${ BINGRP } --quiet ${ PREFIX }
2002-03-26 18:01:09 +01:00
post-install :
@${ ECHO_CMD } " ${ PKGNAME } is now installed in ${ PREFIX } /intel, to use it you have to "
2002-05-13 15:58:21 +02:00
@${ ECHO_CMD } " put your license into your \$ ${ INTEL_FLEXLM_LICENSE } (default: "
2002-05-14 15:15:20 +02:00
@${ ECHO_CMD } " ${ PREFIX } /intel/licenses) directory and add "
2003-01-11 18:21:41 +01:00
@${ ECHO_CMD } " ${ PREFIX } /intel/ ${ COMPILERDIR } /ia32/bin to your PATH. "
2002-07-14 18:31:40 +02:00
@${ ECHO_CMD }
2002-09-20 14:16:25 +02:00
@${ ECHO_CMD } "In order to be able to compile C++ source with icpc you have to install"
@${ ECHO_CMD } "devel/stlport-icc. (It is a good idea to run 'rehash' before or stlport-icc"
@${ ECHO_CMD } "probably won't find the compiler.)"
@${ ECHO_CMD }
@${ ECHO_CMD } "If you use icc on a Pentium 4 make sure you have 'options CPU_ENABLE_SSE'"
@${ ECHO_CMD } "in your kernel config (have a look at http://www.FreeBSD.org/handbook/"
@${ ECHO_CMD } "if you do not know how to do this), else icc will hang forever."
@${ ECHO_CMD }
2002-11-08 21:17:54 +01:00
@${ ECHO_CMD } "WARNING: If you use icc while having linux_devtools installed, icc will use"
@${ ECHO_CMD } "the wrong includes and therefore will generate bogus (not working) binaries!"
2003-02-10 15:04:11 +01:00
@${ ECHO_CMD }
@${ ECHO_CMD } "If you encounter further problems with icc please consult the errata at"
@${ ECHO_CMD } "http://support.intel.com/support/performancetools/c/C_Compiler_Errata.htm"
@${ ECHO_CMD } "first."
2003-08-15 15:00:08 +02:00
@${ ECHO_CMD }
@${ ECHO_CMD } "Call for benchmarks:"
@${ ECHO_CMD } "Intel is interested to see some benchmark numbers which compare gcc with icc."
@${ ECHO_CMD } "If you have a CPU produced by Intel and are able to do benchmarks with"
@${ ECHO_CMD } "either your own source or with one of our major ports (e.g. with"
@${ ECHO_CMD } "a webserver, a mailserver, a database system, an important graphics"
@${ ECHO_CMD } "suite/program or some important math tool, ...) please try to spend some time"
@${ ECHO_CMD } " to do a benchmark and send me ( ${ MAINTAINER } ) the result. You should "
@${ ECHO_CMD } "include your system specs (CPU: speed/model, RAM: amount/speed, used disks"
@${ ECHO_CMD } "(if necessary), chipset/mainboard type, ...), the version of the used"
@${ ECHO_CMD } "software (OS, gcc, icc, ...), non default tuning options (kernel, sysctl) and"
@${ ECHO_CMD } "the used compiler switches. If you don't use some 'standard' benchmark"
@${ ECHO_CMD } "(e.g. the official MySQL benchmark, or the performance test suite of your"
@${ ECHO_CMD } "prefered scripting language), please include a description about the"
@${ ECHO_CMD } "benchmark too."
@${ ECHO_CMD }
@${ ECHO_CMD } "To read the entire post install message again, just run"
@${ ECHO_CMD } "'make post-install | less'."
2002-03-26 18:01:09 +01:00
. i n c l u d e < b s d . p o r t . p o s t . m k >