Package boost-polygon-devel: Information

    Binary package: boost-polygon-devel
    Version: 1.46.1-alt1
    Architecture: noarch
    Build time:  Mar 13, 2011, 03:48 PM
    Source package: boost
    Category: Development/C++
    Report package bug
    License: Boost Software License
    Summary: The Boost Polygon Lirary development files
    Description: 
    The Boost.Polygon library provides algorithms focused on manipulating
    planar polygon geometry data.  Specific algorithms provided are the
    polygon set operations (intersection, union, difference, disjoint-union)
    and related algorithms such as polygon connectivity graph extraction,
    offsetting and map-overlay.
    
    It is header-only library. This package contains the headers.

    Maintainer: Ivan A. Melnikov


    Last changed


    March 12, 2011 Ivan A. Melnikov 1:1.46.1-alt1
    - new version;
    - added patch 24 to fix some missed includes (thx to cpp.req for
      revealing this);
    - disabled cpp.req;
    - minor spec improvements.
    March 11, 2011 Ivan A. Melnikov 1:1.46.0-alt2.1
    - fixed build requirements for python:
      + do not pre-require python-devel;
      + pre-require right version of rpm-build-python (thx Myke Lykov
        for reporting a problem with this).
    Feb. 26, 2011 Ivan A. Melnikov 1:1.46.0-alt2
    - fixed documentation and examples installation regressions.