From a71736ba247e0645d9da99d2e3b407fba3d9b047 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 14 Feb 2006 13:43:11 +0000 Subject: [PATCH] * restore some default configuration options that were disabled with the commits last night This commit was SVN r9033. --- contrib/dist/macosx-pkg/buildpackage.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/dist/macosx-pkg/buildpackage.sh b/contrib/dist/macosx-pkg/buildpackage.sh index 1fae6591b7..2566035ad1 100755 --- a/contrib/dist/macosx-pkg/buildpackage.sh +++ b/contrib/dist/macosx-pkg/buildpackage.sh @@ -31,13 +31,14 @@ # # User-configurable stuff # -OMPI_PREFIX="/usr/local/openmpi" -OMPI_OPTIONS="--disable-mpi-profile --disable-mpi-f77 --without-cs-fs -enable-mca-no-build=ras-slurm,pls-slurm,gpr-null,pml-teg,pml-uniq,ptl-self,ptl-sm,ptl-tcp,sds-pipe,sds-slurm" +OMPI_PREFIX="/usr/local/" +OMPI_OPTIONS="--disable-mpi-f77 --without-cs-fs -enable-mca-no-build=ras-slurm,pls-slurm,gpr-null,pml-teg,pml-uniq,ptl-self,ptl-sm,ptl-tcp,sds-pipe,sds-slurm" OMPI_PACKAGE="openmpi" OMPI_VER_PACKAGE="openmpi" OMPI_OSX_README="ReadMe.rtf" # note - if want XGrid support, make sure that a cocoa-supported -# architecture appears first on the list. +# architecture appears first on the list. Otherwise, we won't +# lipo that component and it will be dropped OMPI_ARCH_LIST="ppc i386" OMPI_SDK="/Developer/SDKs/MacOSX10.4u.sdk"