2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
K. Noel Belcourt
d3c72b24cb Force pgi to always link rt lib, ugh.
[SVN r44747]
2008-04-24 04:58:27 +00:00
K. Noel Belcourt
81f4782477 Patch PGI to fix config problem (clock_gettime is unresolved
external) and add required macro define for IOV_MAX support.



[SVN r44741]
2008-04-23 16:16:38 +00:00
K. Noel Belcourt
2785d0ed15 Fix a typo in pgi.jam that prevented shared libraries
from being built correctly.



[SVN r43052]
2008-02-02 02:41:23 +00:00
K. Noel Belcourt
7b4cd91a3a Patch pgi shared library use.
[SVN r41735]
2007-12-05 03:20:30 +00:00
K. Noel Belcourt
318ad8e963 Fixes to get pgi shared libraries working, executables
that don't core, and limiting the number of error
messages emitted by the compiler so as to reduce the
size of the log file.



[SVN r41707]
2007-12-04 23:18:38 +00:00
K. Noel Belcourt
5cf10a1894 Changes to support pgi-7.0 on Linux.
* pthread requires rt
  * force IEEE 754 math for slow, but correct, numerics



[SVN r41663]
2007-12-03 20:50:58 +00:00
K. Noel Belcourt
8ec23781c2 Add pgi.hpp configuration file for the Portland Group.
Fixed problems with threading, pic code, missing math
library, etc. to get mipspro toolset working better.

Updated pgi toolset to fix various problems with the
link line.



[SVN r39531]
2007-09-25 20:34:36 +00:00
K. Noel Belcourt
0ab51f6341 Added missing #include <utility> and qualified
make_pair with std:: to library_status.cpp.

Added missing headers to make1.c and missing prototypes
to builtin.h

Modified execunix.c to add support for terminating
processes that consume too much cpu or that hang and
fail to consume cpu at all.  This in support of the
bjam -lx option.

http://svn.boost.org/trac/boost/ticket/1266#comment:2



[SVN r39334]
2007-09-17 00:27:37 +00:00
K. Noel Belcourt
b8bd7d7368 Add Fortran 90 support to fortran.jam. Added new pathscale, pgi and mipspro
toolsets.


[SVN r37910]
2007-06-06 02:46:35 +00:00