devel/py-fbprophet: fix build on GCC architectures

Use C++11 compiler:
INFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_861b75c6337e237650a61ae58c4385ef NOW.
error: command 'cc' failed with exit status 1

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-09-27 09:18:27 +00:00
parent 58cb2699f2
commit 6416255e3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513011

View file

@ -13,7 +13,7 @@ COMMENT= Forecasting time series data based on an additive model
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USES= compiler:c11 python
USE_PYTHON= autoplist distutils
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pystan>2.14:math/py-pystan@${PY_FLAVOR}