Opened 6 years ago

Last modified 6 years ago

#56568 closed defect

py-fiona @1.7.11.post1 do not build with gdal 2.3 — at Version 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 (3)

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)
Note: See TracTickets for help on using tickets.