From ed150182fba35c605aafaf418aa18babf4901d48 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 25 May 2012 01:52:43 -0500 Subject: Added script for building Boost with icc --- lib/build-icc.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 lib/build-icc.sh (limited to 'lib') diff --git a/lib/build-icc.sh b/lib/build-icc.sh new file mode 100755 index 00000000..406397de --- /dev/null +++ b/lib/build-icc.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +# This build script is for OS X Lion users who have compiled openmpi and +# clang-3.1 from MacPorts. I build my own Boost instead of using MacPorts' +# Boost in order to get better debugging support, and to link with libc++. + +export PATH=$PATH:/opt/local/lib/openmpi/bin + +cat > ~/user-config.jam <