math/py-rpy2: fix build on GCC architectures
Use C11 compiler: rpy2/rinterface_lib/R_API_eventloop.h:24: error: redefinition of typedef 'InputHandler' rpy2/rinterface_lib/R_API_eventloop.h:6: error: previous declaration of 'InputHandler' was here Approved by: mentors (implicit approval)
This commit is contained in:
parent
54f96e5584
commit
7b29a99341
@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \
|
|||||||
${PYTHON_PKGNAMEPREFIX}simplegeneric>=0:devel/py-simplegeneric@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}simplegeneric>=0:devel/py-simplegeneric@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}tzlocal>=0:devel/py-tzlocal@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}tzlocal>=0:devel/py-tzlocal@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= fortran python:3.5+ readline
|
USES= compiler:c11 fortran python:3.5+ readline
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist distutils
|
||||||
|
|
||||||
MAKE_ENV= RPY2_CFFI_MODE=BOTH
|
MAKE_ENV= RPY2_CFFI_MODE=BOTH
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user