Date: Fri, 27 Sep 2019 09:18:27 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513011 - head/devel/py-fbprophet Message-ID: <201909270918.x8R9IRpx086425@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Sep 27 09:18:27 2019 New Revision: 513011 URL: https://svnweb.freebsd.org/changeset/ports/513011 Log: 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) Modified: head/devel/py-fbprophet/Makefile Modified: head/devel/py-fbprophet/Makefile ============================================================================== --- head/devel/py-fbprophet/Makefile Fri Sep 27 09:18:18 2019 (r513010) +++ head/devel/py-fbprophet/Makefile Fri Sep 27 09:18:27 2019 (r513011) @@ -13,7 +13,7 @@ COMMENT= Forecasting time series data based on an addi 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909270918.x8R9IRpx086425>