From 16d5fe9e8c7c140f52620c9095e305b33f508b5b Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 9 Apr 2007 21:22:21 +0000 Subject: [PATCH] Prepare buildpackage.sh for the v1.2.1 release. The 1.2.1 nightlies already include the fixes to the backtrace and signal handler code for x86_64 builds, so no need to disable them in the configure code. This commit was SVN r14278. --- contrib/dist/macosx-pkg/buildpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/dist/macosx-pkg/buildpackage.sh b/contrib/dist/macosx-pkg/buildpackage.sh index 372edba2ff..b6f3eebd3d 100755 --- a/contrib/dist/macosx-pkg/buildpackage.sh +++ b/contrib/dist/macosx-pkg/buildpackage.sh @@ -30,7 +30,7 @@ # OMPI_PACKAGE="openmpi" OMPI_PREFIX="/usr/local/" -OMPI_OPTIONS="--disable-mpi-f77 --without-cs-fs --enable-mca-no-build=ras-slurm,pls-slurm,gpr-null,sds-pipe,sds-slurm,pml-cm,backtrace-darwin --disable-pretty-print-stacktrace NM=\"nm -p\"" +OMPI_OPTIONS="--disable-mpi-f77 --without-cs-fs --enable-mca-no-build=ras-slurm,pls-slurm,gpr-null,sds-pipe,sds-slurm,pml-cm NM=\"nm -p\"" OMPI_OSX_README="ReadMe.rtf" # note - if want XGrid support, make sure that a cocoa-supported # architecture appears first on the list. Otherwise, we won't