Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

ipcl_v2.0.0 is incompatible with gcc/g++-8 #40

@fangxiaoran

Description

@fangxiaoran

Hi @skmono, in this commit aac0eb4#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a, -Wno-error=deprecated-copy was added as CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.

However, this warning was announced since gcc-9. It's not supported by gcc/g++-8, which is used to build ipcl_python currently within Docker container. This incompatibility leads to a find_package failure as below. Can we just remove it from cmake flags?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions