|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82548 - trunk/libs/thread/build
From: vicente.botet_at_[hidden]
Date: 2013-01-19 03:33:07
Author: viboes
Date: 2013-01-19 03:33:06 EST (Sat, 19 Jan 2013)
New Revision: 82548
URL: http://svn.boost.org/trac/boost/changeset/82548
Log:
Thread: changes to fix PGI compiler adding lib atomic.
Text files modified:
trunk/libs/thread/build/Jamfile.v2 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Modified: trunk/libs/thread/build/Jamfile.v2
==============================================================================
--- trunk/libs/thread/build/Jamfile.v2 (original)
+++ trunk/libs/thread/build/Jamfile.v2 2013-01-19 03:33:06 EST (Sat, 19 Jan 2013)
@@ -230,12 +230,6 @@
result += <library>/boost/chrono//boost_chrono ;
}
- if <toolset>pgi in $(properties)
- {
- result += <library>/boost/atomic//boost_atomic ;
- }
-
-
return $(result) ;
}
@@ -260,6 +254,12 @@
}
}
result += <define>BOOST_THREAD_DONT_USE_CHRONO ;
+
+ if <toolset>pgi in $(properties)
+ {
+ result += <library>/boost/atomic//boost_atomic ;
+ }
+
return $(result) ;
}
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