|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49355 - branches/release/libs/mpi/build
From: ghost_at_[hidden]
Date: 2008-10-16 04:56:08
Author: vladimir_prus
Date: 2008-10-16 04:56:07 EDT (Thu, 16 Oct 2008)
New Revision: 49355
URL: http://svn.boost.org/trac/boost/changeset/49355
Log:
Merge from trunk
Text files modified:
branches/release/libs/mpi/build/Jamfile.v2 | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
Modified: branches/release/libs/mpi/build/Jamfile.v2
==============================================================================
--- branches/release/libs/mpi/build/Jamfile.v2 (original)
+++ branches/release/libs/mpi/build/Jamfile.v2 2008-10-16 04:56:07 EDT (Thu, 16 Oct 2008)
@@ -102,12 +102,14 @@
;
}
}
-else
+else if ! ( --without-mpi in [ modules.peek : ARGV ] )
{
- ECHO "warning: skipping optional Message Passing Interface (MPI) library." ;
- ECHO "note: to enable MPI support, add \"using mpi ;\" to user-config.jam." ;
- ECHO "note: to suppress this message, pass \"--without-mpi\" to bjam." ;
- ECHO "note: otherwise, you can safely ignore this message." ;
+ message boost_mpi
+ : "warning: skipping optional Message Passing Interface (MPI) library."
+ : "note: to enable MPI support, add \"using mpi ;\" to user-config.jam."
+ : "note: to suppress this message, pass \"--without-mpi\" to bjam."
+ : "note: otherwise, you can safely ignore this message."
+ ;
}
boost-install $(libraries) ;
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk