Blame boost.yaml

1806e2b
document: modulemd
1806e2b
version: 1
1806e2b
data:
1806e2b
    summary: The free peer-reviewed portable C++ source libraries
1806e2b
    description: >-
1806e2b
        Boost provides free peer-reviewed portable C++ source libraries.
1806e2b
        The emphasis is on libraries which work well with the C++ Standard
1806e2b
        Library, in the hopes of establishing "existing practice" for
1806e2b
        extensions and providing reference implementations so that the
1806e2b
        Boost libraries are suitable for eventual standardization. (Some of
1806e2b
        the libraries have already been included in the C++ 2011 standard
1806e2b
        and others have been proposed to the C++ Standards Committee for
1806e2b
        inclusion in future standards.)
1806e2b
    license:
1806e2b
        module: [MIT]
1806e2b
        content:
1806e2b
            - Boost
1806e2b
            - MIT
1806e2b
            - Python
1806e2b
            - LGPLv2+
1806e2b
            - Public Domain
1806e2b
            - BSD
1806e2b
    references:
1806e2b
        community: https://docs.pagure.org/modularity/
1806e2b
        documentation: https://github.com/modularity-modules/boost
1806e2b
        tracker: https://github.com/modularity-modules/boost
1806e2b
    dependencies:
1806e2b
        buildrequires:
1806e2b
            bootstrap: master
1806e2b
        requires:
1806e2b
            platform: master
1806e2b
            python2: master
1806e2b
            python3: master
1806e2b
    profiles:
1806e2b
        development:
1806e2b
            rpms:
1806e2b
                - boost-devel
1806e2b
    api:
1806e2b
        rpms:
1806e2b
            - boost
1806e2b
            - boost-atomic
1806e2b
            - boost-build
1806e2b
            - boost-chrono
1806e2b
            - boost-container
1806e2b
            - boost-date-time
1806e2b
            - boost-devel
1806e2b
            - boost-doc
1806e2b
            - boost-doctools
1806e2b
            - boost-examples
1806e2b
            - boost-filesystem
1806e2b
            - boost-graph
1806e2b
            - boost-iostreams
1806e2b
            - boost-jam
1806e2b
            - boost-locale
1806e2b
            - boost-log
1806e2b
            - boost-math
1806e2b
            - boost-numpy
1806e2b
            - boost-program-options
1806e2b
            - boost-python2
1806e2b
            - boost-random
1806e2b
            - boost-regex
1806e2b
            - boost-serialization
1806e2b
            - boost-signals
1806e2b
            - boost-static
1806e2b
            - boost-system
1806e2b
            - boost-test
1806e2b
            - boost-thread
1806e2b
            - boost-timer
1806e2b
            - boost-type_erasure
1806e2b
            - boost-wave
1806e2b
    filter:
1806e2b
        rpms:
1806e2b
            - python2-numpy-f2py
1806e2b
            - python3-numpy-f2py
1806e2b
            - openblas-Rblas
1806e2b
            - openblas-devel
1806e2b
            - openblas-openmp
1806e2b
            - openblas-openmp64
1806e2b
            - openblas-openmp64_
1806e2b
            - openblas-serial64
1806e2b
            - openblas-serial64_
1806e2b
            - openblas-static
1806e2b
            - openblas-threads64
1806e2b
            - openblas-threads64_
1806e2b
            - openblas-Rblas-debuginfo
1806e2b
            - openblas-openmp-debuginfo
1806e2b
            - openblas-openmp64-debuginfo
1806e2b
            - openblas-openmp64_-debuginfo
1806e2b
            - openblas-serial64-debuginfo
1806e2b
            - openblas-serial64_-debuginfo
1806e2b
            - openblas-threads64-debuginfo
1806e2b
            - openblas-threads64_-debuginfo
1806e2b
    buildopts:
1806e2b
        rpms:
1806e2b
            macros: |
1806e2b
                # boost
1806e2b
                %_without_context 1
1806e2b
                %_without_mpich 1
1806e2b
                %_without_openmpi 1
1806e2b
                %_without_python3 1
1806e2b
    components:
1806e2b
        rpms:
1806e2b
            python-nose:
1806e2b
                rationale: A dependency of numpy
1806e2b
                ref: master
1806e2b
                buildorder: 1
1806e2b
            openblas:
1806e2b
                rationale: A dependency of numpy
1806e2b
                ref: master
1806e2b
                buildorder: 1
1806e2b
            numpy:
1806e2b
                rationale: A dependency of boost-numpy
1806e2b
                ref: master
1806e2b
                buildorder: 9
1806e2b
            boost:
1806e2b
                rationale: The free peer-reviewed portable C++ source libraries
1806e2b
                ref: master
1806e2b
                buildorder: 10
1806e2b
1806e2b