Skip to content

add CentOS7 compatibility #25

@jdratlif

Description

@jdratlif

CentOS / RHEL 7 use GCC 4.85, which does not support C++14. However, it doesn't look like your code uses anything from C++14, only C++11, which GCC 4.85 does support.

I tested changing setup.py so that extra_compile_args are -std=c++11 instead of -std=c++14 and it appears to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions