Marked 3 compilers (Intel-darwin-11.1 ; pgi 11.2, msvc- 9.0~wm5~stlport5.2) unusable including reasons

[SVN r70620]
This commit is contained in:
Barend Gehrels 2011-03-27 10:51:37 +00:00
parent 04726c631d
commit 35caf62164

View file

@ -1854,7 +1854,6 @@
<toolset name="borland-cb2009"/>
<toolset name="borland-cb2010"/>
<toolset name="sun-5.10"/>
<toolset name="pgi-10.1"/>
<toolset name="vacpp"/>
<toolset name="vacpp-10.1"/>
<toolset name="msvc-7.1"/>
@ -1862,6 +1861,24 @@
These compilers do not support features that are essential for the library.
</note>
</mark-unusable>
<mark-unusable>
<toolset name="intel-darwin-11.1"/>
<note author="Barend Gehrels">
Intel 11.1 on Darwin raises a SIGSEGV in almost all unit tests.
</note>
</mark-unusable>
<mark-unusable>
<toolset name="pgi-11.2"/>
<note author="Barend Gehrels">
pgi 11.1 does not support BOOST_AUTO and is not configured for UBLAS
</note>
</mark-unusable>
<mark-unusable>
<toolset name="msvc-9.0~wm5~stlport5.2"/>
<note author="Barend Gehrels">
This configruation is not well configured for UBLAS
</note>
</mark-unusable>
</library>
<!-- gil -->