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:
parent
58cb2699f2
commit
6416255e3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513011
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue