pkgsrc-WIP-review archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/icc10
Hi,
I've just commited a package for Intel C++ Compiler for Linux, version
10.1. Currently, this package is usable only on NetBSD. I will commit
a version for Linux when I have a chance.
The package depends on wip/gcc43. I would prefer gcc from pkgsrc, but
neither lang/gcc34 nor lang/gcc3-c++ build on NetBSD-current. wip/gcc42
is broken too, hence wip/gcc43.
I tested the package on NetBSD-current i386. I hope it will run
fine on x86_64 too. To bootstrap, do the following:
cat /tmp/mk-fragment <<EOF
PKGSRC_COMPILER=icc
ICCBASE=/usr/pkg/icc10
NOGCCERROR=yes
EOF
env NOGCCERROR=yes PKGSRC_COMPILER=icc ICCBASE=/usr/pkg/icc10 \
CC=/usr/pkg/icc10/bin/icc \
CPP='/usr/pkg/icc10/bin/icc -E' \
CXX=/usr/pkg/icc10/bin/icpc \
./bootstrap --prefix=/usr/pkg.icc10 --mk-fragment=/tmp/mk-fragment
Please review and test the package.
Thanks,
Alex
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
pkgsrc-wip-review mailing list
pkgsrc-wip-review%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-review
Home |
Main Index |
Thread Index |
Old Index