Opened 6 years ago

Closed 5 years ago

#56568 closed defect (fixed)

py-fiona @1.7.11.post1 do not build with gdal 2.3

Reported by: dmarteau (David Marteau) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.5.0
Keywords: Cc:
Port: py-fiona

Description (last modified by mf2k (Frank Schima))

Building py-fiona from source lead to the following error from gdal header:

/opt/local/include/cpl_port.h:187:6: error: Must have C++11 or newer.

This error is the same encountered when building fiona from source with pip without the compiler '-std=c++11' option. The current macport version of gdal is 2.3+ and require c++11: the actual configuration of py-fiona is not consistent with its dependencies.

Change History (4)

comment:1 Changed 6 years ago by dmarteau (David Marteau)

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Cc: stromnov@… removed
Owner: set to stromnov
Status: newassigned

In the future, please use WikiFormatting.

comment:3 Changed 6 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:4 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

This was resolved. py-fiona 1.7.13 specifies the -std=c++11 flag.

Note: See TracTickets for help on using tickets.